Error Meldung Fantasytalking Model Loader

#11
by Gunter59 - opened

TypeError: WanVideoModelLoader.loadmodel() got an unexpected keyword argument 'fantasytalking_model'

Ich möchte Wan2.1-I2V-14B-480P auf einem Laptop mit 6 GB VRAM nutzen. Alle erforderlichen Modelle wurden installiert.
Jedoch bekomme ich im Comfyui oben genannte Fehlermeldung. Comfyui und WanVideo sind aktuell. Sobald der WANVideo Model Loader auf den Fantasytalking Model Loader zugreifen möchte erscheint die Fehlermeldung.

got prompt
audio_segment.shape torch.Size([56347])
Requested to load CLIPVisionModelProjection
loaded completely 2186.305126953125 1208.09814453125 True
Clip embeds shape: torch.Size([1, 257, 1280]), dtype: torch.float32
Combined clip embeds shape: torch.Size([1, 257, 1280])
!!! Exception during processing !!! WanVideoModelLoader.loadmodel() got an unexpected keyword argument 'fantasytalking_model'
Traceback (most recent call last):
File "C:\Users\gunte\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 349, 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:\Users\gunte\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 224, 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:\Users\gunte\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 196, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\Users\gunte\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 185, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: WanVideoModelLoader.loadmodel() got an unexpected keyword argument 'fantasytalking_model'

Prompt executed in 12.22 seconds

Sign up or log in to comment