auto-save 2026-05-14 10:08 (~4)

This commit is contained in:
2026-05-14 10:09:11 +08:00
parent e45c1d5c5b
commit 96784f9df1
4 changed files with 2560 additions and 2374 deletions

View File

@@ -22,6 +22,7 @@ export interface FrameDescription {
objects?: FrameObject[]
style?: string
suggested_prompt?: string
transparent_human_assessment?: TransparentHumanFrameScore
}
export interface GeneratedImage {
@@ -226,6 +227,19 @@ export interface QualityReport {
warnings: string[]
}
export interface TransparentHumanFrameScore {
transparent_body_score: number
skeleton_visible_score: number
human_prominence_score: number
clarity_score: number
commercial_style_score: number
product_usefulness_score: number
total_score?: number
qualified?: boolean
reject_reason?: string
notes?: string
}
export interface SceneAsset {
id: string
label: string