upload model
Browse files- config.json +55 -0
- diffusion_pytorch_model.bin +3 -0
- sample_input_depth.png +0 -0
- sample_input_keypose.png +0 -0
- sample_output.png +0 -0
config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "MultiAdapter",
|
3 |
+
"_diffusers_version": "0.15.0.dev0",
|
4 |
+
"adapter_weights": [
|
5 |
+
0.8,
|
6 |
+
0.8
|
7 |
+
],
|
8 |
+
"adapters_kwargs": [
|
9 |
+
{
|
10 |
+
"block_mid_channels": null,
|
11 |
+
"block_out_channels": [
|
12 |
+
320,
|
13 |
+
640,
|
14 |
+
1280,
|
15 |
+
1280
|
16 |
+
],
|
17 |
+
"channels_in": 192,
|
18 |
+
"input_scale_factor": 8,
|
19 |
+
"kerenl_size": 1,
|
20 |
+
"num_res_blocks": 2,
|
21 |
+
"proj_kerenl_size": 1,
|
22 |
+
"res_block_skip": true,
|
23 |
+
"target_layers": [
|
24 |
+
"down_blocks.0.attentions.1",
|
25 |
+
"down_blocks.1.attentions.1",
|
26 |
+
"down_blocks.2.attentions.1",
|
27 |
+
"down_blocks.3.resnets.1"
|
28 |
+
],
|
29 |
+
"use_conv": false
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"block_mid_channels": null,
|
33 |
+
"block_out_channels": [
|
34 |
+
320,
|
35 |
+
640,
|
36 |
+
1280,
|
37 |
+
1280
|
38 |
+
],
|
39 |
+
"channels_in": 192,
|
40 |
+
"input_scale_factor": 8,
|
41 |
+
"kerenl_size": 1,
|
42 |
+
"num_res_blocks": 2,
|
43 |
+
"proj_kerenl_size": 1,
|
44 |
+
"res_block_skip": true,
|
45 |
+
"target_layers": [
|
46 |
+
"down_blocks.0.attentions.1",
|
47 |
+
"down_blocks.1.attentions.1",
|
48 |
+
"down_blocks.2.attentions.1",
|
49 |
+
"down_blocks.3.resnets.1"
|
50 |
+
],
|
51 |
+
"use_conv": false
|
52 |
+
}
|
53 |
+
],
|
54 |
+
"num_adapter": 2
|
55 |
+
}
|
diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5926fdb63df20463d5ec2f77177d6925e15bcfd4b0a245d7f3fd49e5c107c59b
|
3 |
+
size 618983726
|
sample_input_depth.png
ADDED
sample_input_keypose.png
ADDED
sample_output.png
ADDED