running err with on config.json file found under models dir...
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.
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...
ENV: Python 3.12.3 pip 24.0 RTX 3090 24G, Mem 45G, cuda_12.1
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.
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
So, running this (which reinstalled and downloaded everything that was needed automatically) helped me. ☻
- make sure you've update all your nodes, including comfyui and the idm-vton node
- 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.
Reinstall solve my issue.