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

Checkpoint path in pipeline loader showing an issue #33

Open saiutkarsh33 opened 1 month ago

saiutkarsh33 commented 1 month ago

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

TemryL commented 1 month ago

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´

saiutkarsh33 commented 1 month ago

Hi, the specified path is respect to which directory?

TemryL commented 1 month ago

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

saiutkarsh33 commented 1 month ago

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

TemryL commented 1 month ago

I just added model_index.json. LMK if that works

xtrash commented 1 month ago

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

Lalimec commented 1 month ago
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?