Skip to content

Commit d4fbdb0

Browse files
committed
Add type string for older mmproj files
1 parent 100c06c commit d4fbdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
IMG_ARCH_LIST = {"flux", "sd1", "sdxl", "sd3", "aura", "hidream", "cosmos", "ltxv", "hyvid", "wan", "lumina2", "qwen_image"}
1313
TXT_ARCH_LIST = {"t5", "t5encoder", "llama", "qwen2vl"}
14-
VIS_TYPE_LIST = {"clip-vision"}
14+
VIS_TYPE_LIST = {"clip-vision", "mmproj"}
1515

1616
def get_orig_shape(reader, tensor_name):
1717
field_key = f"comfy.gguf.orig_shape.{tensor_name}"

0 commit comments

Comments
 (0)