Lucky-Lance commited on
Commit
f3d3590
1 Parent(s): 69b05d3

update 512x512 imagenet

Browse files
3B_512_1900000/consolidated_ema_ternary.00-of-01.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e066d36563fb552d791454211cf1cd0bbc0da9e9e4abb683898e2c29be28d159
3
+ size 1099456738
3B_512_1900000/model_args.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3078153d1923da994716058c4b4eed1c21e8ecfe8a6845d0a37c060dd77cc68e
3
+ size 885
README.md CHANGED
@@ -13,8 +13,10 @@ tags:
13
 
14
  This repository contains the trained model for the paper "TerDiT: Ternary Diffusion Models with Transformers"
15
 
16
- 4.2B model: [TerDiT-4.2B](https://huggingface.co/lucky-lance/TerDiT/tree/main/3B_1180000)
17
 
18
- 600M model: [TerDiT-600M](https://huggingface.co/lucky-lance/TerDiT/tree/main/600M_1750000)
19
 
20
- 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!
 
 
 
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!