Yihong Luo commited on
Commit
2785fa8
·
verified ·
1 Parent(s): 0d53e65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,8 +1,9 @@
1
  # You Only Sample Once (YOSO)
2
 
3
- This algorithm was proposed in YOSO.
4
 
5
- This model is fine-tuning from PixArt, enabling one step inference to perform text-to-image generation.
 
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