Spaces:
Runtime error
Runtime error
K. S. Ernest (iFire) Lee
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,8 +22,9 @@ You can deploy PaintsUndo locally via:
|
|
22 |
|
23 |
git clone https://github.com/lllyasviel/Paints-UNDO.git
|
24 |
cd Paints-UNDO
|
25 |
-
|
26 |
-
|
|
|
27 |
pip install xformers
|
28 |
pip install -r requirements.txt
|
29 |
python gradio_app.py
|
|
|
22 |
|
23 |
git clone https://github.com/lllyasviel/Paints-UNDO.git
|
24 |
cd Paints-UNDO
|
25 |
+
scoop install micromamba
|
26 |
+
micromamba create -n paints_undo python=3.10
|
27 |
+
micromamba activate paints_undo
|
28 |
pip install xformers
|
29 |
pip install -r requirements.txt
|
30 |
python gradio_app.py
|