Upload 6 files
Browse filesFine-tuned weights.
- camera_proj.pt +3 -0
- config.json +53 -0
- diffusion_pytorch_model.safetensors +3 -0
- image_proj_model.pt +3 -0
- ip_adapter.pt +3 -0
- unet.pt +3 -0
camera_proj.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8522f69be0b995fcbcee73a208b4d3e4b6b6b9803f8fbef5c80a6dfcf68c552d
|
3 |
+
size 6647479
|
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "MultiViewControlNetModel",
|
3 |
+
"_diffusers_version": "0.25.1",
|
4 |
+
"_name_or_path": "/cpfs01/user/wangyitong/.cache/huggingface/hub/models--lzq49--mvcontrol-4v-normal/snapshots/379a2e50943d46dcf479c7b33dedb6fb6df74620",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"attention_head_dim": [
|
7 |
+
5,
|
8 |
+
10,
|
9 |
+
20,
|
10 |
+
20
|
11 |
+
],
|
12 |
+
"block_out_channels": [
|
13 |
+
320,
|
14 |
+
640,
|
15 |
+
1280,
|
16 |
+
1280
|
17 |
+
],
|
18 |
+
"class_embed_type": null,
|
19 |
+
"conditioning_channels": 3,
|
20 |
+
"conditioning_embedding_out_channels": [
|
21 |
+
16,
|
22 |
+
32,
|
23 |
+
96,
|
24 |
+
256
|
25 |
+
],
|
26 |
+
"controlnet_block_condition_type": "resnet",
|
27 |
+
"controlnet_conditioning_channel_order": "rgb",
|
28 |
+
"cross_attention_dim": 1024,
|
29 |
+
"down_block_types": [
|
30 |
+
"CrossAttnDownBlock2D",
|
31 |
+
"CrossAttnDownBlock2D",
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"DownBlock2D"
|
34 |
+
],
|
35 |
+
"downsample_padding": 1,
|
36 |
+
"flip_sin_to_cos": true,
|
37 |
+
"freq_shift": 0,
|
38 |
+
"global_pool_conditions": false,
|
39 |
+
"in_channels": 4,
|
40 |
+
"layers_per_block": 2,
|
41 |
+
"mid_block_scale_factor": 1,
|
42 |
+
"norm_eps": 1e-05,
|
43 |
+
"norm_num_groups": 32,
|
44 |
+
"num_attention_heads": null,
|
45 |
+
"num_class_embeds": null,
|
46 |
+
"num_views": 4,
|
47 |
+
"only_cross_attention": false,
|
48 |
+
"projection_class_embeddings_input_dim": null,
|
49 |
+
"resnet_time_scale_shift": "default",
|
50 |
+
"upcast_attention": true,
|
51 |
+
"use_linear_projection": true,
|
52 |
+
"version": "mvdream"
|
53 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db1264f7108066705846b8e7fbc5aed2b685e4ab67c81e843743ee21f1b64667
|
3 |
+
size 1466140640
|
image_proj_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9814df4c3a8088d498962fadb6b60120cb9318b967c890441e227cbbc65f1c1d
|
3 |
+
size 11816287
|
ip_adapter.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:545ac34a84687aab0f545ae211b91224a7e8dffe7c7b4593ebcf5a83631d0a9a
|
3 |
+
size 102247915
|
unet.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71039ec2948472519647225811093fa32756e30273fbe8222cb78f5e98d55be3
|
3 |
+
size 3845142795
|