Files
h-school/src/HSchool.Server/swarmui.json
T
Leonid Pershin 2d6bf4041c
ci / server (push) Failing after 3m44s
ci / client (push) Failing after 14s
Update avatar dimensions in swarmui.json to 1024x1024 for improved image quality.
2026-08-20 05:05:35 +03:00

22 lines
883 B
JSON

{
"model": "DreamShaper_XL_-_Lightning_DPM++_SDE.safetensors",
"steps": 4,
"cfgScale": 2,
"clipSkip": 2,
"sampler": "dpmpp_sde",
"scheduler": "karras",
"seed": 3346112079,
"positive": "cinematic photo, realist detail, detailed character expressions, amazing quality, analog film grain, school portrait photograph, neutral background, natural lighting, realistic, sharp focus",
"negative": "(low quality, worst quality:1.4), cgi, text, signature, watermark, extra limbs, nsfw, nude, naked, explicit, blurry, deformed, bad anatomy, logo",
"avatar": {
"width": 1024,
"height": 1024,
"positive": "close up, head and shoulders portrait, facing the camera, upper body visible."
},
"fullBody": {
"width": 768,
"height": 1024,
"positive": "full body standing portrait, head to toe visible, neutral pose, current outfit clearly visible."
}
}