Commit ·
22e5542
1
Parent(s): f164572
Curate models: disable weak ones (SD1.5 base/Asian Girls LoRA/SDXL base/Juggernaut); add Realistic Vision V6, majicMIX+Skin LoRA, AsianRealistic Chiasedamme V6 (HF mirrors, realism config) (#45)
Browse files- Curate models: disable weak ones (SD1.5 base/Asian Girls LoRA/SDXL base/Juggernaut); add Realistic Vision V6, majicMIX+Skin LoRA, AsianRealistic Chiasedamme V6 (HF mirrors, realism config) (cca6a8e2a57e1bff5a09279bd334f804e5221fe6)
Co-authored-by: pormungtailaw <pormungtai@users.noreply.huggingface.co>
- models.json +99 -6
models.json
CHANGED
|
@@ -16,8 +16,14 @@
|
|
| 16 |
"sampler": "dpmpp_2m_karras",
|
| 17 |
"vae": "stabilityai/sd-vae-ft-mse",
|
| 18 |
"style_prefix": "RAW photo, analog film grain, detailed skin texture, skin pores, real hair strands",
|
| 19 |
-
"hires": {
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"recommended_prompt": "RAW photo, (photorealistic:1.2), portrait of a beautiful woman, detailed skin texture, visible skin pores, natural skin, subsurface scattering, film grain, soft cinematic light, 85mm, depth of field, ultra detailed, analog photo",
|
| 22 |
"negative_prompt": "EasyNegative, (worst quality, low quality:1.4), (extra limbs, extra legs, three legs, extra arms, missing limbs, fused limbs:1.4), (mutated hands, missing fingers, extra fingers, fused fingers:1.3), (bad anatomy, deformed, mutated, disfigured:1.2), (plastic skin, airbrushed, doll, smooth skin, 3d, render, illustration, painting:1.2), bad feet, extra toes, lowres, watermark, text",
|
| 23 |
"default_steps": 30,
|
|
@@ -40,7 +46,7 @@
|
|
| 40 |
"negative_prompt": "(worst quality, low quality:1.4), lowres, bad anatomy, bad hands, extra digits, deformed, duplicate, watermark, text",
|
| 41 |
"default_steps": 28,
|
| 42 |
"default_guidance": 6.5,
|
| 43 |
-
"enabled":
|
| 44 |
},
|
| 45 |
{
|
| 46 |
"id": "asian-girls-face-lora",
|
|
@@ -61,7 +67,7 @@
|
|
| 61 |
"negative_prompt": "(worst quality, low quality:1.4), lowres, bad anatomy, bad hands, deformed, duplicate, watermark, text",
|
| 62 |
"default_steps": 28,
|
| 63 |
"default_guidance": 6.5,
|
| 64 |
-
"enabled":
|
| 65 |
},
|
| 66 |
{
|
| 67 |
"id": "asianrealistic-sdlife-v6",
|
|
@@ -98,7 +104,7 @@
|
|
| 98 |
"negative_prompt": "lowres, bad anatomy, worst quality, watermark, text",
|
| 99 |
"default_steps": 30,
|
| 100 |
"default_guidance": 6.0,
|
| 101 |
-
"enabled":
|
| 102 |
},
|
| 103 |
{
|
| 104 |
"id": "realvisxl-v5",
|
|
@@ -134,7 +140,7 @@
|
|
| 134 |
"negative_prompt": "(worst quality, low quality:1.3), 3d, cartoon, anime, render, cgi, plastic skin, airbrushed, smooth skin, doll, lowres, bad anatomy, bad hands, watermark, text",
|
| 135 |
"default_steps": 30,
|
| 136 |
"default_guidance": 5.0,
|
| 137 |
-
"enabled":
|
| 138 |
},
|
| 139 |
{
|
| 140 |
"id": "flux-schnell",
|
|
@@ -172,6 +178,93 @@
|
|
| 172 |
"default_steps": 25,
|
| 173 |
"default_guidance": 3.5,
|
| 174 |
"enabled": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
}
|
| 176 |
]
|
| 177 |
}
|
|
|
|
| 16 |
"sampler": "dpmpp_2m_karras",
|
| 17 |
"vae": "stabilityai/sd-vae-ft-mse",
|
| 18 |
"style_prefix": "RAW photo, analog film grain, detailed skin texture, skin pores, real hair strands",
|
| 19 |
+
"hires": {
|
| 20 |
+
"scale": 1.3,
|
| 21 |
+
"denoise": 0.3,
|
| 22 |
+
"steps": 12
|
| 23 |
+
},
|
| 24 |
+
"neg_embeddings": [
|
| 25 |
+
"easynegative"
|
| 26 |
+
],
|
| 27 |
"recommended_prompt": "RAW photo, (photorealistic:1.2), portrait of a beautiful woman, detailed skin texture, visible skin pores, natural skin, subsurface scattering, film grain, soft cinematic light, 85mm, depth of field, ultra detailed, analog photo",
|
| 28 |
"negative_prompt": "EasyNegative, (worst quality, low quality:1.4), (extra limbs, extra legs, three legs, extra arms, missing limbs, fused limbs:1.4), (mutated hands, missing fingers, extra fingers, fused fingers:1.3), (bad anatomy, deformed, mutated, disfigured:1.2), (plastic skin, airbrushed, doll, smooth skin, 3d, render, illustration, painting:1.2), bad feet, extra toes, lowres, watermark, text",
|
| 29 |
"default_steps": 30,
|
|
|
|
| 46 |
"negative_prompt": "(worst quality, low quality:1.4), lowres, bad anatomy, bad hands, extra digits, deformed, duplicate, watermark, text",
|
| 47 |
"default_steps": 28,
|
| 48 |
"default_guidance": 6.5,
|
| 49 |
+
"enabled": false
|
| 50 |
},
|
| 51 |
{
|
| 52 |
"id": "asian-girls-face-lora",
|
|
|
|
| 67 |
"negative_prompt": "(worst quality, low quality:1.4), lowres, bad anatomy, bad hands, deformed, duplicate, watermark, text",
|
| 68 |
"default_steps": 28,
|
| 69 |
"default_guidance": 6.5,
|
| 70 |
+
"enabled": false
|
| 71 |
},
|
| 72 |
{
|
| 73 |
"id": "asianrealistic-sdlife-v6",
|
|
|
|
| 104 |
"negative_prompt": "lowres, bad anatomy, worst quality, watermark, text",
|
| 105 |
"default_steps": 30,
|
| 106 |
"default_guidance": 6.0,
|
| 107 |
+
"enabled": false
|
| 108 |
},
|
| 109 |
{
|
| 110 |
"id": "realvisxl-v5",
|
|
|
|
| 140 |
"negative_prompt": "(worst quality, low quality:1.3), 3d, cartoon, anime, render, cgi, plastic skin, airbrushed, smooth skin, doll, lowres, bad anatomy, bad hands, watermark, text",
|
| 141 |
"default_steps": 30,
|
| 142 |
"default_guidance": 5.0,
|
| 143 |
+
"enabled": false
|
| 144 |
},
|
| 145 |
{
|
| 146 |
"id": "flux-schnell",
|
|
|
|
| 178 |
"default_steps": 25,
|
| 179 |
"default_guidance": 3.5,
|
| 180 |
"enabled": false
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"base": "sd15",
|
| 184 |
+
"single_file_url": null,
|
| 185 |
+
"trigger": "",
|
| 186 |
+
"vae": "stabilityai/sd-vae-ft-mse",
|
| 187 |
+
"sampler": "dpmpp_2m_karras",
|
| 188 |
+
"style_prefix": "RAW photo, analog film grain, detailed skin texture, skin pores, real hair strands",
|
| 189 |
+
"hires": {
|
| 190 |
+
"scale": 1.3,
|
| 191 |
+
"denoise": 0.3,
|
| 192 |
+
"steps": 12
|
| 193 |
+
},
|
| 194 |
+
"neg_embeddings": [
|
| 195 |
+
"easynegative"
|
| 196 |
+
],
|
| 197 |
+
"default_width": 512,
|
| 198 |
+
"default_height": 768,
|
| 199 |
+
"recommended_prompt": "RAW photo, (photorealistic:1.2), portrait of a beautiful woman, detailed skin texture, visible skin pores, natural skin, film grain, soft cinematic light, 85mm, analog photo",
|
| 200 |
+
"negative_prompt": "EasyNegative, (worst quality, low quality:1.4), (extra limbs, extra legs, three legs, extra arms, missing limbs, fused limbs:1.4), (mutated hands, missing fingers, extra fingers, fused fingers:1.3), (bad anatomy, deformed, mutated, disfigured:1.2), (plastic skin, airbrushed, doll, smooth skin, 3d, render, illustration, painting:1.2), bad feet, extra toes, lowres, watermark, text",
|
| 201 |
+
"default_steps": 30,
|
| 202 |
+
"default_guidance": 5.0,
|
| 203 |
+
"enabled": true,
|
| 204 |
+
"id": "realistic-vision-v6",
|
| 205 |
+
"label": "Realistic Vision V6 (SD1.5)",
|
| 206 |
+
"type": "checkpoint",
|
| 207 |
+
"repo_id": "SG161222/Realistic_Vision_V6.0_B1_noVAE",
|
| 208 |
+
"preview": "https://placehold.co/512x768/16213e/eaeaea?text=Realistic+Vision+V6"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"base": "sd15",
|
| 212 |
+
"single_file_url": null,
|
| 213 |
+
"trigger": "skin texture style",
|
| 214 |
+
"vae": "stabilityai/sd-vae-ft-mse",
|
| 215 |
+
"sampler": "dpmpp_2m_karras",
|
| 216 |
+
"style_prefix": "RAW photo, analog film grain, detailed skin texture, skin pores, real hair strands",
|
| 217 |
+
"hires": {
|
| 218 |
+
"scale": 1.3,
|
| 219 |
+
"denoise": 0.3,
|
| 220 |
+
"steps": 12
|
| 221 |
+
},
|
| 222 |
+
"neg_embeddings": [
|
| 223 |
+
"easynegative"
|
| 224 |
+
],
|
| 225 |
+
"default_width": 512,
|
| 226 |
+
"default_height": 768,
|
| 227 |
+
"recommended_prompt": "RAW photo, (photorealistic:1.2), portrait of a beautiful woman, detailed skin texture, visible skin pores, natural skin, film grain, soft cinematic light, 85mm, analog photo",
|
| 228 |
+
"negative_prompt": "EasyNegative, (worst quality, low quality:1.4), (extra limbs, extra legs, three legs, extra arms, missing limbs, fused limbs:1.4), (mutated hands, missing fingers, extra fingers, fused fingers:1.3), (bad anatomy, deformed, mutated, disfigured:1.2), (plastic skin, airbrushed, doll, smooth skin, 3d, render, illustration, painting:1.2), bad feet, extra toes, lowres, watermark, text",
|
| 229 |
+
"default_steps": 30,
|
| 230 |
+
"default_guidance": 5.0,
|
| 231 |
+
"enabled": true,
|
| 232 |
+
"id": "majicmix-skin-lora",
|
| 233 |
+
"label": "majicMIX + Realistic Skin (LoRA)",
|
| 234 |
+
"type": "lora",
|
| 235 |
+
"repo_id": "digiplay/majicMIX_realistic_v7",
|
| 236 |
+
"lora_repo_id": "wsj1995/LORA",
|
| 237 |
+
"lora_weight_name": "580857/712234/skin texture style sd1.5 v1.safetensors",
|
| 238 |
+
"lora_scale": 0.7,
|
| 239 |
+
"preview": "https://placehold.co/512x768/16213e/eaeaea?text=majicMIX+%2B+Skin+LoRA"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"base": "sd15",
|
| 243 |
+
"single_file_url": "https://huggingface.co/sinjuku/models/resolve/main/AsianRealistic_SDlife_ChiasedammeV6.safetensors",
|
| 244 |
+
"trigger": "",
|
| 245 |
+
"vae": "stabilityai/sd-vae-ft-mse",
|
| 246 |
+
"sampler": "dpmpp_2m_karras",
|
| 247 |
+
"style_prefix": "RAW photo, analog film grain, detailed skin texture, skin pores, real hair strands",
|
| 248 |
+
"hires": {
|
| 249 |
+
"scale": 1.3,
|
| 250 |
+
"denoise": 0.3,
|
| 251 |
+
"steps": 12
|
| 252 |
+
},
|
| 253 |
+
"neg_embeddings": [
|
| 254 |
+
"easynegative"
|
| 255 |
+
],
|
| 256 |
+
"default_width": 512,
|
| 257 |
+
"default_height": 768,
|
| 258 |
+
"recommended_prompt": "RAW photo, (photorealistic:1.2), portrait of a beautiful woman, detailed skin texture, visible skin pores, natural skin, film grain, soft cinematic light, 85mm, analog photo",
|
| 259 |
+
"negative_prompt": "EasyNegative, (worst quality, low quality:1.4), (extra limbs, extra legs, three legs, extra arms, missing limbs, fused limbs:1.4), (mutated hands, missing fingers, extra fingers, fused fingers:1.3), (bad anatomy, deformed, mutated, disfigured:1.2), (plastic skin, airbrushed, doll, smooth skin, 3d, render, illustration, painting:1.2), bad feet, extra toes, lowres, watermark, text",
|
| 260 |
+
"default_steps": 30,
|
| 261 |
+
"default_guidance": 5.0,
|
| 262 |
+
"enabled": true,
|
| 263 |
+
"id": "asianrealistic-chiasedamme-v6",
|
| 264 |
+
"label": "AsianRealistic Chiasedamme V6 (SD1.5)",
|
| 265 |
+
"type": "checkpoint",
|
| 266 |
+
"repo_id": null,
|
| 267 |
+
"preview": "https://placehold.co/512x768/16213e/eaeaea?text=AsianRealistic+V6"
|
| 268 |
}
|
| 269 |
]
|
| 270 |
}
|