- Python 3.12.3
cd ComfyUI
pip install -r requirements.txt
pip install websocket-client
cd models/checkpoints
wget https://huggingface.co/cagliostrolab/animagine-xl-3.1/resolve/main/animagine-xl-3.1.safetensors
time python main.py --mode 1 --prompt "cute angel" --save_path "./test.png"
NVIDIA L4
real 0m31.758s
user 0m1.742s
sys 0m0.032s
time python main.py --mode 2 --prompt "cute angel" --save_path "./test.png"
NVIDIA L4
real 0m32.831s
user 0m1.760s
sys 0m0.036s