Delete install.py
Browse files- install.py +0 -37
install.py
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
# -*- coding: utf-8 -*-
|
| 2 |
-
"""Untitled2.ipynb
|
| 3 |
-
|
| 4 |
-
Automatically generated by Colab.
|
| 5 |
-
|
| 6 |
-
Original file is located at
|
| 7 |
-
https://colab.research.google.com/drive/16Wp_XJbRWBAILOFb5j2ir3CmbrRNfnrj
|
| 8 |
-
"""
|
| 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
|
| 35 |
-
#!uv pip install -r requirements.txt --no-progress
|
| 36 |
-
#clear_output()
|
| 37 |
-
print('Instalación Finalizada')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|