Hi @Dr. Furkan Gözükara small question, I have a volume storage on Runpod and I wanted to reduce spa

Hi @Dr. Furkan Gözükara small question, I have a volume storage on Runpod and I wanted to reduce space but since it's not possible, I created a new one and I just copypasted my entire ComfyUI folder. But now every time I start a new pod, I try to start comfyui (installed with your script) by typing:

apt update
apt install psmisc
fuser -k 3000/tcp
cd /workspace/ComfyUI/venv
source bin/activate
cd /workspace/ComfyUI
python main.py --listen 0.0.0.0 --port 3000

But everytime it asks me to install this:

pip install safetensors
pip install einops
pip install transformers
pip install scipy
pip install torchsde
pip install aiohttp

Any idea how I can solve it? Also as a request, would be great to have more scripts for ComfyUI and SDXL. Lots of thanks!
Was this page helpful?