PseudoTerminal X commited on
Commit
fd948c1
·
verified ·
1 Parent(s): 12d2706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
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="This is a 900M parameter model expanded from PixArt Sigma 1024px (600M) by adding 14 layers to deepen the transformer. It is being actively trained on 3.5M samples across a wide distribution of photos, synthetic data, cinema, anime, and safe-for-work furry art. The datasets been filtered for extremist and illegal content, but it is possible to produce toxic outputs. Be mindful when using this demo space that you do not inadvertently share images without adequate preparation and informing the users that these images are AI generated.<br /><br />This model is being trained with support from Fal.ai's grant program. See https://fal.ai/grants for more information."
 
 
 
 
 
 
 
 
 
 
 
 
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 />&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>."
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()