vorstcavry
commited on
Commit
•
affa55f
1
Parent(s):
9bd13f9
Upload re.txt
Browse files
re.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
#hypernetwork
|
20 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/anapnoe-webui-cache.tar.lz4
|
21 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/anapnoe-webui-deps.tar.lz4
|
22 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/anapnoe-webui.tar.lz4
|
23 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/automatic1111-dev-webui-cache.tar.lz4
|
24 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/automatic1111-dev-webui-deps.tar.lz4
|
25 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/automatic1111-dev-webui.tar.lz4
|
26 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/automatic1111-webui-cache.tar.lz4
|
27 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/automatic1111-webui-deps.tar.lz4
|
28 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/automatic1111-webui.tar.lz4
|
29 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/vladmandic-latest-webui-cache.tar.lz4
|
30 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/vladmandic-latest-webui-deps.tar.lz4
|
31 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/vladmandic-latest-webui.tar.lz4
|
32 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/vladmandic-webui-cache.tar.lz4
|
33 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/vladmandic-webui-deps.tar.lz4
|
34 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/vladmandic-webui.tar.lz4
|
35 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/vladmandic-webui.tar.lz4
|
36 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/deb-libs.zip
|
37 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/ram_patch.zip
|
38 |
+
https://huggingface.co/Linaqruf/fast-repo/resolve/main/ubuntu-deps.zip
|