mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-08 20:34:23 +08:00
remove print
This commit is contained in:
parent
21675b296b
commit
2a71aba1aa
4
nodes.py
4
nodes.py
@ -217,8 +217,8 @@ class DownloadAndLoadCogVideoGGUFModel:
|
||||
with open(os.path.join(script_directory, 'configs', 'transformer_config_5b.json')) as f:
|
||||
transformer_config = json.load(f)
|
||||
sd = load_torch_file(gguf_path)
|
||||
for key, value in sd.items():
|
||||
print(key, value.shape, value.dtype)
|
||||
# for key, value in sd.items():
|
||||
# print(key, value.shape, value.dtype)
|
||||
|
||||
from . import mz_gguf_loader
|
||||
import importlib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user