Spaces:
Running
on
A10G
Running
on
A10G
darkstorm2150
commited on
Commit
•
12d578e
1
Parent(s):
8000aab
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ else:
|
|
43 |
os.system(f"rm -rfv /home/user/app/stable-diffusion-webui/scripts/")
|
44 |
|
45 |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/shared-config.json -O /home/user/app/shared-config.json")
|
46 |
-
os.system(f"wget -q https://
|
47 |
|
48 |
# Please duplicate this space and delete # character in front of the custom script you want to use or add here more custom scripts with same structure os.system(f"wget -q https://CUSTOM_SCRIPT_URL -O /home/user/app/stable-diffusion-webui/scripts/CUSTOM_SCRIPT_NAME.py")
|
49 |
#os.system(f"wget -q https://gist.github.com/camenduru/9ec5f8141db9902e375967e93250860f/raw/d0bcf01786f20107c329c03f8968584ee67be12a/run_n_times.py -O /home/user/app/stable-diffusion-webui/scripts/run_n_times.py")
|
|
|
43 |
os.system(f"rm -rfv /home/user/app/stable-diffusion-webui/scripts/")
|
44 |
|
45 |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/shared-config.json -O /home/user/app/shared-config.json")
|
46 |
+
os.system(f"wget -q https://raw.githubusercontent.com/darkstorm2150/webui/main/shared-ui-config.json -O /home/user/app/shared-ui-config.json")
|
47 |
|
48 |
# Please duplicate this space and delete # character in front of the custom script you want to use or add here more custom scripts with same structure os.system(f"wget -q https://CUSTOM_SCRIPT_URL -O /home/user/app/stable-diffusion-webui/scripts/CUSTOM_SCRIPT_NAME.py")
|
49 |
#os.system(f"wget -q https://gist.github.com/camenduru/9ec5f8141db9902e375967e93250860f/raw/d0bcf01786f20107c329c03f8968584ee67be12a/run_n_times.py -O /home/user/app/stable-diffusion-webui/scripts/run_n_times.py")
|