raylander commited on
Commit
8a6393a
·
1 Parent(s): 9bef5ec

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ os.system(f"pip install -qq transformers scipy ftfy accelerate > /dev/null 2>&1"
5
  os.system(f"pip install -qq --upgrade diffusers[torch] > /dev/null 2>&1")
6
  os.system(f"git clone https://github.com/v8hid/infinite-zoom-stable-diffusion.git")
7
  os.system(f"pip install imageio")
 
 
8
 
9
  import sys
10
  sys.path.extend(['infinite-zoom-stable-diffusion/'])
 
5
  os.system(f"pip install -qq --upgrade diffusers[torch] > /dev/null 2>&1")
6
  os.system(f"git clone https://github.com/v8hid/infinite-zoom-stable-diffusion.git")
7
  os.system(f"pip install imageio")
8
+ os.system(f"pip install diffusers")
9
+
10
 
11
  import sys
12
  sys.path.extend(['infinite-zoom-stable-diffusion/'])