BiliSakura commited on
Commit
754877d
·
verified ·
1 Parent(s): 9c900f4

Update all files for BitDance-ImageNet-diffusers

Browse files
BitDance_H_1x/transformer/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "BitDanceImageNetTransformer",
3
+ "_diffusers_version": "0.36.0",
4
+ "architecture": "BitDance-H",
5
+ "parallel_num": 1,
6
+ "resolution": 256,
7
+ "down_size": 16,
8
+ "latent_dim": 32,
9
+ "num_classes": 1000,
10
+ "source_checkpoint": "/data/projects/BitDance/models/shallowdream204/BitDance-ImageNet/BitDance_H_1x.pt",
11
+ "source_key": "ema",
12
+ "runtime_impl": "model.py",
13
+ "parallel_mode": "standard",
14
+ "time_schedule": "logit_normal",
15
+ "time_shift": 1.0,
16
+ "p_std": 1.0,
17
+ "p_mean": 0.0
18
+ }