TemryL / ComfyUI-IDM-VTON

ComfyUI adaptation of IDM-VTON for virtual try-on.
GNU General Public License v3.0
370 stars 40 forks source link

Error occurred when executing PipelineLoader #24

Closed kandinskii closed 4 months ago

kandinskii commented 4 months ago

Thank you for the node, first of all!

However, after installing the node from Manager I faced the problem:

Error occurred when executing PipelineLoader:

yisol/IDM-VTON does not appear to have a file named diffusion_pytorch_model.bin.

File "/workspace/ComfyUI/execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "/workspace/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 "/workspace/ComfyUI/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(slice_dict(input_data_all, i))) File "/workspace/ComfyUI/custom_nodes/ComfyUI-IDM-VTON/src/nodes/pipeline_loader.py", line 64, in load_pipeline unet_encoder = UNet2DConditionModel_ref.from_pretrained( File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, *kwargs) File "/usr/local/lib/python3.10/dist-packages/diffusers/models/modeling_utils.py", line 632, in from_pretrained model_file = _get_model_file( File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(args, kwargs) File "/usr/local/lib/python3.10/dist-packages/diffusers/utils/hub_utils.py", line 371, in _get_model_file raise EnvironmentError(

Can anybody help please?

TemryL commented 4 months ago

Were you able to solve your issue?

kandinskii commented 4 months ago

Were you able to solve your issue?

Not yet, unfortunately