yujincheng08
commited on
Commit
•
50f7021
1
Parent(s):
7082b00
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,8 @@ Source code is available at https://github.com/PixArt-alpha/PixArt-alpha.
|
|
33 |
|
34 |
- **Developed by:** Pixart-α
|
35 |
- **Model type:** Diffusion-Transformer-based text-to-image generative model
|
36 |
-
- **
|
|
|
37 |
- **Model Description:** This is a model that can be used to generate and modify images based on text prompts.
|
38 |
It is a [Transformer Latent Diffusion Model](https://arxiv.org/abs/2310.00426) that uses one fixed, pretrained text encoders ([T5](
|
39 |
https://huggingface.co/DeepFloyd/t5-v1_1-xxl))
|
@@ -80,7 +81,7 @@ Make sure to upgrade diffusers to >= 0.22.0:
|
|
80 |
pip install -U diffusers --upgrade
|
81 |
```
|
82 |
|
83 |
-
In addition make sure to install `transformers`, `safetensors`, and `accelerate`:
|
84 |
```
|
85 |
pip install transformers accelerate safetensors
|
86 |
```
|
|
|
33 |
|
34 |
- **Developed by:** Pixart-α
|
35 |
- **Model type:** Diffusion-Transformer-based text-to-image generative model
|
36 |
+
- **
|
37 |
+
License:** [CreativeML Open RAIL++-M License](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md)
|
38 |
- **Model Description:** This is a model that can be used to generate and modify images based on text prompts.
|
39 |
It is a [Transformer Latent Diffusion Model](https://arxiv.org/abs/2310.00426) that uses one fixed, pretrained text encoders ([T5](
|
40 |
https://huggingface.co/DeepFloyd/t5-v1_1-xxl))
|
|
|
81 |
pip install -U diffusers --upgrade
|
82 |
```
|
83 |
|
84 |
+
In addition make sure to install `transformers`, `safetensors`, `sentencepiece`, and `accelerate`:
|
85 |
```
|
86 |
pip install transformers accelerate safetensors
|
87 |
```
|