Commit
·
a26a58b
1
Parent(s):
50ee14e
Update makesddata.txt
Browse files- makesddata.txt +11 -10
makesddata.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
|
|
1 |
if sample == ["ls: cannot access '/content/drive/MyDrive/SD-Data/Lyco': No such file or directory"] :
|
2 |
print("Khởi tạo thư mục lần đầu")
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
1 |
+
sample= !ls /content/drive/MyDrive/SD-Data/Lyco
|
2 |
if sample == ["ls: cannot access '/content/drive/MyDrive/SD-Data/Lyco': No such file or directory"] :
|
3 |
print("Khởi tạo thư mục lần đầu")
|
4 |
+
mkdir /content/drive/MyDrive/SD-Data/
|
5 |
+
mkdir /content/drive/MyDrive/SD-Data/Model
|
6 |
+
mkdir /content/drive/MyDrive/SD-Data/Lora
|
7 |
+
mkdir /content/drive/MyDrive/SD-Data/Embeddings
|
8 |
+
mkdir /content/drive/MyDrive/SD-Data/Lyco
|
9 |
+
mkdir /content/drive/MyDrive/SD-Data/wildcards
|
10 |
+
mkdir /content/drive/MyDrive/SD-Data/Hypernetworks
|
11 |
+
sudo apt-get install aria2
|
12 |
+
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M http://stablediffusion.vn/wp-content/uploads/Colab/v15/config.json -d /content/drive/MyDrive/SD-Data/Setting15 -o config.json
|
13 |
+
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M http://stablediffusion.vn/wp-content/uploads/Colab/v15/styles.csv -d /content/drive/MyDrive/SD-Data/Setting15 -o styles.csv
|