TemryL / ComfyUI-IDM-VTON

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

load IDM-VTON pipeline Error #28

Closed Zhujian-1991 closed 1 month ago

Zhujian-1991 commented 1 month ago

Error occurred when executing PipelineLoader:

yisol/IDM-VTON does not appear to have a file named scheduler_config.json.

File "D:\AI\ComfyUI\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\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 "D:\AI\ComfyUI\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-IDM-VTON\src\nodes\pipeline_loader.py", line 41, in load_pipeline noise_scheduler = DDPMScheduler.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 119, in _inner_fn return fn(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\schedulers\scheduling_utils.py", line 143, in from_pretrained config, kwargs, commit_hash = cls.load_config( ^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 119, in _inner_fn return fn(args, kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\python_embeded\Lib\site-packages\diffusers\configuration_utils.py", line 406, in load_config raise EnvironmentError(

border1px commented 1 month ago

I also have the same problem

wangwenqiao666 commented 1 month ago

I also have the same problem

wangwenqiao666 commented 1 month ago

I also have the same problem

should download the following: https://huggingface.co/yisol/IDM-VTON/tree/main

bg-vc commented 1 month ago

I also have the same problem

should download the following: https://huggingface.co/yisol/IDM-VTON/tree/main

Do we all need to download it? After downloading, which directory should I put it in?

wangwenqiao666 commented 1 month ago

I also have the same problem

should download the following: https://huggingface.co/yisol/IDM-VTON/tree/main

Do we all need to download it? After downloading, which directory should I put it in?

models