Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yunlianwangluo opened this issue Jun 22, 2024 · 5 comments
Open

Comments

@yunlianwangluo
Copy link

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
Copy link
Author

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
Copy link
Author

yunlianwangluo commented Jun 22, 2024

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

@spenpal
Copy link

spenpal commented Jun 28, 2024

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.

@githubenj
Copy link

githubenj commented Aug 10, 2024

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. ☻

@Pancat007
Copy link

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants