We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe7a15 commit 88b301fCopy full SHA for 88b301f
1 file changed
src/components/modules/vUpload/constants.ts
@@ -13,6 +13,6 @@ export const MULTIPART_UPLOAD_CONFIG = {
13
PART_SIZE: 5 * 1024 * 1024
14
}
15
16
-export const DEFAULT_ALLOWED_EXTENSIONS = '.safetensors, .pth, .bin, .pt, .ckpt, .gguf, .sft'
+export const DEFAULT_ALLOWED_EXTENSIONS = '.safetensors, .pth, .bin, .pt, .ckpt, .gguf, .sft, .onnx'
17
18
export const STORAGE_KEY_PREFIX = 'upload_'
0 commit comments