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

running err with on config.json file found under models dir... #51

Open yunlianwangluo opened 1 week ago

yunlianwangluo commented 1 week ago

just pulled the newest code and try to run it. got this erro: !!! Exception during processing!!! Error no file named config.json found in directory /root/ComfyUI/custom_nodes/ComfyUI-IDM-VTON/models.

yunlianwangluo commented 1 week ago

PS: before that, we also encountered this err: OSError: Error no file named scheduler_config.json found in directory /root/ComfyUI/custom_nodes/ComfyUI-IDM-VTON/models, but we managed to found it in https://huggingface.co/yisol/IDM-VTON. Anyway, config.json is missed...

yunlianwangluo commented 1 week ago

ENV: Python 3.12.3 pip 24.0 RTX 3090 24G, Mem 45G, cuda_12.1

spenpal commented 4 days ago

I had the same issue. When I went through the installation logs for this custom node, I found out something didn't install correctly (which I assume were the configs). I re-installed the node, and everything works now.