bghira commited on
Commit
9ed6f4b
·
verified ·
1 Parent(s): c654030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,9 +50,9 @@ iface = gr.Interface(
50
  ],
51
  outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
52
  examples=example_prompts,
53
- title="FluxBooru 12B",
54
  description=(
55
- "This is a Flux-based 12B parameter model, fully trained across 8xH100 GPUs to reintroduce classifier-free guidance (CFG) sampling."
56
  "<br />This model is being <strong>actively trained</strong> on 3.5M samples across a wide distribution of photos, synthetic data, cinema, anime, and safe-for-work furry art."
57
  "<br />"
58
  "<br />&nbsp;The datasets been filtered for extremist and illegal content, but it is possible to produce toxic outputs. <strong>This model has not been safety-aligned or fine-tuned</strong>."
 
50
  ],
51
  outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
52
  examples=example_prompts,
53
+ title="FluxBooru 12B v0.3",
54
  description=(
55
+ "This is a Flux-based 12B parameter model, fully trained across 16xH100 GPUs to reintroduce classifier-free guidance (CFG) sampling and improve model creativity."
56
  "<br />This model is being <strong>actively trained</strong> on 3.5M samples across a wide distribution of photos, synthetic data, cinema, anime, and safe-for-work furry art."
57
  "<br />"
58
  "<br />&nbsp;The datasets been filtered for extremist and illegal content, but it is possible to produce toxic outputs. <strong>This model has not been safety-aligned or fine-tuned</strong>."