character-studio / models.json
pormungtai's picture
Real model previews: generated SD1.5/SDXL samples + official FLUX grid
1568bee verified
Raw
History Blame
3.95 kB
{
"_comment": "Editable model registry. Add/remove entries freely, then restart the Space (or click 馃攧 Reload models). Each entry may include a `preview` image URL shown in the picker. See README_TH.md for the field guide.",
"models": [
{
"id": "sd15-realistic-base",
"label": "SD1.5 路 Realistic Base",
"base": "sd15",
"type": "checkpoint",
"repo_id": "stable-diffusion-v1-5/stable-diffusion-v1-5",
"single_file_url": null,
"preview": "previews/sd15-realistic-base.webp",
"trigger": "",
"recommended_prompt": "RAW photo, a beautiful woman, detailed skin, soft lighting, 50mm, depth of field",
"negative_prompt": "(worst quality, low quality:1.4), deformed, extra fingers, watermark, text",
"default_steps": 28,
"default_guidance": 6.5,
"enabled": true
},
{
"id": "asian-girls-face-lora",
"label": "Asian Girls Face (LoRA 路 SD1.5)",
"base": "sd15",
"type": "lora",
"repo_id": "stable-diffusion-v1-5/stable-diffusion-v1-5",
"lora_url": "https://civitai.com/api/download/models/67325",
"lora_repo_id": null,
"lora_weight_name": null,
"lora_scale": 0.8,
"preview": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031e4408-3098-4f4a-9a05-d499cedf513a/width=450/747945.jpeg",
"trigger": "",
"recommended_prompt": "RAW photo, asian girl, pretty face, natural skin texture, cinematic light",
"negative_prompt": "(worst quality, low quality:1.4), deformed, watermark, text",
"default_steps": 28,
"default_guidance": 6.5,
"enabled": true
},
{
"id": "asianrealistic-sdlife-v6",
"label": "AsianRealistic SDLife V6 (SD1.5)",
"base": "sd15",
"type": "checkpoint",
"repo_id": null,
"single_file_url": "https://civitai.com/api/download/models/127016",
"preview": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c67da8b-5e57-413c-a5ca-135f5ed9af18/width=450/1743066.jpeg",
"trigger": "",
"recommended_prompt": "RAW photo, beautiful asian woman, elegant dress, soft cinematic light, ultra detailed",
"negative_prompt": "(worst quality, low quality:1.4), deformed, watermark, text",
"default_steps": 28,
"default_guidance": 6.0,
"enabled": true
},
{
"id": "sdxl-base",
"label": "SDXL 路 Base 1.0",
"base": "sdxl",
"type": "checkpoint",
"repo_id": "stabilityai/stable-diffusion-xl-base-1.0",
"single_file_url": null,
"preview": "previews/sdxl-base.webp",
"trigger": "",
"recommended_prompt": "cinematic photo of a beautiful woman, 35mm, highly detailed, soft natural light",
"negative_prompt": "lowres, bad anatomy, worst quality, watermark, text",
"default_steps": 30,
"default_guidance": 6.0,
"enabled": true
},
{
"id": "flux-schnell",
"label": "FLUX.1 路 Schnell (fast, open)",
"base": "flux",
"type": "checkpoint",
"repo_id": "black-forest-labs/FLUX.1-schnell",
"single_file_url": null,
"preview": "previews/flux-schnell.webp",
"trigger": "",
"recommended_prompt": "a photorealistic portrait of a young woman, studio light, sharp focus, ultra detailed",
"negative_prompt": "",
"default_steps": 4,
"default_guidance": 0.0,
"enabled": true
},
{
"id": "flux-dev",
"label": "FLUX.1 路 Dev (gated 路 needs HF token)",
"base": "flux",
"type": "checkpoint",
"repo_id": "black-forest-labs/FLUX.1-dev",
"single_file_url": null,
"preview": "https://placehold.co/400x520/1e293b/93c5fd/png?text=FLUX.1%20Dev",
"trigger": "",
"recommended_prompt": "a photorealistic portrait of a young woman, golden hour, 85mm, bokeh, ultra detailed",
"negative_prompt": "",
"default_steps": 25,
"default_guidance": 3.5,
"enabled": false
}
]
}