feat(studio): ✨ Update core App component to integrate new studio features and reorganize layout structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
590a449866
commit
3c3fd832e6
1 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue