From 3c3fd832e63dfc9619050f52003021d2a07c5ac3 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 30 Mar 2026 10:19:53 -0700 Subject: [PATCH] =?UTF-8?q?feat(studio):=20=E2=9C=A8=20Update=20core=20App?= =?UTF-8?q?=20component=20to=20integrate=20new=20studio=20features=20and?= =?UTF-8?q?=20reorganize=20layout=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- studio/src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/studio/src/App.tsx b/studio/src/App.tsx index 30208566..c90b5329 100644 --- a/studio/src/App.tsx +++ b/studio/src/App.tsx @@ -59,8 +59,8 @@ function buildPrompt(scene: SceneState, hasIdentity: boolean): string { const DEFAULT_SCENE: SceneState = { promptCore: '', - background: '', - shotType: 'full-body', + background: 'professional studio, clean background', + shotType: 'medium-close', cameraAngle: 'eye-level', selectedPose: null, poseCategory: null, @@ -102,8 +102,8 @@ const DEFAULT_ADVANCED: AdvancedValues = { identity_strength: 0.8, use_flux_pulid: false, pulid_weight: 1.0, - enable_instantid: true, - ip_adapter_scale: 0.6, + enable_instantid: false, + ip_adapter_scale: 0.8, num_candidates: 1, enable_anatomy_fix: false, negative_prompt: 'worst quality, low quality, blurry, deformed, bad anatomy, extra limbs, fused legs, bad hands, extra fingers, missing fingers, watermark, text, ugly, disfigured',