Luo-Yihong commited on
Commit
e8d7db1
1 Parent(s): 27feebe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -15,9 +15,7 @@ PixArt-XL-2-512x512](https://huggingface.co/PixArt-alpha/PixArt-XL-2-512x512), e
15
 
16
  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 [
17
  PixArt-XL-2-1024-MS](https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
18
- ) (Section 6.2.1 in the paper) as follows:
19
- ![Construction](construction.jpg)
20
- The impressive performance indicates the robust generalization ability of our YOSO.
21
  ## usage
22
  ```python
23
  import torch
 
15
 
16
  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 [
17
  PixArt-XL-2-1024-MS](https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
18
+ ) (Section 6.2.1 in the paper). The impressive performance indicates the robust generalization ability of our YOSO.
 
 
19
  ## usage
20
  ```python
21
  import torch