ComfyUI-IDM-VTON icon indicating copy to clipboard operation
ComfyUI-IDM-VTON copied to clipboard

Checkpoint path in pipeline loader showing an issue

Open saiutkarsh33 opened this issue 1 year ago • 7 comments

I cloned the new branch, move_weights.

In custom_nodes/ComfyUI-IDM-VTON/models/idm_vton, I have the idm_vton folder which is exactly the same as the one in the updated README.md, with the relevant files having model.safetensors, etc etc, as i downloaded it from hugging face and deleted the relevant files (based on the new README).

However, I get the following error when running the workflow:

Screenshot 2024-05-20 at 3 52 18 PM

saiutkarsh33 avatar May 20 '24 07:05 saiutkarsh33

Hi, if your weights are in ´custom_nodes/ComfyUI-IDM-VTON/models/idm_vton´ then the specified path in ´load pipeline´ should be ´custom_nodes/ComfyUI-IDM-VTON/models/idm_vton´

TemryL avatar May 20 '24 12:05 TemryL

Hi, the specified path is respect to which directory?

saiutkarsh33 avatar May 21 '24 01:05 saiutkarsh33

relative to the ComfyUI dir. absolute path should also work. let me know

TemryL avatar May 21 '24 02:05 TemryL

Hi, thanks for this. It seems that the absolute path works. However, I am getting the following error:

Screenshot 2024-05-21 at 10 57 15 AM

As there is no

saiutkarsh33 avatar May 21 '24 02:05 saiutkarsh33

I just added model_index.json. LMK if that works

TemryL avatar May 21 '24 14:05 TemryL

Hi. It only works with absolute path for me. In my case, on W: drive : W:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IDM-VTON\models\idm_vton

AfterHAL avatar May 22 '24 18:05 AfterHAL

Error occurred when executing PipelineLoader:

Error no file named diffusion_pytorch_model.bin found in directory D:\_ai\ComfyUI\models\idm_vton\.

Another thing i wonder is that i see you defaulted to sdxl-1.0 repo by default. Is it because this uses a diffusers model?

Lalimec avatar May 23 '24 14:05 Lalimec