Commit
·
bfa318a
1
Parent(s):
bd709fe
Update SDAI4U.txt
Browse files- SDAI4U.txt +1 -1
SDAI4U.txt
CHANGED
@@ -12,7 +12,7 @@ apt -y install -qq aria2 libcairo2-dev pkg-config python3-dev
|
|
12 |
pip install -q torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu118 torchtext==0.15.1 torchdata==0.6.0 --extra-index-url https://download.pytorch.org/whl/cu118 -U
|
13 |
pip install -q xformers==0.0.19 triton==2.0.0 -U
|
14 |
|
15 |
-
git clone https://github.com/
|
16 |
git clone https://huggingface.co/embed/negative /content/SDVN/embeddings/negative
|
17 |
git clone https://huggingface.co/embed/lora /content/SDVN/models/Lora/positive
|
18 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/embed/upscale/resolve/main/4x-UltraSharp.pth -d /content/SDVN/models/ESRGAN -o 4x-UltraSharp.pth
|
|
|
12 |
pip install -q torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu118 torchtext==0.15.1 torchdata==0.6.0 --extra-index-url https://download.pytorch.org/whl/cu118 -U
|
13 |
pip install -q xformers==0.0.19 triton==2.0.0 -U
|
14 |
|
15 |
+
git clone -b v2-28 https://github.com/bstungnguyen/SDVNTN /content/SDVN
|
16 |
git clone https://huggingface.co/embed/negative /content/SDVN/embeddings/negative
|
17 |
git clone https://huggingface.co/embed/lora /content/SDVN/models/Lora/positive
|
18 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/embed/upscale/resolve/main/4x-UltraSharp.pth -d /content/SDVN/models/ESRGAN -o 4x-UltraSharp.pth
|