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
Thank you for your excellent work. After running the latest workflow:hyvideo_skyreel_img2vid_example_01.json, I encountered this error. Do you know how to resolve it?
Error message:
Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████| 4/4 [03:10<00:00, 47.61s/it]
Text encoder to dtype: torch.float16
Loading tokenizer (llm) from: C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\models\LLM\llava-llama-3-8b-text-encoder-tokenizer
!!! Exception during processing !!! HyVideoTextEncode.process() got an unexpected keyword argument 'hyvid_cfg'
Traceback (most recent call last):
File "C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: HyVideoTextEncode.process() got an unexpected keyword argument 'hyvid_cfg'
Prompt executed in 229.18 seconds
The text was updated successfully, but these errors were encountered:
walkingwithGod2017
changed the title
HyVideoTextEncode.process() got an unexpected keyword argument 'hyvid_cfg'
Skyreel Error: HyVideoTextEncode.process() got an unexpected keyword argument 'hyvid_cfg'
Feb 19, 2025
I'd guess something about updating and loading the workflow went out of sync, or the nodes are not actually up to date, which can happen even if the Manager insists otherwise.
I'd guess something about updating and loading the workflow went out of sync, or the nodes are not actually up to date, which can happen even if the Manager insists otherwise.
Thank you for your reply. Previously, I updated the nodes via ComfyUI-Manager. I'll try installing the nodes directly using Git clone.
I'd guess something about updating and loading the workflow went out of sync, or the nodes are not actually up to date, which can happen even if the Manager insists otherwise.
I got blurry image ,does it becuase I used adpa instead of sageattn_varlen ,
Thank you for your excellent work. After running the latest workflow:hyvideo_skyreel_img2vid_example_01.json, I encountered this error. Do you know how to resolve it?
Error message:
Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████| 4/4 [03:10<00:00, 47.61s/it]
Text encoder to dtype: torch.float16
Loading tokenizer (llm) from: C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\models\LLM\llava-llama-3-8b-text-encoder-tokenizer
!!! Exception during processing !!! HyVideoTextEncode.process() got an unexpected keyword argument 'hyvid_cfg'
Traceback (most recent call last):
File "C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\AI\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_HyVideo\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: HyVideoTextEncode.process() got an unexpected keyword argument 'hyvid_cfg'
Prompt executed in 229.18 seconds
The text was updated successfully, but these errors were encountered: