Update nodes.py

This commit is contained in:
Jukka Seppänen 2024-09-30 16:12:15 +03:00
parent 55325f97a7
commit dbeea9bfb8

View File

@ -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"