Spaces:
Runtime error
Runtime error
use uv
Browse files
README.md
CHANGED
|
@@ -25,9 +25,9 @@ You need CUDA and Python 3.10, Node > 19, Mac with an M1/M2/M3 chip or Intel Arc
|
|
| 25 |
## Install
|
| 26 |
|
| 27 |
```bash
|
| 28 |
-
|
| 29 |
-
source venv/bin/activate
|
| 30 |
-
|
| 31 |
cd frontend && npm install && npm run build && cd ..
|
| 32 |
python server/main.py --reload --pipeline img2imgSDTurbo
|
| 33 |
```
|
|
|
|
| 25 |
## Install
|
| 26 |
|
| 27 |
```bash
|
| 28 |
+
uv venv --python=3.10
|
| 29 |
+
source .venv/bin/activate
|
| 30 |
+
uv pip install -r server/requirements.txt
|
| 31 |
cd frontend && npm install && npm run build && cd ..
|
| 32 |
python server/main.py --reload --pipeline img2imgSDTurbo
|
| 33 |
```
|