Tom Mery
Tom Mery
Hey @WAS-PlaiLabs, I think your last PR broke the install. Could you tell us how `install.py`should be run (as it import folder_paths from comfyui) and maybe update the readme if...
Hi @longding717, yes the folder structure has changed and downloading the weights were required again. Sorry about the inconvenience, I hope you were able to download again.
Wow that's awesome! Thanks! Could you open a PR with these changes?
Wow awesome, thank you so much for this finding! Could you create a PR for this?
Hi, thanks for your comment. GPL is inherited from ComfyUI and concern only the custom nodes. Original IDM-VTON source code is under CC BY-NC-SA 4.0 license (as already stated in...
The `install.py` script basically install the python requirements and download weights from https://huggingface.co/yisol/IDM-VTON, so I guess it takes time because of the download. You could try to manually download/transfer/clone the...
Hey guys, sorry for the late reply, I put this project aside for a while. The main issue is dependencies conflict with `diffusers` from `HuggingFace`. Ideally, we should drop diffusers...