GreeneryScenery
commited on
Commit
•
dbea8f9
1
Parent(s):
05da47b
End of training
Browse files- checkpoint-21000/controlnet/config.json +48 -0
- checkpoint-21000/controlnet/diffusion_pytorch_model.bin +3 -0
- checkpoint-21000/optimizer.bin +3 -0
- checkpoint-21000/random_states_0.pkl +3 -0
- checkpoint-21000/scheduler.bin +3 -0
- checkpoint-24000/controlnet/config.json +48 -0
- checkpoint-24000/controlnet/diffusion_pytorch_model.bin +3 -0
- checkpoint-24000/optimizer.bin +3 -0
- checkpoint-24000/random_states_0.pkl +3 -0
- checkpoint-24000/scheduler.bin +3 -0
- checkpoint-27000/controlnet/config.json +48 -0
- checkpoint-27000/controlnet/diffusion_pytorch_model.bin +3 -0
- checkpoint-27000/optimizer.bin +3 -0
- checkpoint-27000/random_states_0.pkl +3 -0
- checkpoint-27000/scheduler.bin +3 -0
- checkpoint-30000/controlnet/config.json +48 -0
- checkpoint-30000/controlnet/diffusion_pytorch_model.bin +3 -0
- checkpoint-30000/optimizer.bin +3 -0
- checkpoint-30000/random_states_0.pkl +3 -0
- checkpoint-30000/scheduler.bin +3 -0
- checkpoint-33000/controlnet/config.json +48 -0
- checkpoint-33000/controlnet/diffusion_pytorch_model.bin +3 -0
- checkpoint-33000/optimizer.bin +3 -0
- checkpoint-33000/random_states_0.pkl +3 -0
- checkpoint-33000/scheduler.bin +3 -0
- checkpoint-36000/controlnet/config.json +48 -0
- checkpoint-36000/controlnet/diffusion_pytorch_model.bin +3 -0
- checkpoint-36000/optimizer.bin +3 -0
- checkpoint-36000/random_states_0.pkl +3 -0
- checkpoint-36000/scheduler.bin +3 -0
- diffusion_pytorch_model.bin +1 -1
checkpoint-21000/controlnet/config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000",
|
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_embedding_out_channels": [
|
20 |
+
16,
|
21 |
+
32,
|
22 |
+
96,
|
23 |
+
256
|
24 |
+
],
|
25 |
+
"controlnet_conditioning_channel_order": "rgb",
|
26 |
+
"cross_attention_dim": 1024,
|
27 |
+
"down_block_types": [
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"CrossAttnDownBlock2D",
|
31 |
+
"DownBlock2D"
|
32 |
+
],
|
33 |
+
"downsample_padding": 1,
|
34 |
+
"flip_sin_to_cos": true,
|
35 |
+
"freq_shift": 0,
|
36 |
+
"global_pool_conditions": false,
|
37 |
+
"in_channels": 4,
|
38 |
+
"layers_per_block": 2,
|
39 |
+
"mid_block_scale_factor": 1,
|
40 |
+
"norm_eps": 1e-05,
|
41 |
+
"norm_num_groups": 32,
|
42 |
+
"num_class_embeds": null,
|
43 |
+
"only_cross_attention": false,
|
44 |
+
"projection_class_embeddings_input_dim": null,
|
45 |
+
"resnet_time_scale_shift": "default",
|
46 |
+
"upcast_attention": false,
|
47 |
+
"use_linear_projection": true
|
48 |
+
}
|
checkpoint-21000/controlnet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d091cc35bfe84e082df40118020cd982fae52a9e558b9c9b6fecdbbc03efb29
|
3 |
+
size 1457056057
|
checkpoint-21000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1c869b29dbbb876ec4184bd791d186201a6996f697ea6f4186cb7edc1645d72
|
3 |
+
size 2914110745
|
checkpoint-21000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dec038dc3f5e7b3bfcbfc6ef886e5e4223234cab59bb8718d8b478ef80384c34
|
3 |
+
size 14727
|
checkpoint-21000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:676744cbcd464a7d339bd230b8490c79c4c898181b3b2c865ea6eaebe77d9dfb
|
3 |
+
size 563
|
checkpoint-24000/controlnet/config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000",
|
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_embedding_out_channels": [
|
20 |
+
16,
|
21 |
+
32,
|
22 |
+
96,
|
23 |
+
256
|
24 |
+
],
|
25 |
+
"controlnet_conditioning_channel_order": "rgb",
|
26 |
+
"cross_attention_dim": 1024,
|
27 |
+
"down_block_types": [
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"CrossAttnDownBlock2D",
|
31 |
+
"DownBlock2D"
|
32 |
+
],
|
33 |
+
"downsample_padding": 1,
|
34 |
+
"flip_sin_to_cos": true,
|
35 |
+
"freq_shift": 0,
|
36 |
+
"global_pool_conditions": false,
|
37 |
+
"in_channels": 4,
|
38 |
+
"layers_per_block": 2,
|
39 |
+
"mid_block_scale_factor": 1,
|
40 |
+
"norm_eps": 1e-05,
|
41 |
+
"norm_num_groups": 32,
|
42 |
+
"num_class_embeds": null,
|
43 |
+
"only_cross_attention": false,
|
44 |
+
"projection_class_embeddings_input_dim": null,
|
45 |
+
"resnet_time_scale_shift": "default",
|
46 |
+
"upcast_attention": false,
|
47 |
+
"use_linear_projection": true
|
48 |
+
}
|
checkpoint-24000/controlnet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:309f8afc79ef2fb0aa17dbfd1b34cce4730060be7cac2128b0fd8cf80bafaf66
|
3 |
+
size 1457056057
|
checkpoint-24000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c315703a810502fa208578c491ea7d3ab653b6d1de0ab1041d7b529d274d5c5
|
3 |
+
size 2914110745
|
checkpoint-24000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6c2e146afbf2e844b1565771662894656fc0e129e1f22e2defdcce6229c86c5
|
3 |
+
size 14727
|
checkpoint-24000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b12321afed3e0c006dc10f3f0bc74e582be992ddd7d040f9703e518b7481f6ff
|
3 |
+
size 563
|
checkpoint-27000/controlnet/config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000",
|
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_embedding_out_channels": [
|
20 |
+
16,
|
21 |
+
32,
|
22 |
+
96,
|
23 |
+
256
|
24 |
+
],
|
25 |
+
"controlnet_conditioning_channel_order": "rgb",
|
26 |
+
"cross_attention_dim": 1024,
|
27 |
+
"down_block_types": [
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"CrossAttnDownBlock2D",
|
31 |
+
"DownBlock2D"
|
32 |
+
],
|
33 |
+
"downsample_padding": 1,
|
34 |
+
"flip_sin_to_cos": true,
|
35 |
+
"freq_shift": 0,
|
36 |
+
"global_pool_conditions": false,
|
37 |
+
"in_channels": 4,
|
38 |
+
"layers_per_block": 2,
|
39 |
+
"mid_block_scale_factor": 1,
|
40 |
+
"norm_eps": 1e-05,
|
41 |
+
"norm_num_groups": 32,
|
42 |
+
"num_class_embeds": null,
|
43 |
+
"only_cross_attention": false,
|
44 |
+
"projection_class_embeddings_input_dim": null,
|
45 |
+
"resnet_time_scale_shift": "default",
|
46 |
+
"upcast_attention": false,
|
47 |
+
"use_linear_projection": true
|
48 |
+
}
|
checkpoint-27000/controlnet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1686a61a80119b7c918e6fe52ac27df7f5fb8573c3bb801d2a2825b92db229b
|
3 |
+
size 1457056057
|
checkpoint-27000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:903ec90d217765de5f3bc4a5ef20bf625e2218e4cbf465caeb417d95abf3f019
|
3 |
+
size 2914110745
|
checkpoint-27000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ae62b7bfcd34734b436bf095023f3753664e0accff32c445980b28578c1c365
|
3 |
+
size 14663
|
checkpoint-27000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d1f7122b1c04c57f05176ab21f38342542df6b5fb287a7efdcf629d8fc8d50e
|
3 |
+
size 563
|
checkpoint-30000/controlnet/config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000",
|
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_embedding_out_channels": [
|
20 |
+
16,
|
21 |
+
32,
|
22 |
+
96,
|
23 |
+
256
|
24 |
+
],
|
25 |
+
"controlnet_conditioning_channel_order": "rgb",
|
26 |
+
"cross_attention_dim": 1024,
|
27 |
+
"down_block_types": [
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"CrossAttnDownBlock2D",
|
31 |
+
"DownBlock2D"
|
32 |
+
],
|
33 |
+
"downsample_padding": 1,
|
34 |
+
"flip_sin_to_cos": true,
|
35 |
+
"freq_shift": 0,
|
36 |
+
"global_pool_conditions": false,
|
37 |
+
"in_channels": 4,
|
38 |
+
"layers_per_block": 2,
|
39 |
+
"mid_block_scale_factor": 1,
|
40 |
+
"norm_eps": 1e-05,
|
41 |
+
"norm_num_groups": 32,
|
42 |
+
"num_class_embeds": null,
|
43 |
+
"only_cross_attention": false,
|
44 |
+
"projection_class_embeddings_input_dim": null,
|
45 |
+
"resnet_time_scale_shift": "default",
|
46 |
+
"upcast_attention": false,
|
47 |
+
"use_linear_projection": true
|
48 |
+
}
|
checkpoint-30000/controlnet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a8199cf7f95b1d2f1cfa396d2d47f529f31d9798f3d83e8ac9cf3f4e3f1a660
|
3 |
+
size 1457056057
|
checkpoint-30000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9726bdc87a4b94c6c78982eaaa162bf5d48e4e13f09a4b77f004825751e708bd
|
3 |
+
size 2914110745
|
checkpoint-30000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a831bbeb50dc55d53f5c6dd5f9b535c5898e3d307f73e653225f90dd288e4fb6
|
3 |
+
size 14663
|
checkpoint-30000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dc1d4cbf121c50087331ed14c0dfb0bccfe3c1f4304c5e4fb4693c3f67a089d
|
3 |
+
size 563
|
checkpoint-33000/controlnet/config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000",
|
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_embedding_out_channels": [
|
20 |
+
16,
|
21 |
+
32,
|
22 |
+
96,
|
23 |
+
256
|
24 |
+
],
|
25 |
+
"controlnet_conditioning_channel_order": "rgb",
|
26 |
+
"cross_attention_dim": 1024,
|
27 |
+
"down_block_types": [
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"CrossAttnDownBlock2D",
|
31 |
+
"DownBlock2D"
|
32 |
+
],
|
33 |
+
"downsample_padding": 1,
|
34 |
+
"flip_sin_to_cos": true,
|
35 |
+
"freq_shift": 0,
|
36 |
+
"global_pool_conditions": false,
|
37 |
+
"in_channels": 4,
|
38 |
+
"layers_per_block": 2,
|
39 |
+
"mid_block_scale_factor": 1,
|
40 |
+
"norm_eps": 1e-05,
|
41 |
+
"norm_num_groups": 32,
|
42 |
+
"num_class_embeds": null,
|
43 |
+
"only_cross_attention": false,
|
44 |
+
"projection_class_embeddings_input_dim": null,
|
45 |
+
"resnet_time_scale_shift": "default",
|
46 |
+
"upcast_attention": false,
|
47 |
+
"use_linear_projection": true
|
48 |
+
}
|
checkpoint-33000/controlnet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33d56a5f3189def27108bcf505da1d5fdc624a2fb5ac254578286de12b02d222
|
3 |
+
size 1457056057
|
checkpoint-33000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1932e4a6a3a278f7cae5d60f57f73cfc3d7e81f7b63a71e2a4ca70afca9df3c
|
3 |
+
size 2914110745
|
checkpoint-33000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11c3fb5587c8874eadd2e735230d8183a589ea3b438f09eb3007dbd2315092c2
|
3 |
+
size 14727
|
checkpoint-33000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba98e0fedc12c2e8b686480e2c300b17cbd44bdabce3b89e08dd7502a81712c5
|
3 |
+
size 563
|
checkpoint-36000/controlnet/config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000",
|
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_embedding_out_channels": [
|
20 |
+
16,
|
21 |
+
32,
|
22 |
+
96,
|
23 |
+
256
|
24 |
+
],
|
25 |
+
"controlnet_conditioning_channel_order": "rgb",
|
26 |
+
"cross_attention_dim": 1024,
|
27 |
+
"down_block_types": [
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"CrossAttnDownBlock2D",
|
31 |
+
"DownBlock2D"
|
32 |
+
],
|
33 |
+
"downsample_padding": 1,
|
34 |
+
"flip_sin_to_cos": true,
|
35 |
+
"freq_shift": 0,
|
36 |
+
"global_pool_conditions": false,
|
37 |
+
"in_channels": 4,
|
38 |
+
"layers_per_block": 2,
|
39 |
+
"mid_block_scale_factor": 1,
|
40 |
+
"norm_eps": 1e-05,
|
41 |
+
"norm_num_groups": 32,
|
42 |
+
"num_class_embeds": null,
|
43 |
+
"only_cross_attention": false,
|
44 |
+
"projection_class_embeddings_input_dim": null,
|
45 |
+
"resnet_time_scale_shift": "default",
|
46 |
+
"upcast_attention": false,
|
47 |
+
"use_linear_projection": true
|
48 |
+
}
|
checkpoint-36000/controlnet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3192962147bd1ece60f7fb4949d2e7c6529d6eb2a90457f162c76ced0d42ac0a
|
3 |
+
size 1457056057
|
checkpoint-36000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f465318ab31fffa21550b04cba54cf9805b7e0aa34bf4c30e09f0d37d30d947
|
3 |
+
size 2914110745
|
checkpoint-36000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a35a8d4c6f11a39b952f685e16d2c2d00ff64ce4f279c3b3b8d908d0de76df3
|
3 |
+
size 14727
|
checkpoint-36000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78be0278ba019b0cde11e6eacc9212d400de983c2b3e2dae8bb03b8f7fab4395
|
3 |
+
size 563
|
diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1457056057
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6026a137638e2f3a76ff6f080ca41957d7e64e72890495f3c27506058af6f81
|
3 |
size 1457056057
|