PseudoTerminal X commited on
Commit
17fea22
1 Parent(s): 38d6f1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,6 +48,6 @@ iface = gr.Interface(
48
  ],
49
  outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
50
  examples=example_prompts,
51
- title="SD3 Diffusion Demonstration",
52
- description="Stable Diffusion 3 Diffusion is a v-prediction model trained to eliminate the rectified flow schedule from Stable Diffusion 3 as an experiment into this model architecture and its parameterisations."
53
  ).launch()
 
48
  ],
49
  outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
50
  examples=example_prompts,
51
+ title="SD3 Reality Mix",
52
+ description="SD3 Reality Mix is an attempt to finetune SD3 Medium 2B on photo-concept-bucket, a 576k photo set of images."
53
  ).launch()