Update install.py
Browse files- install.py +2 -2
install.py
CHANGED
|
@@ -10,7 +10,7 @@ Original file is located at
|
|
| 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 |
-
|
| 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
|
|
@@ -26,7 +26,7 @@ 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 |
-
|
| 30 |
pip install uv
|
| 31 |
pip install aria2
|
| 32 |
print("instalando dependencias")
|
|
|
|
| 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
|
|
|
|
| 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")
|