Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",user_hom
|
|
44 |
#os.system("git reset --hard "+commit_id)
|
45 |
os.chdir(user_home / r"stable-diffusion-webui")
|
46 |
#Gitclone(r"https://github.com/vorstcavry/ncpt_colab_timer",user_home / r"stable-diffusion-webui" / r"extensions" / r"ncpt_colab_timer")
|
47 |
-
Gitclone(r"https://github.com/vorstcavry/static",user_home / r"stable-diffusion-webui" / r"static")
|
48 |
|
49 |
def run_echo_command():
|
50 |
try:
|
@@ -138,9 +138,9 @@ del dList
|
|
138 |
print("ControlNet models download done.\ndownloading model")
|
139 |
#Stable Diffusion Checkpoint Model
|
140 |
|
141 |
-
DownLoad(r"https://huggingface.co/vorstcavry/mymodel/resolve/main/Cavry_V2.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"Cavry_V2.safetensors")
|
142 |
-
DownLoad(r"https://civitai.com/api/download/models/162380?type=Model&format=SafeTensor&size=pruned&fp=fp16",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"LahMysteriousSDXL_v40.safetensors")
|
143 |
-
DownLoad(r"https://civitai.com/api/download/models/102222",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"xxmix9realistic_v40.safetensors")
|
144 |
|
145 |
|
146 |
|
|
|
44 |
#os.system("git reset --hard "+commit_id)
|
45 |
os.chdir(user_home / r"stable-diffusion-webui")
|
46 |
#Gitclone(r"https://github.com/vorstcavry/ncpt_colab_timer",user_home / r"stable-diffusion-webui" / r"extensions" / r"ncpt_colab_timer")
|
47 |
+
#Gitclone(r"https://github.com/vorstcavry/static",user_home / r"stable-diffusion-webui" / r"static")
|
48 |
|
49 |
def run_echo_command():
|
50 |
try:
|
|
|
138 |
print("ControlNet models download done.\ndownloading model")
|
139 |
#Stable Diffusion Checkpoint Model
|
140 |
|
141 |
+
#DownLoad(r"https://huggingface.co/vorstcavry/mymodel/resolve/main/Cavry_V2.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"Cavry_V2.safetensors")
|
142 |
+
#DownLoad(r"https://civitai.com/api/download/models/162380?type=Model&format=SafeTensor&size=pruned&fp=fp16",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"LahMysteriousSDXL_v40.safetensors")
|
143 |
+
#DownLoad(r"https://civitai.com/api/download/models/102222",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"xxmix9realistic_v40.safetensors")
|
144 |
|
145 |
|
146 |
|