BiliSakura commited on
Commit
e9a68e6
·
verified ·
1 Parent(s): 4a044be

Update all files for BitDance-14B-16x-diffusers

Browse files
Files changed (1) hide show
  1. model_index.json +98 -0
model_index.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "BitDanceDiffusionPipeline",
3
+ "_diffusers_version": "0.36.0",
4
+ "autoencoder": [
5
+ "bitdance_diffusers.modeling_autoencoder",
6
+ "BitDanceAutoencoder"
7
+ ],
8
+ "diffusion_head": [
9
+ "bitdance_diffusers.modeling_diffusion_head",
10
+ "BitDanceDiffusionHead"
11
+ ],
12
+ "projector": [
13
+ "bitdance_diffusers.modeling_projector",
14
+ "BitDanceProjector"
15
+ ],
16
+ "supported_image_sizes": [
17
+ [
18
+ 2048,
19
+ 512
20
+ ],
21
+ [
22
+ 1920,
23
+ 512
24
+ ],
25
+ [
26
+ 1536,
27
+ 640
28
+ ],
29
+ [
30
+ 1280,
31
+ 768
32
+ ],
33
+ [
34
+ 1152,
35
+ 896
36
+ ],
37
+ [
38
+ 1024,
39
+ 1024
40
+ ],
41
+ [
42
+ 896,
43
+ 1152
44
+ ],
45
+ [
46
+ 768,
47
+ 1280
48
+ ],
49
+ [
50
+ 640,
51
+ 1536
52
+ ],
53
+ [
54
+ 512,
55
+ 1920
56
+ ],
57
+ [
58
+ 512,
59
+ 2048
60
+ ],
61
+ [
62
+ 1024,
63
+ 256
64
+ ],
65
+ [
66
+ 896,
67
+ 256
68
+ ],
69
+ [
70
+ 640,
71
+ 384
72
+ ],
73
+ [
74
+ 512,
75
+ 512
76
+ ],
77
+ [
78
+ 384,
79
+ 640
80
+ ],
81
+ [
82
+ 256,
83
+ 896
84
+ ],
85
+ [
86
+ 256,
87
+ 1024
88
+ ]
89
+ ],
90
+ "text_encoder": [
91
+ "transformers",
92
+ "Qwen3ForCausalLM"
93
+ ],
94
+ "tokenizer": [
95
+ "transformers",
96
+ "Qwen2TokenizerFast"
97
+ ]
98
+ }