Spaces:
Paused
Paused
uuu
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ ipadapter_slider = gr.Slider(
|
|
| 104 |
interface = gr.Interface(
|
| 105 |
fn=gui_generation,
|
| 106 |
inputs=[prompt_box,negative_prompt_box, ref_img, guidance_slider, ipadapter_slider],
|
| 107 |
-
outputs=
|
| 108 |
title="Image Generation with Stable Diffusion 3.5 Large and IP-Adapter",
|
| 109 |
description="Generates an image based on a text prompt and a reference image using Stable Diffusion 3.5 Large with IP-Adapter."
|
| 110 |
)
|
|
|
|
| 104 |
interface = gr.Interface(
|
| 105 |
fn=gui_generation,
|
| 106 |
inputs=[prompt_box,negative_prompt_box, ref_img, guidance_slider, ipadapter_slider],
|
| 107 |
+
outputs="image",
|
| 108 |
title="Image Generation with Stable Diffusion 3.5 Large and IP-Adapter",
|
| 109 |
description="Generates an image based on a text prompt and a reference image using Stable Diffusion 3.5 Large with IP-Adapter."
|
| 110 |
)
|