Upload sd-config.json with huggingface_hub
Browse files- sd-config.json +49 -0
sd-config.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"extensions": [
|
| 3 |
+
"https://github.com/Elldreth/loopback_scaler",
|
| 4 |
+
"https://github.com/jexom/sd-webui-depth-lib",
|
| 5 |
+
"https://github.com/AlUlkesh/stable-diffusion-webui-images-browser",
|
| 6 |
+
"https://github.com/nonnonstop/sd-webui-3d-open-pose-editor",
|
| 7 |
+
"https://github.com/2575044704/stable-diffusion-webui-localization-zh_CN2.git",
|
| 8 |
+
"https://github.com/opparco/stable-diffusion-webui-two-shot",
|
| 9 |
+
"https://github.com/DominikDoom/a1111-sd-webui-tagcomplete",
|
| 10 |
+
"https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111",
|
| 11 |
+
"https://github.com/hnmr293/sd-webui-cutoff",
|
| 12 |
+
"https://github.com/hako-mikan/sd-webui-lora-block-weight",
|
| 13 |
+
"https://github.com/deforum-art/sd-webui-deforum",
|
| 14 |
+
"https://github.com/zanllp/sd-webui-infinite-image-browsing",
|
| 15 |
+
"https://github.com/KaggleSD/sd-extension-system-info",
|
| 16 |
+
"https://github.com/continue-revolution/sd-webui-animatediff",
|
| 17 |
+
"https://github.com/adieyal/dynamicprompts",
|
| 18 |
+
"https://github.com/adieyal/sd-dynamic-prompts.git",
|
| 19 |
+
"https://github.com/hako-mikan/sd-webui-supermerger",
|
| 20 |
+
"https://github.com/Bing-su/adetailer",
|
| 21 |
+
"https://github.com/Physton/sd-webui-prompt-all-in-one",
|
| 22 |
+
"https://github.com/Echoflare/a1111-sd-encrypt-image",
|
| 23 |
+
"https://github.com/SenshiSentou/sd-webui-qic-console"
|
| 24 |
+
],
|
| 25 |
+
"sd_model": [
|
| 26 |
+
"/kaggle/input/model-checkpoint/二次元收集",
|
| 27 |
+
"/kaggle/input/14gbmodel-01/SDXL",
|
| 28 |
+
"/kaggle/input/14gbmodel-02"
|
| 29 |
+
],
|
| 30 |
+
"sd_model_urls": [
|
| 31 |
+
"[iniverse-mix]iniverse-mix.safetensors:https://huggingface.co/datasets/Heng365/mydataset/resolve/main/iniverse-mix.safetensors",
|
| 32 |
+
"[C站热门|真人]麦橘v6.safetensors:https://civitai.com/api/download/models/94640"
|
| 33 |
+
],
|
| 34 |
+
"lora_model_urls": [
|
| 35 |
+
"[画风][Noob]nai_ill.safetensors:https://huggingface.co/datasets/ACCC1380/private-model/resolve/main/lora/nai_ill.safetensors",
|
| 36 |
+
"[画风][Noob]Nyalia.safetensors:https://huggingface.co/datasets/ACCC1380/private-model/resolve/main/lora/%5BXL%5D%5Bnoob%5D%5B%E7%94%BB%E5%B8%88%5Dnyalia.safetensors"
|
| 37 |
+
],
|
| 38 |
+
"cn_model": [
|
| 39 |
+
"/kaggle/input/xinsir-controlnet-union-sdxl-1-0"
|
| 40 |
+
],
|
| 41 |
+
"ESRGAN_urls": [
|
| 42 |
+
"https://huggingface.co/FacehugmanIII/4x_foolhardy_Remacri/resolve/main/4x_foolhardy_Remacri.pth",
|
| 43 |
+
"https://huggingface.co/konohashinobi4/4xAnimesharp/resolve/main/4x-AnimeSharp.pth",
|
| 44 |
+
"https://huggingface.co/lokCX/4x-Ultrasharp/resolve/main/4x-UltraSharp.pth"
|
| 45 |
+
],
|
| 46 |
+
"tags_urls": [
|
| 47 |
+
"https://huggingface.co/datasets/sukaka/sd_configs/resolve/main/danbooru.zh_CN.csv"
|
| 48 |
+
]
|
| 49 |
+
}
|