Yihong Luo
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
# You Only Sample Once (YOSO)
|
2 |
|
3 |
-
This algorithm was proposed in
|
4 |
|
5 |
-
This model is fine-tuning from
|
|
|
6 |
|
7 |
## usage
|
8 |
```python
|
|
|
1 |
# You Only Sample Once (YOSO)
|
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 |
## usage
|
9 |
```python
|