Add library name and link to code

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,22 +1,25 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - imagenet-1k
5
  language:
6
  - en
 
7
  pipeline_tag: unconditional-image-generation
8
  tags:
9
  - art
 
10
  ---
11
 
12
  # TerDiT
13
 
14
  This repository contains the trained model for the paper "TerDiT: Ternary Diffusion Models with Transformers"
15
 
 
 
16
  256x256 4.2B model: [TerDiT-4.2B](https://huggingface.co/lucky-lance/TerDiT/tree/main/3B_1180000)
17
 
18
  256x256 600M model: [TerDiT-600M](https://huggingface.co/lucky-lance/TerDiT/tree/main/600M_1750000)
19
 
20
  512x512 4.2B model: [TerDiT-4.2B](https://huggingface.co/lucky-lance/TerDiT/tree/main/3B_512_1900000)
21
 
22
- The codebase is extended from [Large-DiT-ImageNet](https://github.com/Alpha-VLLM/LLaMA2-Accessory/tree/main/Large-DiT-ImageNet) and highly motivated by [Lumina-T2X](https://github.com/Alpha-VLLM/Lumina-T2X). Thanks for their awesome work!
 
1
  ---
 
2
  datasets:
3
  - imagenet-1k
4
  language:
5
  - en
6
+ license: mit
7
  pipeline_tag: unconditional-image-generation
8
  tags:
9
  - art
10
+ library_name: diffusers
11
  ---
12
 
13
  # TerDiT
14
 
15
  This repository contains the trained model for the paper "TerDiT: Ternary Diffusion Models with Transformers"
16
 
17
+ Code: https://github.com/Lucky-Lance/TerDiT
18
+
19
  256x256 4.2B model: [TerDiT-4.2B](https://huggingface.co/lucky-lance/TerDiT/tree/main/3B_1180000)
20
 
21
  256x256 600M model: [TerDiT-600M](https://huggingface.co/lucky-lance/TerDiT/tree/main/600M_1750000)
22
 
23
  512x512 4.2B model: [TerDiT-4.2B](https://huggingface.co/lucky-lance/TerDiT/tree/main/3B_512_1900000)
24
 
25
+ The codebase is extended from [Large-DiT-ImageNet](https://github.com/Alpha-VLLM/LLaMA2-Accessory/tree/main/Large-DiT-ImageNet) and highly motivated by [Lumina-T2X](https://github.com/Alpha-VLLM/Lumina-T2X). Thanks for their awesome work!