TemryL/ComfyUI-IDM-VTON

load IDM-VTON pipeline Error

Zhujian-1991 opened this issue · 6 comments

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(

I also have the same problem

I also have the same problem

I also have the same problem

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

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?

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

Error occurred when executing PipelineLoader:

Allocation on device 0 would exceed allowed memory. (out of memory)
Currently allocated : 15.12 GiB
Requested : 288.00 KiB
Device limit : 15.99 GiB
Free (according to CUDA): 0 bytes
PyTorch limit (set by user-supplied memory fraction)
: 17179869184.00 GiB

File "E:\Comfy UI\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\Comfy UI\ComfyUI-aki-v1.3\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "E:\Comfy UI\ComfyUI-aki-v1.3\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "E:\Comfy UI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IDM-VTON\src\nodes\pipeline_loader.py", line 50, in load_pipeline
).requires_grad_(False).eval().to(DEVICE)
File "E:\Comfy UI\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1152, in to
return self._apply(convert)
File "E:\Comfy UI\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 802, in _apply
module._apply(fn)
File "E:\Comfy UI\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 802, in _apply
module._apply(fn)
File "E:\Comfy UI\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 802, in _apply
module._apply(fn)
[Previous line repeated 3 more times]
File "E:\Comfy UI\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 825, in _apply
param_applied = fn(param)
File "E:\Comfy UI\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1150, in convert
return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)

这款节点效果厉害,可是显卡要求也太高了吧,4080都带不上? 爆显存