Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 /> 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 /> 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>."
|