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.
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user