Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
414 stars 74 forks source link

load_video_cv() got an unexpected keyword argument 'memory_limit (MB)' #219

Open jincheng7777777 opened 1 month ago

jincheng7777777 commented 1 month ago

Error occurred when executing VHS_LoadVideo:

load_video_cv() got an unexpected keyword argument 'memory_limit (MB)'

File "G:\comfyui\ComfyUI_FK_2024\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "G:\comfyui\ComfyUI_FK_2024\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "G:\comfyui\ComfyUI_FK_2024\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(slice_dict(input_data_all, i))) File "G:\comfyui\ComfyUI_FK_2024\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\load_video_nodes.py", line 223, in load_video return load_video_cv(kwargs)

AustinMroz commented 1 month ago

Sorry, about that. I've pushed a fix to the same working branch, load_video_memory_limit.

I'm still working on a way to properly automate setting the limit before merging things into main.