Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skyreel Error: HyVideoTextEncode.process() got an unexpected keyword argument 'hyvid_cfg' #376

Open
walkingwithGod2017 opened this issue Feb 19, 2025 · 3 comments

Comments

@walkingwithGod2017
Copy link

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

@walkingwithGod2017 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
@kijai
Copy link
Owner

kijai commented 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.

@walkingwithGod2017
Copy link
Author

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.

@huanggou666
Copy link

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 ,

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants