Tonioesparza commited on
Commit
53429e7
·
verified ·
1 Parent(s): 2e929a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,7 +102,7 @@ def ourhood_inference(prompt=str,num_inference_steps=int,scaffold=int,seed=int):
102
 
103
  pipe_CN.set_ip_adapter_scale([[0.5]])
104
 
105
- prompt1 = 'A frontpage photograph of an ourhood privacy booth, silken oak frame, taupe exterior fabric, taupe interior fabric, in ' + prompt
106
 
107
  ### function has no formats defined
108
 
@@ -156,7 +156,7 @@ def ourhood_inference(prompt=str,num_inference_steps=int,scaffold=int,seed=int):
156
  output_type="latent",
157
  control_guidance_start=[0.0, 0.35, 0.35],
158
  control_guidance_end=[0.35, 0.95, 0.95],
159
- controlnet_conditioning_scale=[0.35,0.65, 0.75],
160
  cross_attention_kwargs={"ip_adapter_masks": masks}
161
  ).images[0]
162
 
 
102
 
103
  pipe_CN.set_ip_adapter_scale([[0.5]])
104
 
105
+ prompt1 = 'Photorealistic rendering, of an OurHood privacy booth, with a silken oak frame, hickory stained melange polyester fabric, in ' + prompt
106
 
107
  ### function has no formats defined
108
 
 
156
  output_type="latent",
157
  control_guidance_start=[0.0, 0.35, 0.35],
158
  control_guidance_end=[0.35, 0.95, 0.95],
159
+ controlnet_conditioning_scale=[0.35,0.95, 0.95],
160
  cross_attention_kwargs={"ip_adapter_masks": masks}
161
  ).images[0]
162