Update SwarmUI configuration with new model settings and parameters
ci / server (push) Failing after 1m24s
ci / client (push) Successful in 16s

- Changed the default model to 'pornmasterFlux2Klein_v4TurboFp8.safetensors' with updated steps and cfgScale.
- Modified the sampler and scheduler settings for improved performance.
- Cleared the positive prompt for better customization options.
- Updated the child preset model name for consistency.
- Reformatted ageRules for better readability.

These changes enhance the flexibility and clarity of the SwarmUI settings.
This commit is contained in:
Leonid Pershin
2026-08-20 06:14:56 +03:00
parent 11f48b6c99
commit b36db2ab2b
+18 -12
View File
@@ -4,15 +4,15 @@
{ {
"id": "default", "id": "default",
"label": "Default", "label": "Default",
"model": "DreamShaper_XL_-_Lightning_DPM++_SDE.safetensors", "model": "pornmasterFlux2Klein_v4TurboFp8.safetensors",
"steps": 4, "steps": 10,
"cfgScale": 2, "cfgScale": 1,
"clipSkip": 2, "clipSkip": 2,
"sampler": "dpmpp_sde", "sampler": "euler",
"scheduler": "karras", "scheduler": "beta",
"seed": 3346112079, "seed": 0,
"positive": "cinematic photo, realist detail, detailed character expressions, amazing quality, analog film grain, school portrait photograph, neutral background, natural lighting, realistic, sharp focus", "positive": "cinematic photo, realist detail, detailed character expressions, amazing quality, analog film grain, school portrait photograph, ",
"negative": "(low quality, worst quality:1.4), cgi, text, signature, watermark, extra limbs, nsfw, nude, naked, explicit, blurry, deformed, bad anatomy, logo", "negative": "(low quality, worst quality:1.4), cgi, text, signature, watermark, extra limbs, censored, explicit, blurry, deformed, bad anatomy, logo",
"positiveLoras": [], "positiveLoras": [],
"negativeLoras": [], "negativeLoras": [],
"avatar": { "avatar": {
@@ -22,7 +22,8 @@
}, },
"custom": { "custom": {
"width": 896, "width": 896,
"height": 1152 "height": 1152,
"positive": ""
}, },
"fullBody": { "fullBody": {
"width": 896, "width": 896,
@@ -33,7 +34,7 @@
{ {
"id": "child", "id": "child",
"label": "Children", "label": "Children",
"model": "DreamShaper_XL_-_Lightning_DPM++_SDE.safetensors", "model": "DreamShaper_XL_-_Lightning_DPM\u002B\u002B_SDE.safetensors",
"steps": 4, "steps": 4,
"cfgScale": 2, "cfgScale": 2,
"clipSkip": 2, "clipSkip": 2,
@@ -51,7 +52,8 @@
}, },
"custom": { "custom": {
"width": 896, "width": 896,
"height": 1152 "height": 1152,
"positive": ""
}, },
"fullBody": { "fullBody": {
"width": 896, "width": 896,
@@ -61,6 +63,10 @@
} }
], ],
"ageRules": [ "ageRules": [
{ "minAge": 6, "maxAge": 11, "presetId": "child" } {
"minAge": 6,
"maxAge": 11,
"presetId": "child"
}
] ]
} }