You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/iteration-prompts.js
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,17 @@ export function buildIterationPrompt({
25
25
diversityHint,
26
26
}){
27
27
return[
28
-
'Use the attached base room photo as fixed camera pose and architectural envelope.',
29
-
'Do not move, resize, or reshape walls, ceilings, openings, or built-ins; the room volume and dimensions are locked to the photo.',
30
-
'Keep doors, windows, and room entries exactly where they appear in the source photo—no repositioning, resizing, or new penetrations.',
31
-
'If reference images are attached, transfer only their style (palette, textures, furniture mood, lighting mood)—never their room shape, perspective, or architectural layout.',
32
-
'Consider the following guidance:',
28
+
'Use the attached base room photo as fixed camera pose and architectural envelope. Keep the existing room geometry unchanged.',
29
+
'If reference images are attached, transfer only their style (palette, textures, furniture mood, lighting mood) and ignore their layout.',
30
+
'Guidance for this image:',
33
31
`• Room brief (silent): ${roomBrief||'None'}`,
34
32
`• Intended use: ${purpose||'None'}`,
35
33
`• User’s global guidance for this round: ${roundGuidance||'None'}`,
`Diversity hint for this image: ${diversityHint||'None'}`,
36
+
`Diversity hint: ${diversityHint||'None'}`,
39
37
'',
40
-
'Generate ONE updated interior variant at 1024×682. Preserve perspective, room envelope, and structural boundaries exactly as shown.',
38
+
'Generate ONE updated interior variant at 1024×682 while keeping the camera angle and room envelope identical to the base photo.',
41
39
'Return ONE image and ONE short free-text paragraph (single paragraph) describing the mood, the key changes vs the base, and 2–3 ideas for the next iteration. Avoid logos/text.',
0 commit comments