Commit
·
105a378
1
Parent(s):
b923121
Update start.txt
Browse files
start.txt
CHANGED
@@ -13,8 +13,6 @@ pip install -q torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu
|
|
13 |
pip install -q xformers==0.0.19 triton==2.0.0 -U
|
14 |
|
15 |
git clone https://github.com/camenduru/sd-webui-tunnels /content/SDVN/extensions/sd-webui-tunnels
|
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 |
sample= !ls /content/drive/MyDrive/SD-Data/Lyco
|
19 |
if sample == ["ls: cannot access '/content/drive/MyDrive/SD-Data/Lyco': No such file or directory"] :
|
20 |
print("Khởi tạo thư mục lần đầu")
|
@@ -33,7 +31,4 @@ aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://hugging
|
|
33 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/bstungnguyen/SDColab/resolve/main/Ngroktoken.txt -d /content/drive/MyDrive/SD-Data/wildcards -o Ngroktoken.txt
|
34 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://civitai.com/api/download/models/114367 -d /content/SDVN/models/Stable-diffusion -o Realistic Vision V4.0.safetensors
|
35 |
|
36 |
-
ln -s /content/SDVN/models/Stable-diffusion /content/drive/MyDrive/SD-Data/Model
|
37 |
-
ln -s /content/SDVN/models/Lora /content/drive/MyDrive/SD-Data/Lora
|
38 |
-
ln -s /content/SDVN/embeddings /content/drive/MyDrive/SD-Data/Embeddings
|
39 |
-
ln -s /content/SDVN/models/Lora /content/drive/MyDrive/SD-Data/Lyco
|
|
|
13 |
pip install -q xformers==0.0.19 triton==2.0.0 -U
|
14 |
|
15 |
git clone https://github.com/camenduru/sd-webui-tunnels /content/SDVN/extensions/sd-webui-tunnels
|
|
|
|
|
16 |
sample= !ls /content/drive/MyDrive/SD-Data/Lyco
|
17 |
if sample == ["ls: cannot access '/content/drive/MyDrive/SD-Data/Lyco': No such file or directory"] :
|
18 |
print("Khởi tạo thư mục lần đầu")
|
|
|
31 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/bstungnguyen/SDColab/resolve/main/Ngroktoken.txt -d /content/drive/MyDrive/SD-Data/wildcards -o Ngroktoken.txt
|
32 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://civitai.com/api/download/models/114367 -d /content/SDVN/models/Stable-diffusion -o Realistic Vision V4.0.safetensors
|
33 |
|
34 |
+
ln -s /content/SDVN/models/Stable-diffusion /content/drive/MyDrive/SD-Data/Model
|
|
|
|
|
|