Enhance SwarmUI integration by adding swarm connection status to the API and updating client-side components to reflect this status. Improved localization strings for various SwarmUI states and refactored ApplicantsDialog and PersonCard components to utilize the new connection information, ensuring a more responsive user experience.
ci / server (push) Failing after 4m56s
ci / client (push) Failing after 15s

This commit is contained in:
Leonid Pershin
2026-08-20 04:21:35 +03:00
parent 36b46774a7
commit 5991dcd5c4
13 changed files with 246 additions and 33 deletions
+10 -10
View File
@@ -1,20 +1,20 @@
{
"model": "pornmasterFlux2Klein_v4TurboFp8.safetensors",
"steps": 8,
"cfgScale": 1,
"clipSkip": 1,
"sampler": "euler",
"seed": -1,
"positive": "School portrait photograph, neutral background, natural lighting, realistic, sharp focus.",
"negative": "nsfw, nude, naked, explicit, blurry, deformed, extra limbs, bad anatomy, watermark, text, logo",
"model": "dreamshaperXL_lightningDPMSDE.safetensors",
"steps": 4,
"cfgScale": 2,
"clipSkip": 2,
"sampler": "DPM++ SDE 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": 512,
"height": 512,
"positive": "Head and shoulders portrait, facing the camera, upper body visible."
"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."
"positive": "full body standing portrait, head to toe visible, neutral pose, current outfit clearly visible."
}
}