Spaces:
Sleeping
Sleeping
Tonioesparza
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ def ourhood_inference(prompt=str,num_inference_steps=int,scaffold=int,fracc=floa
|
|
110 |
num_images_per_prompt=1,
|
111 |
denoising_end=fracc,
|
112 |
image=images_CN,
|
|
|
113 |
controlnet_conditioning_scale=[0.3, 0.45],
|
114 |
cross_attention_kwargs={"ip_adapter_masks": masks}
|
115 |
).images[0]
|
|
|
110 |
num_images_per_prompt=1,
|
111 |
denoising_end=fracc,
|
112 |
image=images_CN,
|
113 |
+
output_type="latent",
|
114 |
controlnet_conditioning_scale=[0.3, 0.45],
|
115 |
cross_attention_kwargs={"ip_adapter_masks": masks}
|
116 |
).images[0]
|