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

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

Open yunlianwangluo opened this issue 1 year ago • 5 comments

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 avatar Jun 22 '24 10:06 yunlianwangluo

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 avatar Jun 22 '24 10:06 yunlianwangluo

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

yunlianwangluo avatar Jun 22 '24 10:06 yunlianwangluo

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.

spenpal avatar Jun 28 '24 14:06 spenpal

I solved this problem running install.py in ...Comfy UI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IDM-VTON .
Before that I tried to download models and put them as said (in the picture), but it didn't work - I got the same error with config.json image So, running this (which reinstalled and downloaded everything that was needed automatically) helped me. ☻

githubenj avatar Aug 10 '24 21:08 githubenj

  1. make sure you've update all your nodes, including comfyui and the idm-vton node
  2. follow the general guidance to install all necessary packages,
cd custom_nodes
git clone https://github.com/TemryL/ComfyUI-IDM-VTON.git
cd ComfyUI-IDM-VTON
python install.py

Technically, it will automatically download all the pakcages. image

Reinstall solve my issue.

Pancat007 avatar Aug 26 '24 08:08 Pancat007