Image-to-Video
Diffusers
Safetensors
Video
WorldModels
Stream
Diffusion
KasenYoung commited on
Commit
f4581e3
·
verified ·
1 Parent(s): 180a8d9

Remove ar_action_tf

Browse files
HY15/Action2V/ar_action_tf/config.json DELETED
@@ -1,43 +0,0 @@
1
- {
2
- "patch_size": [
3
- 1,
4
- 1,
5
- 1
6
- ],
7
- "in_channels": 32,
8
- "concat_condition": true,
9
- "out_channels": 32,
10
- "hidden_size": 2048,
11
- "heads_num": 16,
12
- "mlp_width_ratio": 4,
13
- "mlp_act_type": "gelu_tanh",
14
- "mm_double_blocks_depth": 54,
15
- "mm_single_blocks_depth": 0,
16
- "rope_dim_list": [
17
- 16,
18
- 56,
19
- 56
20
- ],
21
- "qkv_bias": true,
22
- "qk_norm": true,
23
- "qk_norm_type": "rms",
24
- "guidance_embed": false,
25
- "use_meanflow": false,
26
- "text_projection": "single_refiner",
27
- "use_attention_mask": true,
28
- "text_states_dim": 3584,
29
- "text_states_dim_2": null,
30
- "text_pool_type": null,
31
- "rope_theta": 256,
32
- "attn_mode": "flash",
33
- "attn_param": null,
34
- "glyph_byT5_v2": true,
35
- "vision_projection": "linear",
36
- "vision_states_dim": 1152,
37
- "is_reshape_temporal_channels": false,
38
- "use_cond_type_embedding": true,
39
- "ideal_resolution": "480p",
40
- "ideal_task": "i2v",
41
- "_class_name": "ARHunyuanVideo_1_5_DiffusionTransformer",
42
- "_diffusers_version": "0.35.0"
43
- }