Spaces:
Runtime error
Runtime error
Add 3.5 Large
Browse files
app.py
CHANGED
|
@@ -21,6 +21,8 @@ with gr.Blocks() as demo:
|
|
| 21 |
)
|
| 22 |
with gr.Tab("SW Guidance (SD 3.5 Large Turbo)"):
|
| 23 |
create_sw_guidance("stabilityai/stable-diffusion-3.5-large-turbo")
|
|
|
|
|
|
|
| 24 |
with gr.Tab("Color Matching"):
|
| 25 |
create_color_matching()
|
| 26 |
|
|
|
|
| 21 |
)
|
| 22 |
with gr.Tab("SW Guidance (SD 3.5 Large Turbo)"):
|
| 23 |
create_sw_guidance("stabilityai/stable-diffusion-3.5-large-turbo")
|
| 24 |
+
with gr.Tab("SW Guidance (SD 3.5 Large)"):
|
| 25 |
+
create_sw_guidance("stabilityai/stable-diffusion-3.5-large")
|
| 26 |
with gr.Tab("Color Matching"):
|
| 27 |
create_color_matching()
|
| 28 |
|