Spaces:
Running on Zero
Running on Zero
Commit 路
7210e1b
1
Parent(s): 68c4bff
TEMP: LoRA first for diagnosis (#17)
Browse files- TEMP: LoRA first for diagnosis (ff9663a7d5232decdeeadbc526b27456f9c00b76)
Co-authored-by: pormungtailaw <pormungtai@users.noreply.huggingface.co>
- models.json +21 -21
models.json
CHANGED
|
@@ -2,6 +2,27 @@
|
|
| 2 |
"_comment": "Editable model registry. Add/remove entries freely, then restart (or click 馃攧 Reload models). `clip_skip` uses A1111 convention (2 = skip one layer, common for SD1.5 community models). `default_width`/`default_height` set the canvas when the model is picked. See README_TH.md.",
|
| 3 |
|
| 4 |
"models": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
{
|
| 6 |
"id": "majicmix-realistic-v7",
|
| 7 |
"label": "majicMIX Realistic V7 (SD1.5)",
|
|
@@ -38,27 +59,6 @@
|
|
| 38 |
"default_guidance": 6.5,
|
| 39 |
"enabled": true
|
| 40 |
},
|
| 41 |
-
{
|
| 42 |
-
"id": "asian-girls-face-lora",
|
| 43 |
-
"label": "Asian Girls Face (LoRA 路 SD1.5)",
|
| 44 |
-
"base": "sd15",
|
| 45 |
-
"type": "lora",
|
| 46 |
-
"repo_id": "stable-diffusion-v1-5/stable-diffusion-v1-5",
|
| 47 |
-
"lora_url": null,
|
| 48 |
-
"lora_repo_id": "hellosvip/Asiangirlsface",
|
| 49 |
-
"lora_weight_name": "asianGirlsFace_v1.safetensors",
|
| 50 |
-
"lora_scale": 0.8,
|
| 51 |
-
"preview": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031e4408-3098-4f4a-9a05-d499cedf513a/width=450/747945.jpeg",
|
| 52 |
-
"trigger": "",
|
| 53 |
-
"clip_skip": 2,
|
| 54 |
-
"default_width": 512,
|
| 55 |
-
"default_height": 768,
|
| 56 |
-
"recommended_prompt": "RAW photo, asian girl, pretty face, natural skin texture, cinematic light",
|
| 57 |
-
"negative_prompt": "(worst quality, low quality:1.4), lowres, bad anatomy, bad hands, deformed, duplicate, watermark, text",
|
| 58 |
-
"default_steps": 28,
|
| 59 |
-
"default_guidance": 6.5,
|
| 60 |
-
"enabled": true
|
| 61 |
-
},
|
| 62 |
{
|
| 63 |
"id": "asianrealistic-sdlife-v6",
|
| 64 |
"label": "AsianRealistic SDLife V6 (SD1.5)",
|
|
|
|
| 2 |
"_comment": "Editable model registry. Add/remove entries freely, then restart (or click 馃攧 Reload models). `clip_skip` uses A1111 convention (2 = skip one layer, common for SD1.5 community models). `default_width`/`default_height` set the canvas when the model is picked. See README_TH.md.",
|
| 3 |
|
| 4 |
"models": [
|
| 5 |
+
{
|
| 6 |
+
"id": "asian-girls-face-lora",
|
| 7 |
+
"label": "Asian Girls Face (LoRA 路 SD1.5)",
|
| 8 |
+
"base": "sd15",
|
| 9 |
+
"type": "lora",
|
| 10 |
+
"repo_id": "stable-diffusion-v1-5/stable-diffusion-v1-5",
|
| 11 |
+
"lora_url": null,
|
| 12 |
+
"lora_repo_id": "hellosvip/Asiangirlsface",
|
| 13 |
+
"lora_weight_name": "asianGirlsFace_v1.safetensors",
|
| 14 |
+
"lora_scale": 0.8,
|
| 15 |
+
"preview": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031e4408-3098-4f4a-9a05-d499cedf513a/width=450/747945.jpeg",
|
| 16 |
+
"trigger": "",
|
| 17 |
+
"clip_skip": 2,
|
| 18 |
+
"default_width": 512,
|
| 19 |
+
"default_height": 768,
|
| 20 |
+
"recommended_prompt": "RAW photo, asian girl, pretty face, natural skin texture, cinematic light",
|
| 21 |
+
"negative_prompt": "(worst quality, low quality:1.4), lowres, bad anatomy, bad hands, deformed, duplicate, watermark, text",
|
| 22 |
+
"default_steps": 28,
|
| 23 |
+
"default_guidance": 6.5,
|
| 24 |
+
"enabled": true
|
| 25 |
+
},
|
| 26 |
{
|
| 27 |
"id": "majicmix-realistic-v7",
|
| 28 |
"label": "majicMIX Realistic V7 (SD1.5)",
|
|
|
|
| 59 |
"default_guidance": 6.5,
|
| 60 |
"enabled": true
|
| 61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
{
|
| 63 |
"id": "asianrealistic-sdlife-v6",
|
| 64 |
"label": "AsianRealistic SDLife V6 (SD1.5)",
|