K. S. Ernest (iFire) Lee commited on
Commit
b1d9024
·
unverified ·
1 Parent(s): 1e2d9da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- conda create -n paints_undo python=3.10
26
- conda activate paints_undo
 
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