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

Load IDM-VTON Pipeline - float16 Issue #41

Closed martinupwork20 closed 4 months ago

martinupwork20 commented 4 months ago

Everything seem working fine, but got stuck in “Load IDM-VTON Pipeline - float16” ?

OSError: float16 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo with token or log in with huggingface-cli login.

Screenshot 2024-05-24 at 6 37 50 PM Screenshot 2024-05-24 at 6 39 32 PM
TemryL commented 4 months ago

The pipeline loader node, has been updated. You now need to download the weights and specify ´ckpt_path´. See readme

martinupwork20 commented 4 months ago

The pipeline loader node, has been updated. You now need to download the weights and specify ´ckpt_path´. See readme

Thank you for your rapid response, yes indeed, before I raise this issue I have already downloaded all the necessary weights and save it in a folder: /ComfyUI/custom_nodes/ComfyUI-IDM-VTON/models. But I'm not quite sure how to specify the´ckpt_path´ ? which .py file I need to specify in? BTW I am using Mac M2 machine, that may not be compatible?

Screenshot 2024-05-26 at 11 26 24 PM
TemryL commented 4 months ago

In your case, you should specify /custom_nodes/ComfyUI-IDM-VTON/models/idm_vton. LMK if that works.

martinupwork20 commented 4 months ago

In your case, you should specify /custom_nodes/ComfyUI-IDM-VTON/models/idm_vton. LMK if that works.

got prompt Failed to validate prompt for output 20:

Screenshot 2024-05-27 at 2 39 44 AM

Required input is missing: human_img Output will be ignored Is that something to do with the picture?

TemryL commented 4 months ago

Hi, I just updated the downloading weights and workflow.png. LMK

martinupwork20 commented 4 months ago

Hi, I just updated the downloading weights and workflow.png. LMK

Yeap!, working perfectly fine now, Many Thanks +3000

TemryL commented 4 months ago

Nice!