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

import failed #20

Closed anyavicmac closed 1 month ago

anyavicmac commented 1 month ago

Hey in the workflow the node is red when installing the node - and I'm getting ímport failed'- please help!!

TemryL commented 1 month ago

Hey! Can you provide the errors trace?

anyavicmac commented 1 month ago

Thank you for responding! This is what it looks like in comfyui; image

TemryL commented 1 month ago

have you tried to update?

TemryL commented 1 month ago

otherwise you can install manually:

cd custom_nodes
git clone https://github.com/TemryL/ComfyUI-IDM-VTON.git
cd ComfyUI-IDM-VTON
pip install -r requirements.txt
cd ..
cd ..
anyavicmac commented 1 month ago

Hey still same issuee after downloading manually.. image and got another issue first whilst booting comfyui could be connected to this cause i wasnt getting this error before; image

anyavicmac commented 1 month ago

image also here

DennLie commented 1 month ago

After activating the env the manual install inside worked for me.

anyavicmac commented 1 month ago

same! I updated it after installing manually and it worked! thanks guys