Open ABIA2024 opened 1 day ago
'CogVideoXTransformer3DModel' object has no attribute 'encoder'
probably means your diffusers version is old.
ok thank you for your answer which gives me a clue to the possible SOURCE of the problem but it doesn't help me much.Ok, let's say it's the right lead (and I have no doubts about that), what should I do concretely?Pretend I don't know ANYTHING about it.What command should I enter on the command line (CMD)(and in which directory)? to get the most up to date broadcasters? (diffusers is best traduction? sorry i am french)Thank you for any clarification you can provide.Best regardsAlexandre B.
Le mercredi 20 novembre 2024 à 15:33:31 UTC+1, Jukka Seppänen ***@***.***> a écrit :
'CogVideoXTransformer3DModel' object has no attribute 'encoder'cela signifie probablement que la version de vos diffuseurs est ancienne.
— Répondez directement à cet email voir sur GitHub, ou désinscrire. Vous recevez ceci parce que vous avez écrit le thread.ID du message: @.***>
| | Sans virus.www.avast.com |
ok thank you for your answer which gives me a clue to the possible SOURCE of the problem but it doesn't help me much.Ok, let's say it's the right lead (and I have no doubts about that), what should I do concretely?Pretend I don't know ANYTHING about it.What command should I enter on the command line (CMD)(and in which directory)? to get the most up to date broadcasters? (diffusers is best traduction? sorry i am french)Thank you for any clarification you can provide.Best regardsAlexandre B. Le mercredi 20 novembre 2024 à 15:33:31 UTC+1, Jukka Seppänen @.> a écrit : 'CogVideoXTransformer3DModel' object has no attribute 'encoder'cela signifie probablement que la version de vos diffuseurs est ancienne. — Répondez directement à cet email voir sur GitHub, ou désinscrire. Vous recevez ceci parce que vous avez écrit le thread.ID du message: @.> | | Sans virus.www.avast.com |
Since you are using the portable install based on the logs, you would update diffusers by going in the portable's ComfyUI_windows_portable\python_embeded
folder and running this command there:
python.exe -m pip install -U diffusers
You are also using pinokio, which I know nothing about, I'm just assuming it uses the portable like it is normally used.
Hi, That's terrible since 1 week...I don't kow what i can do more:This morning i have launch all actions for transformers, diffusers, python, etc, etc,folowwing that : Pb diffuseurs
https://www.comfydeploy.com/comfy-node/Limitex/ComfyUI-Diffusers
Exécutezla commande suivante dans ComfyUI/custom_nodes.
git clonehttps://github.com/Limitex/ComfyUI-Diffusers.git
cd ComfyUI-Diffusers
pip install -r requirements.txt
git clonehttps://github.com/cumulo-autumn/StreamDiffusion.git
python -mstreamdiffusion.tools.install-tensorrt
Run this in ComfyUI_windows_portablefolder: python_embeded\python.exe -m pip install -Udiffusers
python.exe-m pip install -U diffusers And i have A L W A Y S the same message: PLEASE can you indicate me the step to get a STABLE plateform COMFYUI ?(whitout to need return at programmation (my vey old job..))sincerely yoursAlexandre B. Le mercredi 20 novembre 2024 à 15:46:30 UTC+1, Jukka Seppänen @.***> a écrit :
ok thank you for your answer which gives me a clue to the possible SOURCE of the problem but it doesn't help me much.Ok, let's say it's the right lead (and I have no doubts about that), what should I do concretely?Pretend I don't know ANYTHING about it.What command should I enter on the command line (CMD)(and in which directory)? to get the most up to date broadcasters? (diffusers is best traduction? sorry i am french)Thank you for any clarification you can provide.Best regardsAlexandre B. Le mercredi 20 novembre 2024 à 15:33:31 UTC+1, Jukka Seppänen @.> a écrit : 'CogVideoXTransformer3DModel' object has no attribute 'encoder'cela signifie probablement que la version de vos diffuseurs est ancienne. — Répondez directement à cet email voir sur GitHub, ou désinscrire. Vous recevez ceci parce que vous avez écrit le thread.ID du message: @.> | | Sans virus.www.avast.com |
Since you are using the portable install based on the logs, you would update diffusers by going in the portable's ComfyUI_windows_portable\python_embeded folder and running this command there:
python.exe -m pip install -U diffusers
You are also using pinokio, which I know nothing about, I'm just assuming it uses the portable like it is normally used.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
| | Sans virus.www.avast.com |
Certainly the LOG can help you DownloadAndLoadCogVideoModel
'CogVideoXTransformer3DModel' object has no attribute 'encoder'
Exception Message: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel
transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained
raise e
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained
accelerate.load_checkpoint_and_dispatch(
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch
load_checkpoint_in_model(
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model
set_module_tensor_to_device(
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device
new_module = getattr(module, split)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in __getattr__
return super().__getattr__(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in __getattr__
raise AttributeError(
## System Information
- **ComfyUI Version:** v0.2.7-18-ga72d152
- **Arguments:** ComfyUI\main.py --windows-standalone-build
- **OS:** nt
- **Python Version:** 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.5.1+cu121
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 2080 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 8589475840
- **VRAM Free:** 6967646052
- **Torch VRAM Total:** 503316480
- **Torch VRAM Free:** 58578788
## Logs
2024-11-20T22:25:19.670878 - nodes successfully.2024-11-20T22:25:19.670878 -
2024-11-20T22:25:19.670878 -
2024-11-20T22:25:19.670878 - "Success is not just about making money. It's about making a difference."2024-11-20T22:25:19.670878 - - Unknown2024-11-20T22:25:19.671874 -
2024-11-20T22:25:19.671874 -
2024-11-20T22:25:19.849284 - Traceback (most recent call last):
File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2022, in load_custom_node
module_spec.loader.exec_module(module)
File "
2024-11-20T22:25:19.850281 - Cannot import D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes__init__.py module for custom nodes: No module named 'D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\init.Nodes' 2024-11-20T22:25:19.856774 - Import times for custom nodes: 2024-11-20T22:25:19.857768 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-NAI-styler 2024-11-20T22:25:19.858713 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-v1 2024-11-20T22:25:19.859756 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\DimensionX 2024-11-20T22:25:19.860902 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Real-ESRGAN 2024-11-20T22:25:19.861145 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b-Tora 2024-11-20T22:25:19.861383 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node-better 2024-11-20T22:25:19.861620 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui 2024-11-20T22:25:19.861620 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Latent-Upscaler 2024-11-20T22:25:19.861620 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 2024-11-20T22:25:19.861620 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\PhotoMaker 2024-11-20T22:25:19.861620 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_utility.py 2024-11-20T22:25:19.862618 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\omnigen 2024-11-20T22:25:19.862618 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light 2024-11-20T22:25:19.862618 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-plasma 2024-11-20T22:25:19.862618 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-11-20T22:25:19.863616 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux.1-lumiere-alpha 2024-11-20T22:25:19.864613 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 2024-11-20T22:25:19.864613 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise 2024-11-20T22:25:19.864613 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-11-20T22:25:19.864613 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\UtilNodes-ComfyUI 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_lora_tag_loader 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native 2024-11-20T22:25:19.866608 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI 2024-11-20T22:25:19.866608 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 2024-11-20T22:25:19.866608 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-Hugo 2024-11-20T22:25:19.866608 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Bmad-DirtyUndoRedo 2024-11-20T22:25:19.866608 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding 2024-11-20T22:25:19.867605 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SimpleMath 2024-11-20T22:25:19.867605 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes 2024-11-20T22:25:19.867605 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic 2024-11-20T22:25:19.867605 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2 2024-11-20T22:25:19.868602 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger 2024-11-20T22:25:19.868602 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-fitsize 2024-11-20T22:25:19.868602 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes 2024-11-20T22:25:19.868602 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\florence_dw 2024-11-20T22:25:19.868602 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b-I2V 2024-11-20T22:25:19.869600 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_AudioVizold 2024-11-20T22:25:19.869600 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon 2024-11-20T22:25:19.869600 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-marnodes 2024-11-20T22:25:19.869600 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale 2024-11-20T22:25:19.869600 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 2024-11-20T22:25:19.870597 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui 2024-11-20T22:25:19.870597 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG 2024-11-20T22:25:19.870597 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-fast 2024-11-20T22:25:19.870597 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ELLA-wrapper 2024-11-20T22:25:19.870597 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-enricos-nodes 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-string-converter 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlAltAI-Nodes 2024-11-20T22:25:19.872592 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Animation_Nodes_and_Workflows 2024-11-20T22:25:19.872592 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_cspnodes 2024-11-20T22:25:19.872592 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 2024-11-20T22:25:19.872592 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes 2024-11-20T22:25:19.873589 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\gcLatentTunnel.py 2024-11-20T22:25:19.873589 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-profiler 2024-11-20T22:25:19.873589 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_aspect_ratios 2024-11-20T22:25:19.873589 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92 2024-11-20T22:25:19.873589 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention 2024-11-20T22:25:19.874586 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OmniGen 2024-11-20T22:25:19.874586 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Ib_CustomNodes 2024-11-20T22:25:19.874586 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Path-Helper 2024-11-20T22:25:19.874586 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Wrapper 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper 2024-11-20T22:25:19.875584 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes__init__.py 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-EasyNode 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts 2024-11-20T22:25:19.876581 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost 2024-11-20T22:25:19.876581 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes 2024-11-20T22:25:19.876581 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 2024-11-20T22:25:19.876581 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-calbenodes 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Universal-Styler0ld 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UX-Nodes 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse 2024-11-20T22:25:19.878576 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LCM 2024-11-20T22:25:19.878576 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers 2024-11-20T22:25:19.878576 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2 2024-11-20T22:25:19.878576 - 0.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_fnodes 2024-11-20T22:25:19.879574 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCMSampler-ComfyUI 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_OmniGen_Wrapper 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb 2024-11-20T22:25:19.881849 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver 2024-11-20T22:25:19.881849 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-SMZ 2024-11-20T22:25:19.881849 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters 2024-11-20T22:25:19.881849 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-shiimizu 2024-11-20T22:25:19.882818 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfyold2 2024-11-20T22:25:19.882818 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus 2024-11-20T22:25:19.882818 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various 2024-11-20T22:25:19.882818 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\DJZ-Nodes 2024-11-20T22:25:19.883839 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OmniGenX 2024-11-20T22:25:19.883839 - 0.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light-ComfyUI-Node 2024-11-20T22:25:19.883839 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF 2024-11-20T22:25:19.883839 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui 2024-11-20T22:25:19.883839 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt 2024-11-20T22:25:19.884813 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfyold3 2024-11-20T22:25:19.884813 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-11-20T22:25:19.884813 - 0.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold 2024-11-20T22:25:19.884813 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plusold 2024-11-20T22:25:19.885810 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 2024-11-20T22:25:19.885810 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Long-CLIP 2024-11-20T22:25:19.885810 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Yvann-Nodes 2024-11-20T22:25:19.885810 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes 2024-11-20T22:25:19.885810 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\eden_comfy_pipelines 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Saver 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAIold 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-magic-clothing 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Pluszero 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_CatVTON_Wrapper 2024-11-20T22:25:19.888802 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy1711 2024-11-20T22:25:19.888802 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb 2024-11-20T22:25:19.888802 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 2024-11-20T22:25:19.888802 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoX-MZ 2024-11-20T22:25:19.888802 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Flux-Prompt-Generator 2024-11-20T22:25:19.889823 - 0.3 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Diffusers 2024-11-20T22:25:19.889823 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 2024-11-20T22:25:19.889823 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfyold 2024-11-20T22:25:19.889823 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN 2024-11-20T22:25:19.889823 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OllamaGemini 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WJNodes 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\All-IN-ONE-style 2024-11-20T22:25:19.892816 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools 2024-11-20T22:25:19.892816 - 0.5 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 2024-11-20T22:25:19.892816 - 0.5 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle 2024-11-20T22:25:19.892816 - 0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-11-20T22:25:19.892816 - 0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials 2024-11-20T22:25:19.892816 - 0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL 2024-11-20T22:25:19.893812 - 0.9 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioReactor 2024-11-20T22:25:19.893812 - 0.9 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait 2024-11-20T22:25:19.893812 - 1.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops 2024-11-20T22:25:19.893812 - 1.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\lingko-FaceReActor-Node 2024-11-20T22:25:19.893812 - 1.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside 2024-11-20T22:25:19.893812 - 1.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-simswap 2024-11-20T22:25:19.894811 - 1.5 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-instantId-faceswap 2024-11-20T22:25:19.895783 - 1.5 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use 2024-11-20T22:25:19.895783 - 1.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Merlin 2024-11-20T22:25:19.895783 - 1.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes 2024-11-20T22:25:19.896800 - 1.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes 2024-11-20T22:25:19.896800 - 1.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui 2024-11-20T22:25:19.896800 - 2.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved 2024-11-20T22:25:19.896800 - 2.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes 2024-11-20T22:25:19.896800 - 3.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM 2024-11-20T22:25:19.896800 - 3.9 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture 2024-11-20T22:25:19.897803 - 4.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-clip-interrogator 2024-11-20T22:25:19.897803 - 4.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Depthflow-Nodes 2024-11-20T22:25:19.897803 - 5.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\batchImg-rembg-ComfyUI-nodes 2024-11-20T22:25:19.897803 - 5.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotion 2024-11-20T22:25:19.897803 - 5.7 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui 2024-11-20T22:25:19.897803 - 6.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicBrush 2024-11-20T22:25:19.898799 - 9.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioReactive 2024-11-20T22:25:19.898799 - 2024-11-20T22:25:19.918722 - Starting server
2024-11-20T22:25:19.919744 - To see the GUI go to: http://127.0.0.1:8188 2024-11-20T22:25:21.351552 - FETCH DATA from: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-20T22:25:21.372496 - [DONE]2024-11-20T22:25:21.372496 - 2024-11-20T22:25:21.609802 - BilboX LUTs path set to:2024-11-20T22:25:21.609802 - 2024-11-20T22:25:21.609802 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-11-20T22:25:21.609802 - 2024-11-20T22:25:21.610771 - BilboX LUTs path set to:2024-11-20T22:25:21.610771 - 2024-11-20T22:25:21.610771 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-11-20T22:25:21.610771 - 2024-11-20T22:25:26.678040 - Error fetching Ollama models: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/tags (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000248A0C8CB50>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée'))2024-11-20T22:25:26.678673 - 2024-11-20T22:25:30.790531 - Error fetching Ollama models: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/tags (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000248A0C8F310>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée'))2024-11-20T22:25:30.791090 - 2024-11-20T22:25:30.895907 - QualityOfLifeSuit_Omar92:2024-11-20T22:25:30.895907 - :NSP ready2024-11-20T22:25:30.895907 - 2024-11-20T22:25:30.910778 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.910991 - 2024-11-20T22:25:30.914436 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.914436 - 2024-11-20T22:25:30.914895 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.914895 - 2024-11-20T22:25:30.915545 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.915545 - 2024-11-20T22:25:30.916051 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.916051 - 2024-11-20T22:25:30.917010 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.917010 - 2024-11-20T22:25:31.329946 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-11-20T22:25:31.329946 - 2024-11-20T22:25:31.330943 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-11-20T22:25:31.330943 - 2024-11-20T22:27:18.583851 - got prompt 2024-11-20T22:27:18.919311 - [{'path': 'D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\models\CogVideo\loras\orbit_left_lora_weights.safetensors', 'strength': 0.5, 'name': 'orbit_left_lora_weights', 'fuse_lora': True}]2024-11-20T22:27:18.920308 - 2024-11-20T22:27:20.022387 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-20T22:27:20.119374 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-20T22:27:20.121398 - Prompt executed in 1.51 seconds 2024-11-20T22:28:02.385955 - got prompt 2024-11-20T22:38:37.083723 - Merging rank 256 LoRA weights from D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\models\CogVideo\loras\orbit_left_loraweights.safetensors with strength 0.5 2024-11-20T22:48:42.558533 - Encoded latents shape: torch.Size([1, 1, 16, 60, 90]) 2024-11-20T22:57:07.178354 - Requested to load SD3ClipModel 2024-11-20T22:57:07.178354 - Loading 1 new model 2024-11-20T22:57:07.182371 - loaded partially 64.0 32.38671875 0 2024-11-20T22:57:21.519990 - Unloading models for lowram load. 2024-11-20T22:57:24.779606 - 1 models unloaded. 2024-11-20T22:57:24.779606 - Loading 1 new model 2024-11-20T22:57:25.943420 - loaded partially 5227.500290679932 5211.38671875 0 2024-11-20T22:57:31.647216 - Only one image conditioning frame received, img2vid 2024-11-20T22:57:31.947336 - Temporal tiling and context schedule disabled 2024-11-20T22:57:32.483929 - 0%| | 0/50 [00:00<?, ?it/s]2024-11-20T22:57:32.484235 - 2024-11-20T22:57:33.232704 - !!! Exception during processing !!! Given groups=1, weight of size [3072, 16, 2, 2], expected input[26, 32, 60, 90] to have 16 channels, but got 32 channels instead 2024-11-20T22:57:33.308925 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 866, in process latents = pipeline["pipe"]( ^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context return func(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\pipeline_cogvideox.py", line 875, in call noise_pred = self.transformer( ^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl return self._call_impl(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl return forward_call(*args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 650, in forward hidden_states = self.patch_embed(encoder_hidden_states, hidden_states) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl return self._call_impl(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl return forward_call(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\embeddings.py", line 412, in forward image_embeds = self.proj(image_embeds) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl return self._call_impl(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl return forward_call(args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 554, in forward return self._conv_forward(input, self.weight, self.bias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 549, in _conv_forward return F.conv2d( ^^^^^^^^^ RuntimeError: Given groups=1, weight of size [3072, 16, 2, 2], expected input[26, 32, 60, 90] to have 16 channels, but got 32 channels instead
2024-11-20T22:57:33.311924 - Prompt executed in 1770.89 seconds 2024-11-21T08:30:27.552645 - got prompt 2024-11-21T08:30:27.599522 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:30:29.134492 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:30:29.136479 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:30:29.137473 - Prompt executed in 1.55 seconds 2024-11-21T08:53:16.567197 - FETCH DATA from: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-21T08:53:16.594497 - [DONE]2024-11-21T08:53:16.594633 - 2024-11-21T08:53:17.165076 - BilboX LUTs path set to:2024-11-21T08:53:17.165076 - 2024-11-21T08:53:17.165076 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-11-21T08:53:17.165076 - 2024-11-21T08:53:17.165076 - BilboX LUTs path set to:2024-11-21T08:53:17.165076 - 2024-11-21T08:53:17.166018 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-11-21T08:53:17.166018 - 2024-11-21T08:53:22.219184 - Error fetching Ollama models: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/tags (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000248A0E2C690>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée'))2024-11-21T08:53:22.219184 - 2024-11-21T08:53:26.304077 - Error fetching Ollama models: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/tags (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000248A0E2F510>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée'))2024-11-21T08:53:26.305117 - 2024-11-21T08:53:26.358189 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.358575 - 2024-11-21T08:53:26.369827 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.370647 - 2024-11-21T08:53:26.372650 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.372650 - 2024-11-21T08:53:26.374668 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.374668 - 2024-11-21T08:53:26.375672 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.376636 - 2024-11-21T08:53:26.378663 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.379655 - 2024-11-21T08:53:26.807852 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-11-21T08:53:26.808514 - 2024-11-21T08:53:26.809347 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-11-21T08:53:26.809557 - 2024-11-21T08:53:37.186747 - got prompt 2024-11-21T08:53:37.229688 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:53:37.664323 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:53:37.665321 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:53:37.667315 - Prompt executed in 0.45 seconds 2024-11-21T08:54:33.318840 - got prompt 2024-11-21T08:54:33.362721 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:54:33.758627 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:54:33.760622 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:54:33.761621 - Prompt executed in 0.41 seconds 2024-11-21T08:54:49.943666 - got prompt 2024-11-21T08:54:49.990573 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:54:50.396222 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:54:50.397690 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:54:50.398682 - Prompt executed in 0.42 seconds 2024-11-21T08:58:35.608294 - got prompt 2024-11-21T08:58:35.654204 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:58:36.058278 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:58:36.059275 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:58:36.060273 - Prompt executed in 0.42 seconds
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
{"last_node_id":59,"last_link_id":129,"nodes":[{"id":37,"type":"ImageResizeKJ","pos":{"0":618.209228515625,"1":1097.7996826171875},"size":{"0":315,"1":266},"flags":{},"order":7,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":129,"label":"image"},{"name":
Exception Message: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel
transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained
raise e
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained
accelerate.load_checkpoint_and_dispatch(
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch
load_checkpoint_in_model(
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model
set_module_tensor_to_device(
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device
new_module = getattr(module, split)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in __getattr__
return super().__getattr__(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in __getattr__
raise AttributeError(
## System Information
- **ComfyUI Version:** v0.2.7-18-ga72d152
- **Arguments:** ComfyUI\main.py --windows-standalone-build
- **OS:** nt
- **Python Version:** 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.5.1+cu121
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 2080 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 8589475840
- **VRAM Free:** 6967646052
- **Torch VRAM Total:** 503316480
- **Torch VRAM Free:** 58578788
## Logs
2024-11-20T22:25:19.670878 - nodes successfully.2024-11-20T22:25:19.670878 -
2024-11-20T22:25:19.670878 -
2024-11-20T22:25:19.670878 - "Success is not just about making money. It's about making a difference."2024-11-20T22:25:19.670878 - - Unknown2024-11-20T22:25:19.671874 -
2024-11-20T22:25:19.671874 -
2024-11-20T22:25:19.849284 - Traceback (most recent call last):
File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2022, in load_custom_node
module_spec.loader.exec_module(module)
File "
2024-11-20T22:25:19.850281 - Cannot import D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes__init__.py module for custom nodes: No module named 'D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\init.Nodes' 2024-11-20T22:25:19.856774 - Import times for custom nodes: 2024-11-20T22:25:19.857768 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-NAI-styler 2024-11-20T22:25:19.858713 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-v1 2024-11-20T22:25:19.859756 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\DimensionX 2024-11-20T22:25:19.860902 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Real-ESRGAN 2024-11-20T22:25:19.861145 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b-Tora 2024-11-20T22:25:19.861383 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node-better 2024-11-20T22:25:19.861620 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui 2024-11-20T22:25:19.861620 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Latent-Upscaler 2024-11-20T22:25:19.861620 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 2024-11-20T22:25:19.861620 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\PhotoMaker 2024-11-20T22:25:19.861620 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_utility.py 2024-11-20T22:25:19.862618 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\omnigen 2024-11-20T22:25:19.862618 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light 2024-11-20T22:25:19.862618 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-plasma 2024-11-20T22:25:19.862618 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-11-20T22:25:19.863616 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux.1-lumiere-alpha 2024-11-20T22:25:19.864613 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 2024-11-20T22:25:19.864613 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise 2024-11-20T22:25:19.864613 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-11-20T22:25:19.864613 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\UtilNodes-ComfyUI 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_lora_tag_loader 2024-11-20T22:25:19.865610 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native 2024-11-20T22:25:19.866608 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI 2024-11-20T22:25:19.866608 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 2024-11-20T22:25:19.866608 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-Hugo 2024-11-20T22:25:19.866608 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Bmad-DirtyUndoRedo 2024-11-20T22:25:19.866608 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding 2024-11-20T22:25:19.867605 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SimpleMath 2024-11-20T22:25:19.867605 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes 2024-11-20T22:25:19.867605 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic 2024-11-20T22:25:19.867605 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2 2024-11-20T22:25:19.868602 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger 2024-11-20T22:25:19.868602 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-fitsize 2024-11-20T22:25:19.868602 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes 2024-11-20T22:25:19.868602 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\florence_dw 2024-11-20T22:25:19.868602 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b-I2V 2024-11-20T22:25:19.869600 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_AudioVizold 2024-11-20T22:25:19.869600 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon 2024-11-20T22:25:19.869600 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-marnodes 2024-11-20T22:25:19.869600 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale 2024-11-20T22:25:19.869600 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 2024-11-20T22:25:19.870597 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui 2024-11-20T22:25:19.870597 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG 2024-11-20T22:25:19.870597 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-fast 2024-11-20T22:25:19.870597 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ELLA-wrapper 2024-11-20T22:25:19.870597 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-enricos-nodes 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-string-converter 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere 2024-11-20T22:25:19.871594 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlAltAI-Nodes 2024-11-20T22:25:19.872592 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Animation_Nodes_and_Workflows 2024-11-20T22:25:19.872592 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_cspnodes 2024-11-20T22:25:19.872592 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 2024-11-20T22:25:19.872592 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes 2024-11-20T22:25:19.873589 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\gcLatentTunnel.py 2024-11-20T22:25:19.873589 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-profiler 2024-11-20T22:25:19.873589 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_aspect_ratios 2024-11-20T22:25:19.873589 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92 2024-11-20T22:25:19.873589 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention 2024-11-20T22:25:19.874586 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OmniGen 2024-11-20T22:25:19.874586 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Ib_CustomNodes 2024-11-20T22:25:19.874586 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Path-Helper 2024-11-20T22:25:19.874586 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Wrapper 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper 2024-11-20T22:25:19.875584 - 0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes__init__.py 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-EasyNode 2024-11-20T22:25:19.875584 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts 2024-11-20T22:25:19.876581 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost 2024-11-20T22:25:19.876581 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes 2024-11-20T22:25:19.876581 - 0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 2024-11-20T22:25:19.876581 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-calbenodes 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Universal-Styler0ld 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UX-Nodes 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 2024-11-20T22:25:19.877578 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse 2024-11-20T22:25:19.878576 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LCM 2024-11-20T22:25:19.878576 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers 2024-11-20T22:25:19.878576 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2 2024-11-20T22:25:19.878576 - 0.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_fnodes 2024-11-20T22:25:19.879574 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCMSampler-ComfyUI 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_OmniGen_Wrapper 2024-11-20T22:25:19.880823 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb 2024-11-20T22:25:19.881849 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver 2024-11-20T22:25:19.881849 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-SMZ 2024-11-20T22:25:19.881849 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters 2024-11-20T22:25:19.881849 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-shiimizu 2024-11-20T22:25:19.882818 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfyold2 2024-11-20T22:25:19.882818 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus 2024-11-20T22:25:19.882818 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various 2024-11-20T22:25:19.882818 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\DJZ-Nodes 2024-11-20T22:25:19.883839 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OmniGenX 2024-11-20T22:25:19.883839 - 0.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light-ComfyUI-Node 2024-11-20T22:25:19.883839 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF 2024-11-20T22:25:19.883839 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui 2024-11-20T22:25:19.883839 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt 2024-11-20T22:25:19.884813 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfyold3 2024-11-20T22:25:19.884813 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-11-20T22:25:19.884813 - 0.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold 2024-11-20T22:25:19.884813 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plusold 2024-11-20T22:25:19.885810 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 2024-11-20T22:25:19.885810 - 0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Long-CLIP 2024-11-20T22:25:19.885810 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Yvann-Nodes 2024-11-20T22:25:19.885810 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes 2024-11-20T22:25:19.885810 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\eden_comfy_pipelines 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Saver 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAIold 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath 2024-11-20T22:25:19.886808 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-magic-clothing 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Pluszero 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff 2024-11-20T22:25:19.887805 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_CatVTON_Wrapper 2024-11-20T22:25:19.888802 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy1711 2024-11-20T22:25:19.888802 - 0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb 2024-11-20T22:25:19.888802 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 2024-11-20T22:25:19.888802 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoX-MZ 2024-11-20T22:25:19.888802 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Flux-Prompt-Generator 2024-11-20T22:25:19.889823 - 0.3 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Diffusers 2024-11-20T22:25:19.889823 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 2024-11-20T22:25:19.889823 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfyold 2024-11-20T22:25:19.889823 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN 2024-11-20T22:25:19.889823 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OllamaGemini 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WJNodes 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything 2024-11-20T22:25:19.890797 - 0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2 2024-11-20T22:25:19.891818 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\All-IN-ONE-style 2024-11-20T22:25:19.892816 - 0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools 2024-11-20T22:25:19.892816 - 0.5 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 2024-11-20T22:25:19.892816 - 0.5 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle 2024-11-20T22:25:19.892816 - 0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-11-20T22:25:19.892816 - 0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials 2024-11-20T22:25:19.892816 - 0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL 2024-11-20T22:25:19.893812 - 0.9 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioReactor 2024-11-20T22:25:19.893812 - 0.9 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait 2024-11-20T22:25:19.893812 - 1.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops 2024-11-20T22:25:19.893812 - 1.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\lingko-FaceReActor-Node 2024-11-20T22:25:19.893812 - 1.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside 2024-11-20T22:25:19.893812 - 1.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-simswap 2024-11-20T22:25:19.894811 - 1.5 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-instantId-faceswap 2024-11-20T22:25:19.895783 - 1.5 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use 2024-11-20T22:25:19.895783 - 1.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Merlin 2024-11-20T22:25:19.895783 - 1.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes 2024-11-20T22:25:19.896800 - 1.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes 2024-11-20T22:25:19.896800 - 1.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui 2024-11-20T22:25:19.896800 - 2.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved 2024-11-20T22:25:19.896800 - 2.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes 2024-11-20T22:25:19.896800 - 3.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM 2024-11-20T22:25:19.896800 - 3.9 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture 2024-11-20T22:25:19.897803 - 4.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-clip-interrogator 2024-11-20T22:25:19.897803 - 4.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Depthflow-Nodes 2024-11-20T22:25:19.897803 - 5.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\batchImg-rembg-ComfyUI-nodes 2024-11-20T22:25:19.897803 - 5.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotion 2024-11-20T22:25:19.897803 - 5.7 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui 2024-11-20T22:25:19.897803 - 6.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicBrush 2024-11-20T22:25:19.898799 - 9.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioReactive 2024-11-20T22:25:19.898799 - 2024-11-20T22:25:19.918722 - Starting server
2024-11-20T22:25:19.919744 - To see the GUI go to: http://127.0.0.1:8188 2024-11-20T22:25:21.351552 - FETCH DATA from: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-20T22:25:21.372496 - [DONE]2024-11-20T22:25:21.372496 - 2024-11-20T22:25:21.609802 - BilboX LUTs path set to:2024-11-20T22:25:21.609802 - 2024-11-20T22:25:21.609802 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-11-20T22:25:21.609802 - 2024-11-20T22:25:21.610771 - BilboX LUTs path set to:2024-11-20T22:25:21.610771 - 2024-11-20T22:25:21.610771 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-11-20T22:25:21.610771 - 2024-11-20T22:25:26.678040 - Error fetching Ollama models: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/tags (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000248A0C8CB50>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée'))2024-11-20T22:25:26.678673 - 2024-11-20T22:25:30.790531 - Error fetching Ollama models: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/tags (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000248A0C8F310>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée'))2024-11-20T22:25:30.791090 - 2024-11-20T22:25:30.895907 - QualityOfLifeSuit_Omar92:2024-11-20T22:25:30.895907 - :NSP ready2024-11-20T22:25:30.895907 - 2024-11-20T22:25:30.910778 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.910991 - 2024-11-20T22:25:30.914436 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.914436 - 2024-11-20T22:25:30.914895 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.914895 - 2024-11-20T22:25:30.915545 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.915545 - 2024-11-20T22:25:30.916051 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.916051 - 2024-11-20T22:25:30.917010 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-20T22:25:30.917010 - 2024-11-20T22:25:31.329946 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-11-20T22:25:31.329946 - 2024-11-20T22:25:31.330943 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-11-20T22:25:31.330943 - 2024-11-20T22:27:18.583851 - got prompt 2024-11-20T22:27:18.919311 - [{'path': 'D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\models\CogVideo\loras\orbit_left_lora_weights.safetensors', 'strength': 0.5, 'name': 'orbit_left_lora_weights', 'fuse_lora': True}]2024-11-20T22:27:18.920308 - 2024-11-20T22:27:20.022387 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-20T22:27:20.119374 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-20T22:27:20.121398 - Prompt executed in 1.51 seconds 2024-11-20T22:28:02.385955 - got prompt 2024-11-20T22:38:37.083723 - Merging rank 256 LoRA weights from D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\models\CogVideo\loras\orbit_left_loraweights.safetensors with strength 0.5 2024-11-20T22:48:42.558533 - Encoded latents shape: torch.Size([1, 1, 16, 60, 90]) 2024-11-20T22:57:07.178354 - Requested to load SD3ClipModel 2024-11-20T22:57:07.178354 - Loading 1 new model 2024-11-20T22:57:07.182371 - loaded partially 64.0 32.38671875 0 2024-11-20T22:57:21.519990 - Unloading models for lowram load. 2024-11-20T22:57:24.779606 - 1 models unloaded. 2024-11-20T22:57:24.779606 - Loading 1 new model 2024-11-20T22:57:25.943420 - loaded partially 5227.500290679932 5211.38671875 0 2024-11-20T22:57:31.647216 - Only one image conditioning frame received, img2vid 2024-11-20T22:57:31.947336 - Temporal tiling and context schedule disabled 2024-11-20T22:57:32.483929 - 0%| | 0/50 [00:00<?, ?it/s]2024-11-20T22:57:32.484235 - 2024-11-20T22:57:33.232704 - !!! Exception during processing !!! Given groups=1, weight of size [3072, 16, 2, 2], expected input[26, 32, 60, 90] to have 16 channels, but got 32 channels instead 2024-11-20T22:57:33.308925 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 866, in process latents = pipeline["pipe"]( ^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context return func(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\pipeline_cogvideox.py", line 875, in call noise_pred = self.transformer( ^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl return self._call_impl(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl return forward_call(*args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 650, in forward hidden_states = self.patch_embed(encoder_hidden_states, hidden_states) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl return self._call_impl(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl return forward_call(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\embeddings.py", line 412, in forward image_embeds = self.proj(image_embeds) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl return self._call_impl(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl return forward_call(args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 554, in forward return self._conv_forward(input, self.weight, self.bias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 549, in _conv_forward return F.conv2d( ^^^^^^^^^ RuntimeError: Given groups=1, weight of size [3072, 16, 2, 2], expected input[26, 32, 60, 90] to have 16 channels, but got 32 channels instead
2024-11-20T22:57:33.311924 - Prompt executed in 1770.89 seconds 2024-11-21T08:30:27.552645 - got prompt 2024-11-21T08:30:27.599522 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:30:29.134492 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:30:29.136479 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:30:29.137473 - Prompt executed in 1.55 seconds 2024-11-21T08:53:16.567197 - FETCH DATA from: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-21T08:53:16.594497 - [DONE]2024-11-21T08:53:16.594633 - 2024-11-21T08:53:17.165076 - BilboX LUTs path set to:2024-11-21T08:53:17.165076 - 2024-11-21T08:53:17.165076 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-11-21T08:53:17.165076 - 2024-11-21T08:53:17.165076 - BilboX LUTs path set to:2024-11-21T08:53:17.165076 - 2024-11-21T08:53:17.166018 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-11-21T08:53:17.166018 - 2024-11-21T08:53:22.219184 - Error fetching Ollama models: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/tags (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000248A0E2C690>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée'))2024-11-21T08:53:22.219184 - 2024-11-21T08:53:26.304077 - Error fetching Ollama models: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/tags (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000248A0E2F510>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée'))2024-11-21T08:53:26.305117 - 2024-11-21T08:53:26.358189 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.358575 - 2024-11-21T08:53:26.369827 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.370647 - 2024-11-21T08:53:26.372650 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.372650 - 2024-11-21T08:53:26.374668 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.374668 - 2024-11-21T08:53:26.375672 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.376636 - 2024-11-21T08:53:26.378663 - Error loading naistyles.csv. Make sure it is in the custom_nodes/ComfyUI_NAI-styler/CSV directory of ComfyUI. Then press "Refresh". Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI Error: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte 2024-11-21T08:53:26.379655 - 2024-11-21T08:53:26.807852 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-11-21T08:53:26.808514 - 2024-11-21T08:53:26.809347 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-11-21T08:53:26.809557 - 2024-11-21T08:53:37.186747 - got prompt 2024-11-21T08:53:37.229688 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:53:37.664323 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:53:37.665321 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:53:37.667315 - Prompt executed in 0.45 seconds 2024-11-21T08:54:33.318840 - got prompt 2024-11-21T08:54:33.362721 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:54:33.758627 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:54:33.760622 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:54:33.761621 - Prompt executed in 0.41 seconds 2024-11-21T08:54:49.943666 - got prompt 2024-11-21T08:54:49.990573 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:54:50.396222 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:54:50.397690 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:54:50.398682 - Prompt executed in 0.42 seconds 2024-11-21T08:58:35.608294 - got prompt 2024-11-21T08:58:35.654204 - WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' 2024-11-21T08:58:36.058278 - !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' 2024-11-21T08:58:36.059275 - Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'
2024-11-21T08:58:36.060273 - Prompt executed in 0.42 seconds
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
{"last_node_id":59,"last_link_id":129,"nodes":[{"id":37,"type":"ImageResizeKJ","pos":{"0":618.209228515625,"1":1097.7996826171875},"size":{"0":315,"1":266},"flags":{},"order":7,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":129,"label":"image"},{"name":"get_image_size","type":"IMAGE","link":null,"shape":7,"label":"get_image_size"},{"name":"width_input","type":"INT","link":null,"w
Your error says that on line 179 in file model_loading.py:
line 179, in loadmodel
transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer")
However in current version that is NOT the line 179, which tells me you do not have the current version of the nodes installed for one.
The error itself makes no sense to me and all I can think of is the diffusers
version, which is a python package, not a comfyui-node package.
Thank you very much for yout reactivity.I have done UPDATE ALL, with MANAGERand i get a new message error.
In which direction can i find a solution?Alexandre B. Le jeudi 21 novembre 2024 à 09:18:04 UTC+1, Jukka Seppänen @.***> a écrit :
Your error says that on line 179 in file model_loading.py: line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer")
However in current version that is NOT the line 179, which tells me you do not have the current version of the nodes installed for one.
The error itself makes no sense to me and all I can think of is the diffusers version, which is a python package, not a comfyui-node package.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
| | Sans virus.www.avast.com |
ALL, with MANAGERand i get a new message error. In which direction can i find a solution?Alexandre B. Le jeudi 21 novembre 2024 à 09:18:04 UTC+1, Jukka Seppänen @.***> a écrit :
You did not share the error?
Sorry it was my 2nd picture integrated in my last mail
Le jeudi 21 novembre 2024 à 13:16:15 UTC+1, Jukka Seppänen ***@***.***> a écrit :
ALL, with MANAGERand i get a new message error. In which direction can i find a solution?Alexandre B. Le jeudi 21 novembre 2024 à 09:18:04 UTC+1, Jukka Seppänen @.***> a écrit :
You did not share the error?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
| | Sans virus.www.avast.com |
What can I do to be able to execute this json correctly (which works perfectly on the video of its creator: Galaxy S24 Ultra: zoom in for more details, quite simply ComfyUI CogVideoX 5B With Dimension X An Image To Video Generation - 3D/4D Video With 1 Image ) LOG RuntimeError: Given groups=1, weight of size [3072, 16, 2, 2], expected input[26, 32, 60, 90] to have 16 channels, but got 32 channels instead
Prompt executed in 65.68 seconds got prompt WARNING: [Errno 2] No such file or directory: 'C:\Users\Ben\Desktop\CogVideoX5B + DimensionX\images\wukong_222.webp' !!! Exception during processing !!! 'CogVideoXTransformer3DModel' object has no attribute 'encoder' Traceback (most recent call last): File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 179, in loadmodel transformer = CogVideoXTransformer3DModel.from_pretrained(base_path, subfolder="transformer") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 929, in from_pretrained raise e File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 886, in from_pretrained accelerate.load_checkpoint_and_dispatch( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\big_modeling.py", line 613, in load_checkpoint_and_dispatch load_checkpoint_in_model( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 1821, in load_checkpoint_in_model set_module_tensor_to_device( File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\accelerate\utils\modeling.py", line 334, in set_module_tensor_to_device new_module = getattr(module, split) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\modeling_utils.py", line 155, in getattr return super().getattr(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CogVideoXTransformer3DModel' object has no attribute 'encoder'