Implement custom portrait generation: update API, UI, and localization to support user-defined prompts for portraits, replacing half-body option with custom variant.
ci / server (push) Failing after 3m38s
ci / client (push) Failing after 14s

This commit is contained in:
Leonid Pershin
2026-08-20 05:16:40 +03:00
parent df0aaad403
commit ac0470bbc4
19 changed files with 301 additions and 76 deletions
+3 -2
View File
@@ -79,8 +79,9 @@ internal sealed record PersonCardResponse(
bool HasLocker = false,
int HomeCount = 0,
bool HasAvatar = false,
bool HasHalfBody = false,
bool HasFullBody = false);
bool HasCustom = false,
bool HasFullBody = false,
string? CustomPortraitPrompt = null);
internal sealed record WornItemResponse(
string DefName,