Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def ourhood_inference(prompt=str,num_inference_steps=int,scaffold=int,seed=int):
|
|
106 |
images_CN = [depth_image, canny_image]
|
107 |
|
108 |
|
109 |
-
prompt1 = 'A frontpage still-life photograph, an 8-foot wooden crate, '+ prompt
|
110 |
neg1 = 'text,watermark'
|
111 |
prompt2 = 'Photorealistic rendering, of an OurHood privacy booth, with a silken oak frame, hickory stained melange polyester fabric, windows'
|
112 |
neg2 = 'curtains, pillows'
|
|
|
106 |
images_CN = [depth_image, canny_image]
|
107 |
|
108 |
|
109 |
+
prompt1 = 'A frontpage still-life photograph, an 8-foot wooden crate, '+ prompt +' in the style of hb8 interior architecture'
|
110 |
neg1 = 'text,watermark'
|
111 |
prompt2 = 'Photorealistic rendering, of an OurHood privacy booth, with a silken oak frame, hickory stained melange polyester fabric, windows'
|
112 |
neg2 = 'curtains, pillows'
|