diff --git a/loader.py b/loader.py index fd35e13..f906bb4 100644 --- a/loader.py +++ b/loader.py @@ -10,7 +10,7 @@ from .dequant import is_quantized, dequantize_tensor IMG_ARCH_LIST = {"flux", "sd1", "sdxl", "sd3", "aura", "hidream", "cosmos", "ltxv", "hyvid", "wan", "lumina2", "qwen_image"} -TXT_ARCH_LIST = {"t5", "t5encoder", "llama", "qwen2vl"} +TXT_ARCH_LIST = {"t5", "t5encoder", "llama", "qwen2vl", "clip"} VIS_TYPE_LIST = {"clip-vision"} def get_orig_shape(reader, tensor_name): @@ -351,3 +351,4 @@ def gguf_clip_loader(path): else: pass return sd +