Spaces:
Runtime error
Runtime error
Add reference and link to specific SD version
Browse filesProposing to add a reference to the specific SD version, as we've found in concurrent work that the diversity of outputs varies significantly across major versions (v1 vs v2)
app.py
CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks() as demo:
|
|
35 |
gr.Markdown("#### Choose from the occupations below to compare how Stable Diffusion (left) and Fair Diffusion (right) represent different professions.")
|
36 |
with gr.Row():
|
37 |
with gr.Column():
|
38 |
-
gr.Markdown('## Stable Diffusion Generations')
|
39 |
choice1 = gr.Dropdown(professions, label = "Choose a profession", multiselect= False, interactive=True)
|
40 |
images1 = gr.Gallery(label="Images").style(grid=[3], height="auto")
|
41 |
with gr.Column():
|
|
|
35 |
gr.Markdown("#### Choose from the occupations below to compare how Stable Diffusion (left) and Fair Diffusion (right) represent different professions.")
|
36 |
with gr.Row():
|
37 |
with gr.Column():
|
38 |
+
gr.Markdown('## [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) Generations')
|
39 |
choice1 = gr.Dropdown(professions, label = "Choose a profession", multiselect= False, interactive=True)
|
40 |
images1 = gr.Gallery(label="Images").style(grid=[3], height="auto")
|
41 |
with gr.Column():
|