Add model card
#1
by
nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-to-image
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Reflect-DiT: Inference-Time Scaling for Text-to-Image Diffusion Transformers via In-Context Reflection
|
| 6 |
+
|
| 7 |
+
This repository contains the weights for the Reflect-DiT model described in [Reflect-DiT: Inference-Time Scaling for Text-to-Image Diffusion Transformers via In-Context Reflection](https://arxiv.org/abs/2503.12271).
|
| 8 |
+
|
| 9 |
+
For code, please see the Github repo: https://github.com/NVlabs/Sana
|