darkstorm2150
commited on
Commit
•
1909ab0
1
Parent(s):
714fc57
Update app.py
Browse filesListed the current Protogen Models for downloading
app.py
CHANGED
@@ -65,7 +65,11 @@ else:
|
|
65 |
#os.system(f"wget -q https://huggingface.co/stabilityai/stable-diffusion-2/resolve/main/768-v-ema.ckpt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/768-v-ema.ckpt")
|
66 |
#os.system(f"wget -q https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference-v.yaml -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/768-v-ema.yaml")
|
67 |
|
|
|
68 |
os.system(f"wget -q https://huggingface.co/darkstorm2150/Protogen_v2.2_Official_Release/resolve/main/Protogen_V2.2.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/Protogen_V2.2.safetensors")
|
|
|
|
|
|
|
69 |
|
70 |
os.system(f"python launch.py --force-enable-xformers --ui-config-file /home/user/app/ui-config.json --ui-settings-file /home/user/app/config.json --disable-console-progressbars --enable-console-prompts --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding --api --skip-torch-cuda-test")
|
71 |
|
|
|
65 |
#os.system(f"wget -q https://huggingface.co/stabilityai/stable-diffusion-2/resolve/main/768-v-ema.ckpt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/768-v-ema.ckpt")
|
66 |
#os.system(f"wget -q https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference-v.yaml -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/768-v-ema.yaml")
|
67 |
|
68 |
+
# ----------------------------Protogen Models----------------------------
|
69 |
os.system(f"wget -q https://huggingface.co/darkstorm2150/Protogen_v2.2_Official_Release/resolve/main/Protogen_V2.2.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/Protogen_V2.2.safetensors")
|
70 |
+
os.system(f"wget -q https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release/resolve/main/ProtoGen_X3.4.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/ProtoGen_X3.4.safetensors")
|
71 |
+
os.system(f"wget -q https://huggingface.co/darkstorm2150/Protogen_v5.3_Official_Release/resolve/main/ProtoGen_X5.3.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/ProtoGen_X5.3.safetensors")
|
72 |
+
# ----------------------------Protogen Models----------------------------
|
73 |
|
74 |
os.system(f"python launch.py --force-enable-xformers --ui-config-file /home/user/app/ui-config.json --ui-settings-file /home/user/app/config.json --disable-console-progressbars --enable-console-prompts --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding --api --skip-torch-cuda-test")
|
75 |
|