yongshengy commited on
Commit
3c41af3
·
verified ·
1 Parent(s): bd64f83

Fix logo URL: use raw GitHub URL for proper rendering

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: unconditional-image-generation
14
  ---
15
 
16
  <p align="center">
17
- <img src="https://github.com/NVlabs/PixelDiT/blob/master/assets/pixeldit-logo.png" height="120" />
18
  </p>
19
 
20
  <h2 align="center">PixelDiT: Pixel Diffusion Transformers for Image Generation</h2>
 
14
  ---
15
 
16
  <p align="center">
17
+ <img src="https://raw.githubusercontent.com/NVlabs/PixelDiT/master/assets/pixeldit-logo.png" height="120" />
18
  </p>
19
 
20
  <h2 align="center">PixelDiT: Pixel Diffusion Transformers for Image Generation</h2>