Text-to-Image
Diffusers
Safetensors
PixArtAlphaPipeline
Pixart-α
yujincheng08 commited on
Commit
f7be25f
1 Parent(s): 8ecef0c

Add badges

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -9,6 +9,14 @@ tags:
9
  <img src="asset/logo.png" height=120>
10
  </p>
11
 
 
 
 
 
 
 
 
 
12
  # 🐱 Pixart-α Model Card
13
  ![row01](asset/images/teaser.png)
14
 
@@ -65,14 +73,14 @@ The Pixart-α base model performs comparable or even better than the existing st
65
 
66
  ### 🧨 Diffusers
67
 
68
- Make sure to upgrade diffusers to >= 0.19.0:
69
  ```
70
- pip install diffusers --upgrade
71
  ```
72
 
73
- In addition make sure to install `transformers`, `safetensors`, `accelerate` as well as the invisible watermark:
74
  ```
75
- pip install invisible_watermark transformers accelerate safetensors
76
  ```
77
 
78
  To just use the base model, you can run:
@@ -131,6 +139,7 @@ The model was not trained to be factual or true representations of people or eve
131
 
132
  ### Limitations
133
 
 
134
  - The model does not achieve perfect photorealism
135
  - The model cannot render legible text
136
  - The model struggles with more difficult tasks which involve compositionality, such as rendering an image corresponding to “A red cube on top of a blue sphere”
 
9
  <img src="asset/logo.png" height=120>
10
  </p>
11
 
12
+ <div style="display:flex;">
13
+ <a href="https://huggingface.co/spaces/PixArt-alpha/PixArt-alpha"><img src="https://img.shields.io/static/v1?label=Demo&message=Huggingface%20Gradio&color=orange"></a> &ensp;
14
+ <a href="https://pixart-alpha.github.io/"><img src="https://img.shields.io/static/v1?label=Project&message=Github&color=blue"></a> &ensp;
15
+ <a href="https://arxiv.org/abs/2310.00426"><img src="https://img.shields.io/badge/arXiv-2310.00426-b31b1b.svg?style=flat-square"></a> &ensp;
16
+ <a href="[default.asp](https://huggingface.co/spaces/PixArt-alpha/PixArt-alpha)"><img src="https://img.shields.io/static/v1?label=Demo&message=Huggingface%20Gradio&color=orange"></a> &ensp;
17
+
18
+ </div>
19
+
20
  # 🐱 Pixart-α Model Card
21
  ![row01](asset/images/teaser.png)
22
 
 
73
 
74
  ### 🧨 Diffusers
75
 
76
+ Make sure to upgrade diffusers to >= 0.22.0:
77
  ```
78
+ pip install -U diffusers --upgrade
79
  ```
80
 
81
+ In addition make sure to install `transformers`, `safetensors`, and `accelerate`:
82
  ```
83
+ pip install transformers accelerate safetensors
84
  ```
85
 
86
  To just use the base model, you can run:
 
139
 
140
  ### Limitations
141
 
142
+
143
  - The model does not achieve perfect photorealism
144
  - The model cannot render legible text
145
  - The model struggles with more difficult tasks which involve compositionality, such as rendering an image corresponding to “A red cube on top of a blue sphere”