Spaces:
Running
on
Zero
Running
on
Zero
PseudoTerminal X
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -49,5 +49,17 @@ iface = gr.Interface(
|
|
49 |
outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
|
50 |
examples=example_prompts,
|
51 |
title="PixArt 900M",
|
52 |
-
description=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
).launch()
|
|
|
49 |
outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
|
50 |
examples=example_prompts,
|
51 |
title="PixArt 900M",
|
52 |
+
description=(
|
53 |
+
"This is a 900M parameter model expanded from PixArt Sigma 1024px (600M) by adding 14 layers to deepen the transformer."
|
54 |
+
"<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."
|
55 |
+
"<br />"
|
56 |
+
"<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>."
|
57 |
+
" You may receive non-aesthetic results, or prompts might be partially or wholly ignored."
|
58 |
+
"<br />Although celebrity names and artist styles haven't been scrubbed from the datasets, the low volume of these samples in the training set result in a lack of representation for public figures."
|
59 |
+
"<br />"
|
60 |
+
"<br />Be mindful when using this demo space that you do not inadvertently share images without adequate preparation and informing the receivers that these images are AI generated."
|
61 |
+
"<br />"
|
62 |
+
"<br />This model is being trained by <strong>Terminus Research Group</strong> with support from <a href='https://fal.ai'>Fal.ai</a>."
|
63 |
+
" See https://fal.ai/grants for more information on how Fal.ai can help your team."
|
64 |
+
)
|
65 |
).launch()
|