TemryL / ComfyUI-IDM-VTON

ComfyUI adaptation of IDM-VTON for virtual try-on.
GNU General Public License v3.0
358 stars 40 forks source link

Installing from ComfyUI Manager or via Github link doesn't work #80

Closed xulander closed 1 week ago

xulander commented 1 week ago

I've installed, uninstalled multiple times through the ComfyUI Manager as well as through the Github link, but it seems none of the files, weights, configs etc are downloaded.

When going into ComfyUI/models/IDM-VTON, the folder is completely empty. I've tried pulling in the scheduler_config manually, but then there are just more missing files.

This is the error: Error occurred when executing PipelineLoader:

Error no file named scheduler_config.json found in directory /home/ubuntu/ComfyUI/models/IDM-VTON.

xulander commented 1 week ago

Looking at the logs, this might seem relevant

[!] WARNING: Error parsing requirements for pip: [Errno 2] No such file or directory: '/opt/tensorflow/lib/python3.10/site-packages/pip-23.0.1.dist-info/METADATA' [!] WARNING: Ignoring invalid distribution -ackaging (/opt/tensorflow/lib/python3.10/site-packages) [!] Traceback (most recent call last): [!] File "/home/ubuntu/user_data/comfyui/custom_nodes/ComfyUI-IDM-VTON/install.py", line 7, in [!] from folder_paths import models_dir [!] ModuleNotFoundError: No module named 'folder_paths'

xulander commented 1 week ago

Oddly enough, it seems that after trying to download from git again rather than the comfy manager finally worked..

TemryL commented 1 week ago

Hi, I guess your issue was related to https://github.com/TemryL/ComfyUI-IDM-VTON/issues/72. Pretty weird that you got this issue after installing from comfyui manager though