Yihong Luo commited on
Commit
49b40f7
1 Parent(s): 8689b54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,8 +4,8 @@ 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
- 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 PixArt-1024 (Eq(17) in the paper) as follows:
8
-
9
 
10
  ## usage
11
  ```python
 
4
 
5
  This model is fine-tuning from PixArt, enabling one-step inference to perform text-to-image generation.
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 PixArt-1024 (Eq(15) in the paper) as follows:
8
+ ![Construction](construction.jpg)
9
 
10
  ## usage
11
  ```python