Spaces:
Running
Running
FredZhang7
commited on
Commit
•
8120882
1
Parent(s):
092eca3
Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ else:
|
|
47 |
|
48 |
# os.system(f"wget -q https://huggingface.co/FredZhang7/paint-journey-v1/resolve/main/paint_journey.ckpt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/paint_journey_v1.ckpt")
|
49 |
|
50 |
-
os.system(f"python launch.py --precision full --no-half --use-cpu SD GFPGAN
|
|
|
47 |
|
48 |
# os.system(f"wget -q https://huggingface.co/FredZhang7/paint-journey-v1/resolve/main/paint_journey.ckpt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/paint_journey_v1.ckpt")
|
49 |
|
50 |
+
os.system(f"python launch.py --precision full --no-half --use-cpu SD GFPGAN ESRGAN CodeFormer --all --ui-config-file /home/user/app/ui-config.json --ui-settings-file /home/user/app/config.json --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding --skip-torch-cuda-test")
|