From b36db2ab2b269257b1bab3a1a6de7335119d4618 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Thu, 20 Aug 2026 06:14:56 +0300 Subject: [PATCH] Update SwarmUI configuration with new model settings and parameters - 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. --- src/HSchool.Server/swarmui.json | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/HSchool.Server/swarmui.json b/src/HSchool.Server/swarmui.json index aeb1e57..d11a1d9 100644 --- a/src/HSchool.Server/swarmui.json +++ b/src/HSchool.Server/swarmui.json @@ -4,15 +4,15 @@ { "id": "default", "label": "Default", - "model": "DreamShaper_XL_-_Lightning_DPM++_SDE.safetensors", - "steps": 4, - "cfgScale": 2, + "model": "pornmasterFlux2Klein_v4TurboFp8.safetensors", + "steps": 10, + "cfgScale": 1, "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", + "sampler": "euler", + "scheduler": "beta", + "seed": 0, + "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, censored, explicit, blurry, deformed, bad anatomy, logo", "positiveLoras": [], "negativeLoras": [], "avatar": { @@ -22,7 +22,8 @@ }, "custom": { "width": 896, - "height": 1152 + "height": 1152, + "positive": "" }, "fullBody": { "width": 896, @@ -33,7 +34,7 @@ { "id": "child", "label": "Children", - "model": "DreamShaper_XL_-_Lightning_DPM++_SDE.safetensors", + "model": "DreamShaper_XL_-_Lightning_DPM\u002B\u002B_SDE.safetensors", "steps": 4, "cfgScale": 2, "clipSkip": 2, @@ -51,7 +52,8 @@ }, "custom": { "width": 896, - "height": 1152 + "height": 1152, + "positive": "" }, "fullBody": { "width": 896, @@ -61,6 +63,10 @@ } ], "ageRules": [ - { "minAge": 6, "maxAge": 11, "presetId": "child" } + { + "minAge": 6, + "maxAge": 11, + "presetId": "child" + } ] -} +} \ No newline at end of file