mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-09 04:44:22 +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):
|
if not os.path.exists(gguf_path):
|
||||||
gguf_path = os.path.join(download_path, model)
|
gguf_path = os.path.join(download_path, model)
|
||||||
if not os.path.exists(gguf_path):
|
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"
|
repo_id = "Kijai/CogVideoX_GGUF"
|
||||||
else:
|
else:
|
||||||
repo_id = "MinusZoneAI/ComfyUI-CogVideoX-MZ"
|
repo_id = "MinusZoneAI/ComfyUI-CogVideoX-MZ"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user