Fix logo URL: use raw GitHub URL for proper rendering
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ pipeline_tag: unconditional-image-generation
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<p align="center">
|
| 17 |
-
<img src="https://
|
| 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>
|