TemryL / ComfyUI-IDM-VTON

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

Python Installation in Runpod Takes Long Time and Pauses #76

Open raahulgupta07 opened 2 months ago

raahulgupta07 commented 2 months ago

I encountered an issue while attempting to install Python using the install.py script in Runpod. The installation process is taking an unusually long time and intermittently pauses without completing. This has prevented me from progressing with my work. Could you please assist in resolving this issue to ensure a smooth and timely installation? Thank you for your attention to this matter.

TemryL commented 2 months ago

The install.py script basically install the python requirements and download weights from https://huggingface.co/yisol/IDM-VTON, so I guess it takes time because of the download. You could try to manually download/transfer/clone the HF repo to your runpod and install requirements.txt.