Drditone commited on
Commit
d31c23c
·
verified ·
1 Parent(s): 0836b5d

Update extensions_colab.py

Browse files
Files changed (1) hide show
  1. 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/adieyal/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
  ]
 
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
  ]