auto-save 2026-05-18 07:27 (~6)

This commit is contained in:
2026-05-18 07:27:45 +08:00
parent 4653108baf
commit 9790e5bedb
6 changed files with 213 additions and 60 deletions

View File

@@ -1075,6 +1075,7 @@ export async function generateSubjectAssets(
size?: AssetSize
source_frame_indices?: number[]
views?: string[]
character_id?: string
subject_style?: "transparent_human" | "source_actor"
reconstruction_mode?: "same" | "similar"
prompt?: string
@@ -1091,6 +1092,7 @@ export async function generateSubjectAssets(
size: body.size ?? "source",
source_frame_indices: body.source_frame_indices ?? null,
views: body.views ?? null,
character_id: body.character_id ?? "",
subject_style: body.subject_style ?? "transparent_human",
reconstruction_mode: body.reconstruction_mode ?? "same",
prompt: body.prompt ?? "",