Implement portrait generation and retrieval for people in the school system. Added new API endpoints for generating and fetching portraits, including support for avatar and full-body images. Updated the client-side to handle portrait states and display options. Enhanced the person card UI to include tabs for overview and portrait, with appropriate localization strings. Updated solution files to include new test projects. Adjusted server configuration for SwarmUI integration.
This commit is contained in:
@@ -0,0 +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",
|
||||
"avatar": {
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"positive": "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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user