- Python 3.12.3
cd ComfyUI
pip install -r requirements.txt
pip install websocket-client
cd models/checkpoints
wget https://civitai.com/api/download/models/290640?token=xxxxxxxxx --content-disposition
--relative-path
cd models/upscale_models
wget https://huggingface.co/ai-forever/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth
time python main.py --mode 1 --prompt "
cute angel" --save_path "./test.png"
NVIDIA L4
real 0m25.163s
user 0m2.713s
sys 0m0.036s
time python main.py --mode 2 --prompt "
cute angel" --save_path "./test.png"
NVIDIA L4
real 0m23.289s
user 0m2.660s
sys 0m0.024s