mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-08 20:34:23 +08:00
Update nodes.py
This commit is contained in:
parent
55325f97a7
commit
dbeea9bfb8
2
nodes.py
2
nodes.py
@ -417,7 +417,7 @@ class DownloadAndLoadCogVideoGGUFModel:
|
||||
if not os.path.exists(gguf_path):
|
||||
gguf_path = os.path.join(download_path, model)
|
||||
if not os.path.exists(gguf_path):
|
||||
if "I2V" in model:
|
||||
if "I2V" in model or "1_1" in model:
|
||||
repo_id = "Kijai/CogVideoX_GGUF"
|
||||
else:
|
||||
repo_id = "MinusZoneAI/ComfyUI-CogVideoX-MZ"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user