Yihong Luo
commited on
Commit
•
3d4d2de
1
Parent(s):
c3fe6bf
Update README.md
Browse files
README.md
CHANGED
@@ -2,12 +2,14 @@
|
|
2 |
|
3 |
This algorithm was proposed in You Only Sample Once: Taming One-Step Text-To-Image Synthesis by Self-Cooperative Diffusion GANs.
|
4 |
|
5 |
-
This model is fine-tuning from
|
|
|
6 |
|
7 |
-
We wanna highlight that the YOSO-PixArt was originally trained on 512 resolution. However we found that we can construct a YOSO that enables generating samples with 1024 resolution by merging with
|
|
|
|
|
8 |
![Construction](construction.jpg)
|
9 |
The impressive performance indicates the robust generalization ability of our YOSO.
|
10 |
-
|
11 |
## usage
|
12 |
```python
|
13 |
import torch
|
|
|
2 |
|
3 |
This algorithm was proposed in You Only Sample Once: Taming One-Step Text-To-Image Synthesis by Self-Cooperative Diffusion GANs.
|
4 |
|
5 |
+
This model is fine-tuning from [
|
6 |
+
PixArt-XL-2-512x512](https://huggingface.co/PixArt-alpha/PixArt-XL-2-512x512), enabling one-step inference to perform text-to-image generation.
|
7 |
|
8 |
+
We wanna highlight that the YOSO-PixArt was originally trained on 512 resolution. However, we found that we can construct a YOSO that enables generating samples with 1024 resolution by merging with [
|
9 |
+
PixArt-XL-2-1024-MS](https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
|
10 |
+
) (Eq(15) in the paper) as follows:
|
11 |
![Construction](construction.jpg)
|
12 |
The impressive performance indicates the robust generalization ability of our YOSO.
|
|
|
13 |
## usage
|
14 |
```python
|
15 |
import torch
|