Added .gguf to known model extensions.

This commit is contained in:
Christian Bastian
2024-08-19 07:29:58 -04:00
parent 116d1210af
commit e945be8e3e
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ const modelNodeType = {
"vae_approx": undefined,
};
const MODEL_EXTENSIONS = [".bin", ".ckpt", ".onnx", ".pt", ".pth", ".safetensors"]; // TODO: ask server for?
const MODEL_EXTENSIONS = [".bin", ".ckpt", "gguf", ".onnx", ".pt", ".pth", ".safetensors"]; // TODO: ask server for?
const IMAGE_EXTENSIONS = [
".png",
".webp",