Add half-body portrait support: update API, UI, and localization for new portrait type
ci / server (push) Failing after 3m40s
ci / client (push) Failing after 14s

This commit is contained in:
Leonid Pershin
2026-08-20 05:10:51 +03:00
parent 9e11c8c693
commit df0aaad403
19 changed files with 155 additions and 64 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ internal sealed class SwarmUiClient
return await RunWithSessionAsync(async () =>
{
var preset = kind == PortraitKind.Avatar ? settings.Avatar : settings.FullBody;
var preset = settings.PresetFor(kind);
var body = new Dictionary<string, object?>
{
["session_id"] = _sessionId,