sandrawang1031 commited on
Commit
45dc043
·
1 Parent(s): 23d3ec1

update prompt

Browse files
Files changed (1) hide show
  1. model.py +2 -2
model.py CHANGED
@@ -142,9 +142,9 @@ class VirtualStagingToolV2():
142
  items = ', '.join(items)
143
 
144
  if room == 'backyard':
145
- prompt = f'Realistic, high resolution, {room} with {style}'
146
  else:
147
- prompt = f'Realistic {items}, high resolution, in the {style} style {room}'
148
 
149
  if color_preference:
150
  prompt = f"{prompt} in {color_preference}"
 
142
  items = ', '.join(items)
143
 
144
  if room == 'backyard':
145
+ prompt = f'Photorealistic, high resolution, {room} with {style}'
146
  else:
147
+ prompt = f'Photorealistic {items}, high resolution, in the {style} style {room}'
148
 
149
  if color_preference:
150
  prompt = f"{prompt} in {color_preference}"