Spaces:
Runtime error
Runtime error
Remove large model
Browse files
README.md
CHANGED
|
@@ -10,7 +10,6 @@ pinned: false
|
|
| 10 |
short_description: Distribution Matching for Color Guidance and Correction.
|
| 11 |
models:
|
| 12 |
- stabilityai/stable-diffusion-3.5-large-turbo
|
| 13 |
-
- stabilityai/stable-diffusion-3.5-large
|
| 14 |
license: other
|
| 15 |
license_name: stabilityai-ai-community
|
| 16 |
license_link: LICENSE.md
|
|
|
|
| 10 |
short_description: Distribution Matching for Color Guidance and Correction.
|
| 11 |
models:
|
| 12 |
- stabilityai/stable-diffusion-3.5-large-turbo
|
|
|
|
| 13 |
license: other
|
| 14 |
license_name: stabilityai-ai-community
|
| 15 |
license_link: LICENSE.md
|
app.py
CHANGED
|
@@ -21,8 +21,6 @@ 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("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 |
|
|
|
|
| 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 |
|