Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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/'])
|