vorstcavry
commited on
Commit
•
599cbbb
1
Parent(s):
c16f394
Upload civitai.txt
Browse files- civitai.txt +19 -0
civitai.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Instructions:
|
2 |
+
// 1. Start with a key name preceded by a '#'. Key names should match those in the `custom_dirs` dictionary in your script.
|
3 |
+
// 2. Key names are not case-sensitive.
|
4 |
+
// 3. List your URLs for download under the key. Each URL should be on a new line.
|
5 |
+
// 4. To download multiple files under the same key, just continue listing the URLs.
|
6 |
+
// 5. To specify a filename for the download, format it as "URL | filename". Example: https://civitai.com/api/download/models/84623 | filename1.pth
|
7 |
+
// 6. Lines starting with "//" are considered comments and will be ignored by the script.
|
8 |
+
//
|
9 |
+
// Available hashtag:
|
10 |
+
// `#model`, `#vae`, `#embedding`, `#lora`, `#hypernetwork`, `#extensions`, `#upscaler`
|
11 |
+
//
|
12 |
+
// Example:
|
13 |
+
//
|
14 |
+
// #model
|
15 |
+
// https://civitai.com/api/download/models/82446
|
16 |
+
// https://civitai.com/api/download/models/76907 | model.safetensors
|
17 |
+
//
|
18 |
+
// Start Here...
|
19 |
+
|