Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = '
|
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.
|
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 |
|