You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use cogvideox_5b_1_5_ I2V GGUF or cogvideox_5b_ I2V GGUF. it runs fine with sdpa but I always get (All tensors must have the same dtype.) when I try to use sageattn .. I am using the workflow from the examples here and I have sageattention 1.0.6
Log:
# ComfyUI Error Report
## Error Details
- **Node ID:** 841
- **Node Type:** CogVideoSampler
- **Exception Type:** AssertionError
- **Exception Message:** All tensors must have the same dtype.
## Stack Trace
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 722, in process
latents = model["pipe"](
^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\pipeline_cogvideox.py", line 778, in call
noise_pred = self.transformer(
^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 666, in forward
hidden_states, encoder_hidden_states = block(
^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 323, in forward
attn_hidden_states, attn_encoder_hidden_states = self.attn1(
^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\diffusers\models\attention_processor.py", line 495, in forward
return self.processor(
^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 170, in call
hidden_states = self.attn_func(query, key, value, attn_mask=attention_mask, is_causal=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch_dynamo\eval_frame.py", line 632, in _fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 66, in func
return sageattn(q, k, v, is_causal=is_causal, attn_mask=attn_mask)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\sageattention\core.py", line 79, in sageattn
assert q.dtype == k.dtype == v.dtype, "All tensors must have the same dtype."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I am trying to use cogvideox_5b_1_5_ I2V GGUF or cogvideox_5b_ I2V GGUF. it runs fine with sdpa but I always get (All tensors must have the same dtype.) when I try to use sageattn .. I am using the workflow from the examples here and I have sageattention 1.0.6
Log:
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 722, in process
latents = model["pipe"](
^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\pipeline_cogvideox.py", line 778, in call
noise_pred = self.transformer(
^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 666, in forward
hidden_states, encoder_hidden_states = block(
^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 323, in forward
attn_hidden_states, attn_encoder_hidden_states = self.attn1(
^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\diffusers\models\attention_processor.py", line 495, in forward
return self.processor(
^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 170, in call
hidden_states = self.attn_func(query, key, value, attn_mask=attention_mask, is_causal=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch_dynamo\eval_frame.py", line 632, in _fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 66, in func
return sageattn(q, k, v, is_causal=is_causal, attn_mask=attn_mask)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\sageattention\core.py", line 79, in sageattn
assert q.dtype == k.dtype == v.dtype, "All tensors must have the same dtype."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-10T00:32:52.694597 -
2025-01-10T00:32:52.786016 - ### Loading: ComfyUI-Impact-Pack (V8.2)2025-01-10T00:32:52.786016 -
2025-01-10T00:32:52.786016 - [Impact Pack] Wildcards loading done.2025-01-10T00:32:52.786016 -
2025-01-10T00:32:52.788575 - ### Loading: ComfyUI-Impact-Subpack (V1.2.6)
2025-01-10T00:32:52.791112 - [Impact Subpack] ultralytics_bbox: X:\ComfyUI_2024\ComfyUI\models\ultralytics\bbox
2025-01-10T00:32:52.791112 - [Impact Subpack] ultralytics_segm: X:\ComfyUI_2024\ComfyUI\models\ultralytics\segm
2025-01-10T00:32:52.792897 - ### Loading: ComfyUI-Inspire-Pack (V1.9.1)2025-01-10T00:32:52.794434 -
2025-01-10T00:32:52.828946 - Total VRAM 16376 MB, total RAM 65306 MB
2025-01-10T00:32:52.828946 - pytorch version: 2.5.1+cu124
2025-01-10T00:32:52.830638 - Set vram state to: NORMAL_VRAM
2025-01-10T00:32:52.830638 - Device: cuda:0 NVIDIA GeForce RTX 4080 SUPER : cudaMallocAsync
2025-01-10T00:32:52.861236 - �[94mtheUpsiders Logic Nodes: �[92mLoaded�[0m2025-01-10T00:32:52.861236 -
2025-01-10T00:32:52.880910 - ### Loading: ComfyUI-Manager (V3.4)
2025-01-10T00:32:53.032163 - ### ComfyUI Version: v0.3.10-42-gff838657 | Released on '2025-01-09'
2025-01-10T00:32:53.415711 - Please install flash attention2025-01-10T00:32:53.415711 -
2025-01-10T00:32:53.496280 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-01-10T00:32:53.499290 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-01-10T00:32:53.571134 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-01-10T00:32:53.637794 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-01-10T00:32:53.660584 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-01-10T00:32:53.765926 - Failed to auto update
Quality of Life Suit
2025-01-10T00:32:53.767461 -2025-01-10T00:32:53.767969 - �[33mQualityOfLifeSuit_Omar92_DIR:�[0m X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar922025-01-10T00:32:53.767969 -
2025-01-10T00:32:54.262164 - �[0;33m[ReActor]�[0m - �[38;5;173mSTATUS�[0m - �[0;32mRunning v0.5.2-b1 in ComfyUI�[0m2025-01-10T00:32:54.262164 -
2025-01-10T00:32:54.289976 - Torch version: 2.5.1+cu1242025-01-10T00:32:54.289976 -
2025-01-10T00:32:54.362715 - Imported node: DT_Flatten_Colors2025-01-10T00:32:54.362715 -
2025-01-10T00:32:54.364398 - Imported node: DT_FontText2025-01-10T00:32:54.364398 -
2025-01-10T00:32:54.364904 - Imported node: DT_GenerateNoise2025-01-10T00:32:54.364904 -
2025-01-10T00:32:54.366409 - Imported node: DT_Glitch_This2025-01-10T00:32:54.366409 -
2025-01-10T00:32:54.367410 - Imported node: DT_Hue_Rotation2025-01-10T00:32:54.367915 -
2025-01-10T00:32:54.367915 - Imported node: DT_Load_Picture_Index2025-01-10T00:32:54.367915 -
2025-01-10T00:32:54.397835 - Imported node: DT_PILGram2025-01-10T00:32:54.397835 -
2025-01-10T00:32:54.401034 - Imported node: DT_Pixel_Sort2025-01-10T00:32:54.401034 -
2025-01-10T00:32:54.446049 - Imported node: DT_Play_Sound_At_Execution2025-01-10T00:32:54.446049 -
2025-01-10T00:32:54.714282 - Imported node: DT_PromptGen2025-01-10T00:32:54.714282 -
2025-01-10T00:32:54.714784 - Imported node: DT_Solid_Color2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Swap_Color_Mode2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Flatten_Colors2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_FontText2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_GenerateNoise2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Glitch_This2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Hue_Rotation2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Load_Picture_Index2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_PILGram2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Pixel_Sort2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Play_Sound_At_Execution2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_PromptGen2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Solid_Color2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.714784 - Imported node: DT_Swap_Color_Mode2025-01-10T00:32:54.714784 -
2025-01-10T00:32:54.717863 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2025-01-10T00:32:54.717863 -
2025-01-10T00:32:54.717863 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2025-01-10T00:32:54.717863 -
2025-01-10T00:32:54.719444 - ### Loading: ComfyUI-Workflow-Component (V0.43.3) !! WARN: This is an experimental extension. Extremely unstable. !!2025-01-10T00:32:54.719444 -
2025-01-10T00:32:54.743060 - Workspace manager - Openning file hash dict2025-01-10T00:32:54.743060 -
2025-01-10T00:32:54.744071 - 🦄🦄Loading: Workspace Manager (V2.1.0)2025-01-10T00:32:54.744071 -
2025-01-10T00:32:55.237940 - [01/10/25 00:32:55] WARNING Your inference package version 0.23.0 is out of date! Please upgrade to init.py:41
version 0.32.0 of inference for the latest features and bug fixes by running
pip install --upgrade inference
.2025-01-10T00:32:56.178483 - SupervisionWarnings: BoundingBoxAnnotator is deprecated:
BoundingBoxAnnotator
is deprecated and has been renamed toBoxAnnotator
.BoundingBoxAnnotator
will be removed in supervision-0.26.0.2025-01-10T00:32:56.182090 - SupervisionWarnings: BoundingBoxAnnotator is deprecated:
BoundingBoxAnnotator
is deprecated and has been renamed toBoxAnnotator
.BoundingBoxAnnotator
will be removed in supervision-0.26.0.2025-01-10T00:32:56.194275 - ------------------------------------------2025-01-10T00:32:56.194275 -
2025-01-10T00:32:56.194275 - �[34mComfyroll Studio v1.76 : �[92m 175 Nodes Loaded�[0m2025-01-10T00:32:56.194275 -
2025-01-10T00:32:56.194275 - ------------------------------------------2025-01-10T00:32:56.194275 -
2025-01-10T00:32:56.194275 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-01-10T00:32:56.194275 -
2025-01-10T00:32:56.194275 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-01-10T00:32:56.194275 -
2025-01-10T00:32:56.194275 - ------------------------------------------2025-01-10T00:32:56.194275 -
2025-01-10T00:32:56.216674 - �[34mFizzleDorf Custom Nodes: �[92mLoaded�[0m2025-01-10T00:32:56.216674 -
2025-01-10T00:32:56.224362 - # 😺dzNodes: LayerStyle -> �[1;33mCannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to �[4mhttps://github.com/chflame163/ComfyUI_LayerStyle/issues/5�[0m�[m2025-01-10T00:32:56.224362 -
2025-01-10T00:32:56.276859 - # 😺dzNodes: MSSpeech TTS: Load voice setting -> X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_MSSpeech_TTS\voicelist.ini2025-01-10T00:32:56.276859 -
2025-01-10T00:32:56.276859 - # 😺dzNodes: MSSpeech TTS: 23 voice load successfully.2025-01-10T00:32:56.276859 -
2025-01-10T00:32:56.460468 - �[92m[tinyterraNodes] �[32mLoaded�[0m2025-01-10T00:32:56.460468 -
2025-01-10T00:32:56.972933 - �[36;20m[comfy_mtb] | INFO -> loaded �[96m94�[0m nodes successfuly�[0m
2025-01-10T00:32:56.974453 - �[36;20m[comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.�[0m
2025-01-10T00:32:56.977986 -
�[32mInitializing ControlAltAI Nodes�[0m2025-01-10T00:32:56.977986 -
2025-01-10T00:32:57.023557 - X:\ComfyUI_2024\ComfyUI\custom_nodes\failfast-comfyui-extensions\extensions2025-01-10T00:32:57.023557 -
2025-01-10T00:32:57.023557 - X:\ComfyUI_2024\ComfyUI\web\extensions\failfast-comfyui-extensions2025-01-10T00:32:57.023557 -
2025-01-10T00:32:57.036566 - Patching UNetModel.forward2025-01-10T00:32:57.036566 -
2025-01-10T00:32:57.038120 - UNetModel.forward has been successfully patched.2025-01-10T00:32:57.038120 -
2025-01-10T00:32:58.055988 -
2025-01-10T00:32:58.055988 - �[92m[rgthree-comfy] Loaded 43 magnificent nodes. 🎉�[00m2025-01-10T00:32:58.055988 -
2025-01-10T00:32:58.055988 -
2025-01-10T00:32:58.759768 - Searge-SDXL v4.3.1 in X:\ComfyUI_2024\ComfyUI\custom_nodes\SeargeSDXL2025-01-10T00:32:58.759768 -
2025-01-10T00:32:58.780177 - �[34mWAS Node Suite: �[0mImporting styles from
X:\stable-diffusion-webui\styles.csv
.�[0m2025-01-10T00:32:58.780177 -2025-01-10T00:32:58.781179 - �[34mWAS Node Suite: �[0mStyles import complete.�[0m2025-01-10T00:32:58.781179 -
2025-01-10T00:32:58.785744 - �[34mWAS Node Suite: �[0mBlenderNeko's Advanced CLIP Text Encode found, attempting to enable
CLIPTextEncode
support.�[0m2025-01-10T00:32:58.785744 -2025-01-10T00:32:58.785744 - �[34mWAS Node Suite: �[0m
CLIPTextEncode (BlenderNeko Advanced + NSP)
node enabled underWAS Suite/Conditioning
menu.�[0m2025-01-10T00:32:58.785744 -2025-01-10T00:32:59.258005 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2025-01-10T00:32:59.258005 -
2025-01-10T00:32:59.258005 - �[34mWAS Node Suite: �[0m
ffmpeg_bin_path
is set to: C:\FFMPEG�[0m2025-01-10T00:32:59.258511 -2025-01-10T00:32:59.728995 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m221�[0m �[32mnodes successfully.�[0m2025-01-10T00:32:59.728995 -
2025-01-10T00:32:59.728995 -
�[3m�[93m"Don't watch the clock; do what it does. Keep going."�[0m�[3m - Sam Levenson�[0m
2025-01-10T00:32:59.728995 -
2025-01-10T00:32:59.739268 -
Import times for custom nodes:
2025-01-10T00:32:59.739268 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\websocket_image_save.py
2025-01-10T00:32:59.739268 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Image-Selector
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\canvas_tab
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\style_aligned_comfy
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-SDXL-EmptyLatentImage
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\Mile_High_Styler
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\SD-Latent-Upscaler
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-GPU-temperature-protection
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\image-resize-comfyui
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ControlNet-LLLite-ComfyUI
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-mxToolkit
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\sd-dynamic-thresholding
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-RAVE
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\sdxl_prompt_styler
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_Noise
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\cg-use-everywhere
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\save-image-extended-comfyui
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Logic
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\lora-info
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_Cutoff
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_TiledKSampler
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-fitsize
2025-01-10T00:32:59.740783 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\cg-image-picker
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\sd-perturbed-attention
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-OmniGen
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-enricos-nodes
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-previewlatent
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Flux-Continuum
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-AuraSR
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2025-01-10T00:32:59.742301 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-lama-remover
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_SeeCoder
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-eesahesNodes
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\wlsh_nodes
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\IPAdapter-ComfyUI
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_experiments
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Loopchain
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyLiterals
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\FreeU_Advanced
2025-01-10T00:32:59.743595 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-prompt-composer
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\steerable-motion
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyMath
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-LTXTricks
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfy-image-saver
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_essentials
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ControlAltAI-Nodes
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-tooling-nodes
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\x-flux-comfyui
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Florence2
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\rgthree-comfy
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-various
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-MochiWrapper
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-advanced-controlnet
2025-01-10T00:32:59.745129 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_ExtraModels
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-LTXVideo
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-workspace-manager
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\failfast-comfyui-extensions
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-HunyuanVideoWrapper
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Workflow-Component
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_smZNodes
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\facerestore_cf
2025-01-10T00:32:59.746639 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-dream-project
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\DJZ-Nodes
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Flowty-LDSR
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-IG-Nodes
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-prompt-control
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-01-10T00:32:59.747643 - 0.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui_segment_anything
2025-01-10T00:32:59.747643 - 0.1 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2025-01-10T00:32:59.748146 - 0.1 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2025-01-10T00:32:59.748146 - 0.1 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-MediaMixer
2025-01-10T00:32:59.748146 - 0.1 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\sdxl_prompt_styler-main
2025-01-10T00:32:59.748146 - 0.1 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyI2I
2025-01-10T00:32:59.748146 - 0.1 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI_MSSpeech_TTS
2025-01-10T00:32:59.748146 - 0.2 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-art-venture
2025-01-10T00:32:59.748146 - 0.3 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait
2025-01-10T00:32:59.748146 - 0.3 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2025-01-10T00:32:59.748146 - 0.4 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-PyramidFlowWrapper
2025-01-10T00:32:59.748146 - 0.4 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Vextra-Nodes
2025-01-10T00:32:59.748146 - 0.4 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-Manager
2025-01-10T00:32:59.748146 - 0.5 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfy_mtb
2025-01-10T00:32:59.748146 - 0.5 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\comfyui-reactor-node
2025-01-10T00:32:59.748146 - 0.6 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper
2025-01-10T00:32:59.748146 - 0.6 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\SeargeSDXL
2025-01-10T00:32:59.748146 - 1.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-01-10T00:32:59.748146 - 1.0 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\rembg-comfyui-node
2025-01-10T00:32:59.748146 - 1.4 seconds: X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
2025-01-10T00:32:59.748146 -
2025-01-10T00:32:59.762114 - Starting server
2025-01-10T00:32:59.763117 - To see the GUI go to: http://127.0.0.1:8188
2025-01-10T00:33:05.438820 - got prompt
2025-01-10T00:33:05.483560 - WARNING: DreamInputText.IS_CHANGED() got an unexpected keyword argument 'value'
2025-01-10T00:33:05.523787 - WARNING: DreamInputText.IS_CHANGED() got an unexpected keyword argument 'value'
2025-01-10T00:33:09.058197 - Encoded latents shape: torch.Size([1, 1, 16, 60, 90])
2025-01-10T00:33:09.439699 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-01-10T00:33:10.797650 - Requested to load SD3ClipModel_
2025-01-10T00:33:10.802299 - loaded completely 9.5367431640625e+25 4541.693359375 True
2025-01-10T00:33:12.622609 - Only one image conditioning frame received, img2vid
2025-01-10T00:33:12.622609 - Context schedule disabled
2025-01-10T00:33:12.624152 - Sampling 53 frames in 13 latent frames at 720x480 with 25 inference steps
2025-01-10T00:33:12.625696 -
0%| | 0/25 [00:00<?, ?it/s]2025-01-10T00:33:12.684665 -
0%| | 0/25 [00:00<?, ?it/s]2025-01-10T00:33:12.684665 -
2025-01-10T00:33:12.724487 - !!! Exception during processing !!! All tensors must have the same dtype.
2025-01-10T00:33:12.727522 - Traceback (most recent call last):
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 722, in process
latents = model["pipe"](
^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\pipeline_cogvideox.py", line 778, in call
noise_pred = self.transformer(
^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 666, in forward
hidden_states, encoder_hidden_states = block(
^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 323, in forward
attn_hidden_states, attn_encoder_hidden_states = self.attn1(
^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\diffusers\models\attention_processor.py", line 495, in forward
return self.processor(
^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 170, in call
hidden_states = self.attn_func(query, key, value, attn_mask=attention_mask, is_causal=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch_dynamo\eval_frame.py", line 632, in _fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 66, in func
return sageattn(q, k, v, is_causal=is_causal, attn_mask=attn_mask)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\sageattention\core.py", line 79, in sageattn
assert q.dtype == k.dtype == v.dtype, "All tensors must have the same dtype."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: All tensors must have the same dtype.
2025-01-10T00:33:12.729531 - Prompt executed in 7.25 seconds
2025-01-10T00:33:25.733609 - got prompt
2025-01-10T00:33:25.777946 - WARNING: DreamInputText.IS_CHANGED() got an unexpected keyword argument 'value'
2025-01-10T00:33:25.800626 - WARNING: DreamInputText.IS_CHANGED() got an unexpected keyword argument 'value'
2025-01-10T00:33:28.106931 - Encoded latents shape: torch.Size([1, 1, 16, 60, 90])
2025-01-10T00:33:28.893755 - Requested to load SD3ClipModel_
2025-01-10T00:33:28.897479 - loaded partially 3349.9390953063967 3341.693359375 0
2025-01-10T00:33:29.690337 - Only one image conditioning frame received, img2vid
2025-01-10T00:33:29.690337 - Context schedule disabled
2025-01-10T00:33:29.693892 - Sampling 49 frames in 13 latent frames at 720x480 with 25 inference steps
2025-01-10T00:33:29.694399 -
0%| | 0/25 [00:00<?, ?it/s]2025-01-10T00:33:29.754688 -
0%| | 0/25 [00:00<?, ?it/s]2025-01-10T00:33:29.754688 -
2025-01-10T00:33:29.831043 - !!! Exception during processing !!! All tensors must have the same dtype.
2025-01-10T00:33:29.832565 - Traceback (most recent call last):
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "X:\ComfyUI_2024\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 722, in process
latents = model["pipe"](
^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\pipeline_cogvideox.py", line 778, in call
noise_pred = self.transformer(
^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 666, in forward
hidden_states, encoder_hidden_states = block(
^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 323, in forward
attn_hidden_states, attn_encoder_hidden_states = self.attn1(
^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\diffusers\models\attention_processor.py", line 495, in forward
return self.processor(
^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 170, in call
hidden_states = self.attn_func(query, key, value, attn_mask=attention_mask, is_causal=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\torch_dynamo\eval_frame.py", line 632, in _fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\custom_cogvideox_transformer_3d.py", line 66, in func
return sageattn(q, k, v, is_causal=is_causal, attn_mask=attn_mask)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\ComfyUI_2024\python_embeded\Lib\site-packages\sageattention\core.py", line 79, in sageattn
assert q.dtype == k.dtype == v.dtype, "All tensors must have the same dtype."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: All tensors must have the same dtype.
2025-01-10T00:33:29.834099 - Prompt executed in 4.06 seconds
The text was updated successfully, but these errors were encountered: