Update extensions_colab.py
Browse files- extensions_colab.py +1 -1
extensions_colab.py
CHANGED
|
@@ -8,7 +8,7 @@ def clone_repo(url, save_path):
|
|
| 8 |
# 複数のURLリスト
|
| 9 |
urls = [
|
| 10 |
"https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards",
|
| 11 |
-
"https://github.com/
|
| 12 |
"https://github.com/Physton/sd-webui-prompt-all-in-one",
|
| 13 |
"https://github.com/Katsuyuki-Karasawa/stable-diffusion-webui-localization-ja_JP"
|
| 14 |
]
|
|
|
|
| 8 |
# 複数のURLリスト
|
| 9 |
urls = [
|
| 10 |
"https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards",
|
| 11 |
+
"https://github.com/abzaloff/sd-dynamic-prompts",
|
| 12 |
"https://github.com/Physton/sd-webui-prompt-all-in-one",
|
| 13 |
"https://github.com/Katsuyuki-Karasawa/stable-diffusion-webui-localization-ja_JP"
|
| 14 |
]
|