Create sd_yun
Browse files
sd_yun
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "none",
|
3 |
+
"model_num": "",
|
4 |
+
"inpainting_model": false,
|
5 |
+
"vae": "none",
|
6 |
+
"vae_num": "1,2,3",
|
7 |
+
"latest_webui": true,
|
8 |
+
"latest_exstensions": false,
|
9 |
+
"change_webui": "A1111",
|
10 |
+
"detailed_download": "on",
|
11 |
+
"controlnet": "none",
|
12 |
+
"controlnet_num": "",
|
13 |
+
"commit_hash": "",
|
14 |
+
"huggingface_token": "",
|
15 |
+
"ngrok_token": "",
|
16 |
+
"zrok_token": "l73DsYcwWBCR",
|
17 |
+
"commandline_arguments": "--listen --enable-insecure-extension-access --theme dark --no-half-vae --disable-console-progressbars",
|
18 |
+
"Model_url": "",
|
19 |
+
"Vae_url": "",
|
20 |
+
"LoRA_url": "",
|
21 |
+
"Embedding_url": "",
|
22 |
+
"Extensions_url": "",
|
23 |
+
"custom_file_urls": "https://raw.githubusercontent.com/Efan3536/sdyun/main/sd.txt"
|
24 |
+
}
|