mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-06 15:22:31 +08:00
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
cd "/Volumes/Macbook Air Ext/web app test"
|
|
git clone https://github.com/invoke-ai/InvokeAI.git
|
|
cd InvokeAI
|
|
../venv/bin/pip install -r requirements.txt
|
|
# Download SDXL model to InvokeAI/models/checkpoints/
|
|
../venv/bin/python scripts/invoke.py --web
|
|
# Open http://localhost:9090 |