nielsr HF Staff commited on
Commit
0a856dc
·
verified ·
1 Parent(s): e6b94cd

Improve model card with pipeline tag, library name, and links

Browse files

This PR improves the model card by:

- Adding the `pipeline_tag: unconditional-image-generation` for discoverability.
- Specifying the `library_name: diffusers`.
- Including links to the project page and the code repository for easy access to additional information.

Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,8 +1,23 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - GoodEnough/NiT-Preprocessed-ImageNet1K
 
 
 
5
  ---
6
 
7
- Paper:
8
- - arxiv.org/abs/2506.03131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  datasets:
3
  - GoodEnough/NiT-Preprocessed-ImageNet1K
4
+ license: mit
5
+ pipeline_tag: unconditional-image-generation
6
+ library_name: diffusers
7
  ---
8
 
9
+ # Native-Resolution Image Synthesis
10
+
11
+ The model was presented in the paper [Native-Resolution Image Synthesis](https://huggingface.co/papers/2506.03131).
12
+
13
+ # Paper abstract
14
+
15
+ We introduce native-resolution image synthesis, a novel generative modeling paradigm that enables the synthesis of images at arbitrary resolutions and aspect ratios. This approach overcomes the limitations of conventional fixed-resolution, square-image methods by natively handling variable-length visual tokens, a core challenge for traditional techniques. To this end, we introduce the Native-resolution diffusion Transformer (NiT), an architecture designed to explicitly model varying resolutions and aspect ratios within its denoising process. Free from the constraints of fixed formats, NiT learns intrinsic visual distributions from images spanning a broad range of resolutions and aspect ratios. Notably, a single NiT model simultaneously achieves the state-of-the-art performance on both ImageNet-256x256 and 512x512 benchmarks. Surprisingly, akin to the robust zero-shot capabilities seen in advanced large language models, NiT, trained solely on ImageNet, demonstrates excellent zero-shot generalization performance. It successfully generates high-fidelity images at previously unseen high resolutions (e.g., 1536 x 1536) and diverse aspect ratios (e.g., 16:9, 3:1, 4:3), as shown in Figure 1. These findings indicate the significant potential of native-resolution modeling as a bridge between visual generative modeling and advanced LLM methodologies.
16
+
17
+ # Project Page
18
+
19
+ https://wzdthu.github.io/NiT
20
+
21
+ # Code
22
+
23
+ https://github.com/WZDTHU/NiT