From 9e11c8c693ba7804dc31d67fe895bc7031244f20 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Thu, 20 Aug 2026 05:07:31 +0300 Subject: [PATCH] Update full body avatar dimensions in swarmui.json to 896x1152 for better visual representation. --- src/HSchool.Server/swarmui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HSchool.Server/swarmui.json b/src/HSchool.Server/swarmui.json index 4f4a62b..b68061c 100644 --- a/src/HSchool.Server/swarmui.json +++ b/src/HSchool.Server/swarmui.json @@ -14,8 +14,8 @@ "positive": "close up, head and shoulders portrait, facing the camera, upper body visible." }, "fullBody": { - "width": 768, - "height": 1024, + "width": 896, + "height": 1152, "positive": "full body standing portrait, head to toe visible, neutral pose, current outfit clearly visible." } }