Cannot finish the queue and always there are error notification "DownloadAndLoadCogVideoModel" shows up
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Expected Behavior
I have made sure all the setups are as instructed and of course I expected that when I click the queue button everything goes smoothly and my video can be generated perfectly.
### Actual Behavior
the queue cannot finish and always there are error notification "DownloadAndLoadCogVideoModel" shows up
### Steps to Reproduce
[241212_MICKMUMPITZ_SCENESWAP_SIMPLE_v01.json](https://github.com/user-attachments/files/19329412/241212_MICKMUMPITZ_SCENESWAP_SIMPLE_v01.json)
### Debug Logs
```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 449
- **Node Type:** DownloadAndLoadCogVideoModel
- **Exception Type:** MemoryError
- **Exception Message:**
## Stack Trace
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-cogvideoxwrapper\model_loading.py", line 279, in loadmodel
transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder=subfolder, attention_mode=attention_mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained
state_dict = load_state_dict(model_file, variant=variant)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\model_loading_utils.py", line 158, in load_state_dict
if f.read().startswith("version"):
^^^^^^^^
## System Information
- **ComfyUI Version:** 0.3.26
- **Arguments:** ComfyUI\main.py --cpu --windows-standalone-build
- **OS:** nt
- **Python Version:** 3.12.9 (tags/v3.12.9:fdb8142, Feb 4 2025, 15:27:58) [MSC v.1942 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.6.0+cpu
## Devices
- **Name:** cpu
- **Type:** cpu
- **VRAM Total:** 17055731712
- **VRAM Free:** 860323840
- **Torch VRAM Total:** 17055731712
- **Torch VRAM Free:** 860323840
## Logs
2025-03-19T05:25:12.404519 - Adding extra search path checkpoints F:\AI Playground\stable-diffusion-webui-master\models\Stable-diffusion
2025-03-19T05:25:12.404814 - Adding extra search path configs F:\AI Playground\stable-diffusion-webui-master\models\Stable-diffusion
2025-03-19T05:25:12.404814 - Adding extra search path vae F:\AI Playground\stable-diffusion-webui-master\models\VAE
2025-03-19T05:25:12.404814 - Adding extra search path loras F:\AI Playground\stable-diffusion-webui-master\models\Lora
2025-03-19T05:25:12.404814 - Adding extra search path loras F:\AI Playground\stable-diffusion-webui-master\models\LyCORIS
2025-03-19T05:25:12.404814 - Adding extra search path upscale_models F:\AI Playground\stable-diffusion-webui-master\models\ESRGAN
2025-03-19T05:25:12.404814 - Adding extra search path upscale_models F:\AI Playground\stable-diffusion-webui-master\models\RealESRGAN
2025-03-19T05:25:12.404814 - Adding extra search path upscale_models F:\AI Playground\stable-diffusion-webui-master\models\SwinIR
2025-03-19T05:25:12.404814 - Adding extra search path embeddings F:\AI Playground\stable-diffusion-webui-master\embeddings
2025-03-19T05:25:12.404814 - Adding extra search path hypernetworks F:\AI Playground\stable-diffusion-webui-master\models\hypernetworks
2025-03-19T05:25:12.404814 - Adding extra search path controlnet F:\AI Playground\stable-diffusion-webui-master\models\ControlNet
2025-03-19T05:25:13.265933 - [START] Security scan2025-03-19T05:25:13.265933 -
2025-03-19T05:25:14.705766 - [DONE] Security scan2025-03-19T05:25:14.705766 -
2025-03-19T05:25:14.979126 - ## ComfyUI-Manager: installing dependencies done.2025-03-19T05:25:14.979518 -
2025-03-19T05:25:14.979518 - ** ComfyUI startup time:2025-03-19T05:25:14.979518 - 2025-03-19T05:25:14.979518 - 2025-03-19 05:25:14.9792025-03-19T05:25:14.979518 -
2025-03-19T05:25:14.979518 - ** Platform:2025-03-19T05:25:14.979518 - 2025-03-19T05:25:14.979518 - Windows2025-03-19T05:25:14.979518 -
2025-03-19T05:25:14.979518 - ** Python version:2025-03-19T05:25:14.979518 - 2025-03-19T05:25:14.979518 - 3.12.9 (tags/v3.12.9:fdb8142, Feb 4 2025, 15:27:58) [MSC v.1942 64 bit (AMD64)]2025-03-19T05:25:14.979518 -
2025-03-19T05:25:14.979518 - ** Python executable:2025-03-19T05:25:14.979518 - 2025-03-19T05:25:14.979518 - F:\ComfyUI_windows_portable\python_embeded\python.exe2025-03-19T05:25:14.980518 -
2025-03-19T05:25:14.980518 - ** ComfyUI Path:2025-03-19T05:25:14.980518 - 2025-03-19T05:25:14.980518 - F:\ComfyUI_windows_portable\ComfyUI2025-03-19T05:25:14.980518 -
2025-03-19T05:25:14.980518 - ** ComfyUI Base Folder Path:2025-03-19T05:25:14.980518 - 2025-03-19T05:25:14.980518 - F:\ComfyUI_windows_portable\ComfyUI2025-03-19T05:25:14.980518 -
2025-03-19T05:25:14.980518 - ** User directory:2025-03-19T05:25:14.980518 - 2025-03-19T05:25:14.980518 - F:\ComfyUI_windows_portable\ComfyUI\user2025-03-19T05:25:14.980518 -
2025-03-19T05:25:14.980518 - ** ComfyUI-Manager config path:2025-03-19T05:25:14.980518 - 2025-03-19T05:25:14.981081 - F:\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-03-19T05:25:14.981081 -
2025-03-19T05:25:14.981081 - ** Log path:2025-03-19T05:25:14.981081 - 2025-03-19T05:25:14.981229 - F:\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2025-03-19T05:25:14.981229 -
2025-03-19T05:25:16.494570 -
Prestartup times for custom nodes:
2025-03-19T05:25:16.495544 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-03-19T05:25:16.495544 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use
2025-03-19T05:25:16.495544 - 4.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-03-19T05:25:16.495544 -
2025-03-19T05:25:18.667772 - Checkpoint files will always be loaded safely.
2025-03-19T05:25:18.699739 - Total VRAM 16266 MB, total RAM 16266 MB
2025-03-19T05:25:18.699739 - pytorch version: 2.6.0+cpu
2025-03-19T05:25:18.706791 - WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.6.0+cu124 with CUDA 1204 (you have 2.6.0+cpu)
Python 3.12.8 (you have 3.12.9)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
2025-03-19T05:25:20.776251 - xformers version: 0.0.29.post3
2025-03-19T05:25:20.777249 - Set vram state to: DISABLED
2025-03-19T05:25:20.777249 - Device: cpu
2025-03-19T05:25:21.172213 - Using sub quadratic optimization for attention, if you have memory or speed issues try using: --use-split-cross-attention
2025-03-19T05:25:22.317410 - ComfyUI version: 0.3.26
2025-03-19T05:25:22.317410 - ComfyUI frontend version: 1.11.8
2025-03-19T05:25:22.372405 - [Prompt Server] web root: F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
2025-03-19T05:25:25.093048 - [34m[ComfyUI-Easy-Use] server: [0mv1.2.8 [92mLoaded[0m2025-03-19T05:25:25.094253 -
2025-03-19T05:25:25.094461 - [34m[ComfyUI-Easy-Use] web root: [0mF:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use\web_version/v2 [92mLoaded[0m2025-03-19T05:25:25.094461 -
2025-03-19T05:25:25.148834 - Total VRAM 16266 MB, total RAM 16266 MB
2025-03-19T05:25:25.149302 - pytorch version: 2.6.0+cpu
2025-03-19T05:25:25.149302 - xformers version: 0.0.29.post3
2025-03-19T05:25:25.149302 - Set vram state to: DISABLED
2025-03-19T05:25:25.150303 - Device: cpu
2025-03-19T05:25:26.083611 - ### Loading: ComfyUI-Impact-Pack (V8.8.1)2025-03-19T05:25:26.083763 -
2025-03-19T05:25:26.145016 - [Impact Pack] Wildcards loading done.2025-03-19T05:25:26.145016 -
2025-03-19T05:25:26.151134 - ### Loading: ComfyUI-Impact-Subpack (V1.2.9)
2025-03-19T05:25:26.155180 - [Impact Subpack] ultralytics_bbox: F:\ComfyUI_windows_portable\ComfyUI\models\ultralytics\bbox
2025-03-19T05:25:26.155180 - [Impact Subpack] ultralytics_segm: F:\ComfyUI_windows_portable\ComfyUI\models\ultralytics\segm
2025-03-19T05:25:26.181573 - ----------Jake Upgrade Nodes Loaded----------2025-03-19T05:25:26.181573 -
2025-03-19T05:25:26.559179 - ### Loading: ComfyUI-Manager (V3.30.9)
2025-03-19T05:25:26.559954 - [ComfyUI-Manager] network_mode: public
2025-03-19T05:25:26.796789 - ### ComfyUI Revision: 3238 [9aac21f8] *DETACHED | Released on '2025-03-09'
2025-03-19T05:25:27.061182 - here: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox2025-03-19T05:25:27.061182 -
2025-03-19T05:25:27.064169 - Using ckpts path: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\..\..\models\annotator2025-03-19T05:25:27.064169 -
2025-03-19T05:25:27.064169 - Using symlinks: False2025-03-19T05:25:27.064169 -
2025-03-19T05:25:27.065161 - Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider']2025-03-19T05:25:27.065161 -
2025-03-19T05:25:27.332663 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-03-19T05:25:27.463344 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-03-19T05:25:27.615907 - F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\preprocessor\dwpose_node.py:28: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")
2025-03-19T05:25:27.821357 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-03-19T05:25:27.839309 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-03-19T05:25:27.891169 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-03-19T05:25:28.489177 - [36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts[0m
2025-03-19T05:25:28.489177 - [36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
2025-03-19T05:25:28.490175 - [36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
2025-03-19T05:25:28.583468 -
2025-03-19T05:25:28.583468 - [92m[rgthree-comfy] Loaded 42 exciting nodes. 🎉[00m2025-03-19T05:25:28.583809 -
2025-03-19T05:25:28.583809 -
2025-03-19T05:25:29.342469 - [34mWAS Node Suite: [0mOpenCV Python FFMPEG support is enabled[0m2025-03-19T05:25:29.343471 -
2025-03-19T05:25:29.343471 - [34mWAS Node Suite [93mWarning: [0m`ffmpeg_bin_path` is not set in `F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.[0m2025-03-19T05:25:29.343471 -
2025-03-19T05:25:30.053205 - [34mWAS Node Suite: [0mFinished.[0m [32mLoaded[0m [0m220[0m [32mnodes successfully.[0m2025-03-19T05:25:30.053205 -
2025-03-19T05:25:30.053205 -
[3m[93m"The harder I work, the luckier I get."[0m[3m - Samuel Goldwyn[0m
2025-03-19T05:25:30.053205 -
2025-03-19T05:25:30.070632 -
Depthcrafter Nodes Loaded
2025-03-19T05:25:30.070926 -
2025-03-19T05:25:30.552634 -
Import times for custom nodes:
2025-03-19T05:25:30.552634 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-03-19T05:25:30.553634 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2025-03-19T05:25:30.553634 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-03-19T05:25:30.553634 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes
2025-03-19T05:25:30.554746 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-03-19T05:25:30.554746 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack
2025-03-19T05:25:30.554746 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\_comfyui-depthcrafter-nodes_disabled
2025-03-19T05:25:30.554746 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials
2025-03-19T05:25:30.554746 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-03-19T05:25:30.555744 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2025-03-19T05:25:30.555744 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale
2025-03-19T05:25:30.555744 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutoCropFaces
2025-03-19T05:25:30.555744 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-frame-interpolation
2025-03-19T05:25:30.555744 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-florence2
2025-03-19T05:25:30.556743 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes
2025-03-19T05:25:30.556743 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-diffusers
2025-03-19T05:25:30.556743 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-03-19T05:25:30.556743 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite
2025-03-19T05:25:30.556743 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ic-light
2025-03-19T05:25:30.557739 - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-jakeupgrade
2025-03-19T05:25:30.557739 - 0.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-03-19T05:25:30.557739 - 0.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack
2025-03-19T05:25:30.557739 - 0.2 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DDUF
2025-03-19T05:25:30.557739 - 0.3 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops
2025-03-19T05:25:30.558736 - 0.3 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportraitkj
2025-03-19T05:25:30.558736 - 0.4 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-cogvideoxwrapper
2025-03-19T05:25:30.558736 - 0.4 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use
2025-03-19T05:25:30.558736 - 0.5 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_birefnet_ll
2025-03-19T05:25:30.558736 - 0.5 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\_ComfyUI-MVAdapter_disabled
2025-03-19T05:25:30.558736 - 0.5 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-03-19T05:25:30.559734 - 0.6 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox
2025-03-19T05:25:30.559734 - 0.7 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-advancedliveportrait
2025-03-19T05:25:30.559734 - 0.9 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2025-03-19T05:25:30.559734 - 1.5 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-03-19T05:25:30.559734 -
2025-03-19T05:25:30.576102 - Starting server
2025-03-19T05:25:30.576445 - To see the GUI go to: http://127.0.0.1:8188
2025-03-19T05:25:34.913687 - FETCH ComfyRegistry Data: 5/782025-03-19T05:25:34.913687 -
2025-03-19T05:25:39.646489 - FETCH ComfyRegistry Data: 10/782025-03-19T05:25:39.646489 -
2025-03-19T05:25:44.602255 - FETCH ComfyRegistry Data: 15/782025-03-19T05:25:44.603255 -
2025-03-19T05:25:49.131061 - FETCH ComfyRegistry Data: 20/782025-03-19T05:25:49.131061 -
2025-03-19T05:25:53.846374 - FETCH ComfyRegistry Data: 25/782025-03-19T05:25:53.846374 -
2025-03-19T05:25:58.643858 - FETCH ComfyRegistry Data: 30/782025-03-19T05:25:58.643858 -
2025-03-19T05:26:04.586918 - FETCH ComfyRegistry Data: 35/782025-03-19T05:26:04.586918 -
2025-03-19T05:26:09.636720 - FETCH ComfyRegistry Data: 40/782025-03-19T05:26:09.637676 -
2025-03-19T05:26:15.260810 - FETCH ComfyRegistry Data: 45/782025-03-19T05:26:15.260810 -
2025-03-19T05:26:19.829510 - FETCH ComfyRegistry Data: 50/782025-03-19T05:26:19.829914 -
2025-03-19T05:26:24.711319 - FETCH ComfyRegistry Data: 55/782025-03-19T05:26:24.712272 -
2025-03-19T05:26:30.432771 - FETCH ComfyRegistry Data: 60/782025-03-19T05:26:30.432771 -
2025-03-19T05:26:38.307903 - FETCH ComfyRegistry Data: 65/782025-03-19T05:26:38.308496 -
2025-03-19T05:26:44.523443 - FETCH ComfyRegistry Data: 70/782025-03-19T05:26:44.523443 -
2025-03-19T05:26:50.565163 - FETCH ComfyRegistry Data: 75/782025-03-19T05:26:50.566162 -
2025-03-19T05:26:54.173842 - FETCH ComfyRegistry Data [DONE]2025-03-19T05:26:54.173842 -
2025-03-19T05:26:54.258648 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-03-19T05:26:54.292588 - nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/remote
2025-03-19T05:26:54.292588 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-03-19T05:26:54.295550 - 2025-03-19T05:26:54.511990 - [DONE]2025-03-19T05:26:54.512798 -
2025-03-19T05:26:54.555889 - [ComfyUI-Manager] All startup tasks have been completed.
2025-03-19T05:27:25.999901 - got prompt
2025-03-19T05:27:26.016908 - Failed to validate prompt for output 319:
2025-03-19T05:27:26.016908 - Output will be ignored
2025-03-19T05:27:26.016908 - Failed to validate prompt for output 103:
2025-03-19T05:27:26.017880 - Output will be ignored
2025-03-19T05:27:26.183439 - SELECTED: input22025-03-19T05:27:26.183439 -
2025-03-19T05:27:34.748842 - [{'path': 'F:\\ComfyUI_windows_portable\\ComfyUI\\models\\CogVideo\\loras\\CogVideoX-Fun-V1.1-5b-InP-MPS.safetensors', 'strength': 0.8, 'name': 'CogVideoX-Fun-V1', 'fuse_lora': False}]2025-03-19T05:27:34.748842 -
2025-03-19T05:27:34.780761 - The config attributes {'add_noise_in_inpaint_model': True} were passed to CogVideoXTransformer3DModel, but are not expected and will be ignored. Please verify your config.json configuration file.
2025-03-19T05:27:34.882489 - !!! Exception during processing !!!
2025-03-19T05:27:34.887471 - Traceback (most recent call last):
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-cogvideoxwrapper\model_loading.py", line 279, in loadmodel
transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder=subfolder, attention_mode=attention_mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained
state_dict = load_state_dict(model_file, variant=variant)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\model_loading_utils.py", line 158, in load_state_dict
if f.read().startswith("version"):
^^^^^^^^
MemoryError
2025-03-19T05:27:34.890463 - Prompt executed in 8.83 seconds
## Attached Workflow
Please ma
ke sure that workflow does not contain any sensitive information such as API keys or passwords.
Workflow too large. Please manually upload the workflow from local file system.
## Additional Context
(Please add any additional context or steps to reproduce the error here)
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.