Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ os.system(f"sed -i -e '/extensions_interface, \"Extensions\", \"extensions\"/d'
|
|
24 |
# ---------------------------------------------------------------------------------------------------------------------------------------------------
|
25 |
os.system(f"cp /home/user/app/config.json /home/user/app/stable-diffusion-webui/")
|
26 |
os.system(f"cp /home/user/app/ui-config.json /home/user/app/stable-diffusion-webui/")
|
27 |
-
os.system(f"python launch.py --force-enable-xformers
|
|
|
24 |
# ---------------------------------------------------------------------------------------------------------------------------------------------------
|
25 |
os.system(f"cp /home/user/app/config.json /home/user/app/stable-diffusion-webui/")
|
26 |
os.system(f"cp /home/user/app/ui-config.json /home/user/app/stable-diffusion-webui/")
|
27 |
+
os.system(f"python launch.py --force-enable-xformers")
|