yjernite HF staff commited on
Commit
97dc498
1 Parent(s): aefc952

Add reference and link to specific SD version

Browse files

Proposing 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)

Files changed (1) hide show
  1. app.py +1 -1
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():