StartHua / ComfyUI_OOTDiffusion_CXH

OOTDiffusion
Apache License 2.0
112 stars 13 forks source link

I get the following error wen runing the workflow #2

Open kakachiex2 opened 7 months ago

kakachiex2 commented 7 months ago

Error occurred when executing Ood_hd_CXH:

list index out of range

File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_OOTDiffusion_CXH\OodGenerater.py", line 50, in generate keypoints = openpose_model_hd(vton_img.resize((384, 512))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_OOTDiffusion_CXH\preprocess\openpose\run_openpose.py", line 51, in call subset = pose['bodies']['subset'][0][:18]

kakachiex2 commented 7 months ago

Wen I install your requirement it remove diffuser 0.26 and install 0.24 and all my other extension don't load because of this is there a way to solve this and Im using cud121