Upload 4 files
Browse filesAdd multi-condition control for i2vgenxl
i2vgenxl_multi_control_adapter/config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetAdapter",
|
3 |
+
"_diffusers_version": "0.26.3",
|
4 |
+
"adapter_type": "spatial_temporal_resnet_transformer",
|
5 |
+
"add_adapter_location_A": true,
|
6 |
+
"add_adapter_location_B": true,
|
7 |
+
"add_adapter_location_C": true,
|
8 |
+
"add_adapter_location_D": true,
|
9 |
+
"add_adapter_location_M": true,
|
10 |
+
"add_spatial_resnet": true,
|
11 |
+
"add_spatial_transformer": true,
|
12 |
+
"add_temporal_resnet": true,
|
13 |
+
"add_temporal_transformer": true,
|
14 |
+
"backbone_model_name": "i2vgenxl",
|
15 |
+
"cross_attention_dim": 1024,
|
16 |
+
"num_adapters_per_location": 2,
|
17 |
+
"num_blocks": 1,
|
18 |
+
"num_frames": 16
|
19 |
+
}
|
i2vgenxl_multi_control_adapter/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9bce770cdcec24895f828a690501f5fccaca2a03862feb733b77549b154ba93
|
3 |
+
size 1588311728
|
i2vgenxl_multi_control_router/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetRouter",
|
3 |
+
"_diffusers_version": "0.26.3",
|
4 |
+
"backbone_model_name": "i2vgenxl",
|
5 |
+
"embedding_dim": null,
|
6 |
+
"num_experts": 7,
|
7 |
+
"router_type": "simple_weights"
|
8 |
+
}
|
i2vgenxl_multi_control_router/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e658e4893cb5a1707ccceb14b868adeb9e8c376a7154e7fd4d9179f46d9219c
|
3 |
+
size 1540
|