WhiteAiZ commited on
Commit
604d925
·
verified ·
1 Parent(s): 7bed765

Update install.py

Browse files
Files changed (1) hide show
  1. install.py +16 -16
install.py CHANGED
@@ -9,26 +9,26 @@ Original file is located at
9
 
10
  # Commented out IPython magic to ensure Python compatibility.
11
  from IPython.display import clear_output
12
- git clone https://github.com/Panchovix/stable-diffusion-webui-reForge
13
  %cd /kaggle/working/stable-diffusion-webui-reForge/extensions
14
- git clone --depth 1 https://github.com/gutris1/sd-hub
15
- git clone --depth 1 https://github.com/Bing-su/sd-webui-tunnels
16
- git clone --depth 1 https://github.com/Haoming02/sd-forge-couple
17
  #!git clone --depth 1 https://github.com/Coyote-A/ultimate-upscale-for-automatic1111
18
- git clone --depth 1 https://github.com/AlUlkesh/stable-diffusion-webui-images-browser
19
- git clone --depth 1 https://github.com/DominikDoom/a1111-sd-webui-tagcomplete
20
- git clone --depth 1 https://github.com/gutris1/sd-image-encryption
21
- git clone --depth 1 https://github.com/Bing-su/adetailer
22
- git clone --depth 1 https://github.com/NoCrypt/sd-fast-pnginfo
23
- git clone --depth 1 https://github.com/viyiviyi/stable-diffusion-webui-zoomimage
24
- git clone --depth 1 https://github.com/gutris1/sd-simple-dimension-preset
25
- git clone --depth 1 https://github.com/hako-mikan/sd-webui-regional-prompter
26
- git clone --depth 1 https://github.com/BlafKing/sd-civitai-browser-plus
27
- git clone --depth 1 https://github.com/ZeroProtecPlus/sd-wd_tagger
28
  #!curl -LsSf https://astral.sh/uv/install.sh | sh
29
  %cd /kaggle/working/stable-diffusion-webui-reForge
30
- pip install uv
31
- pip install aria2
32
  print("instalando dependencias")
33
  print("por favor espere...")
34
  #!uv pip install clip xformers==0.0.29.post3 insightface --no-progress
 
9
 
10
  # Commented out IPython magic to ensure Python compatibility.
11
  from IPython.display import clear_output
12
+ !git clone https://github.com/Panchovix/stable-diffusion-webui-reForge
13
  %cd /kaggle/working/stable-diffusion-webui-reForge/extensions
14
+ !git clone --depth 1 https://github.com/gutris1/sd-hub
15
+ !git clone --depth 1 https://github.com/Bing-su/sd-webui-tunnels
16
+ !git clone --depth 1 https://github.com/Haoming02/sd-forge-couple
17
  #!git clone --depth 1 https://github.com/Coyote-A/ultimate-upscale-for-automatic1111
18
+ !git clone --depth 1 https://github.com/AlUlkesh/stable-diffusion-webui-images-browser
19
+ !git clone --depth 1 https://github.com/DominikDoom/a1111-sd-webui-tagcomplete
20
+ !git clone --depth 1 https://github.com/gutris1/sd-image-encryption
21
+ !git clone --depth 1 https://github.com/Bing-su/adetailer
22
+ !git clone --depth 1 https://github.com/NoCrypt/sd-fast-pnginfo
23
+ !git clone --depth 1 https://github.com/viyiviyi/stable-diffusion-webui-zoomimage
24
+ !git clone --depth 1 https://github.com/gutris1/sd-simple-dimension-preset
25
+ !git clone --depth 1 https://github.com/hako-mikan/sd-webui-regional-prompter
26
+ !git clone --depth 1 https://github.com/BlafKing/sd-civitai-browser-plus
27
+ !git clone --depth 1 https://github.com/ZeroProtecPlus/sd-wd_tagger
28
  #!curl -LsSf https://astral.sh/uv/install.sh | sh
29
  %cd /kaggle/working/stable-diffusion-webui-reForge
30
+ !pip install uv
31
+ !pip install aria2
32
  print("instalando dependencias")
33
  print("por favor espere...")
34
  #!uv pip install clip xformers==0.0.29.post3 insightface --no-progress