yujincheng08
commited on
Commit
•
b8b78cf
1
Parent(s):
f7be25f
Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ tags:
|
|
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=
|
14 |
<a href="https://pixart-alpha.github.io/"><img src="https://img.shields.io/static/v1?label=Project&message=Github&color=blue"></a>  
|
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>  
|
16 |
-
<a href="
|
17 |
|
18 |
</div>
|
19 |
|
@@ -85,6 +85,7 @@ pip install transformers accelerate safetensors
|
|
85 |
|
86 |
To just use the base model, you can run:
|
87 |
|
|
|
88 |
```py
|
89 |
from diffusers import PixArtAlphaPipeline
|
90 |
import torch
|
|
|
9 |
<img src="asset/logo.png" height=120>
|
10 |
</p>
|
11 |
|
12 |
+
<div style="display:flex;justify-content: center">
|
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=yellow"></a>  
|
14 |
<a href="https://pixart-alpha.github.io/"><img src="https://img.shields.io/static/v1?label=Project&message=Github&color=blue"></a>  
|
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>  
|
16 |
+
<a href="https://colab.research.google.com/drive/1jZ5UZXk7tcpTfVwnX33dDuefNMcnW9ME?usp=sharing"><img src="https://img.shields.io/badge/Google-Free%20Colab-orange.svg?logo=google"></a>  
|
17 |
|
18 |
</div>
|
19 |
|
|
|
85 |
|
86 |
To just use the base model, you can run:
|
87 |
|
88 |
+
|
89 |
```py
|
90 |
from diffusers import PixArtAlphaPipeline
|
91 |
import torch
|