End of training
Browse files- README.md +30 -0
- checkpoint-15000/controlnet/config.json +57 -0
- checkpoint-15000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-15000/optimizer.bin +3 -0
- checkpoint-15000/random_states_0.pkl +3 -0
- checkpoint-15000/scheduler.bin +3 -0
- checkpoint-20000/controlnet/config.json +57 -0
- checkpoint-20000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-20000/optimizer.bin +3 -0
- checkpoint-20000/random_states_0.pkl +3 -0
- checkpoint-20000/scheduler.bin +3 -0
- checkpoint-25000/controlnet/config.json +57 -0
- checkpoint-25000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-25000/optimizer.bin +3 -0
- checkpoint-25000/random_states_0.pkl +3 -0
- checkpoint-25000/scheduler.bin +3 -0
- config.json +57 -0
- diffusion_pytorch_model.safetensors +3 -0
- image_control.png +0 -0
- images_0.png +0 -0
- images_1.png +0 -0
- images_2.png +0 -0
- images_3.png +0 -0
- images_4.png +0 -0
- images_5.png +0 -0
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: stabilityai/stable-diffusion-2-1-base
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- controlnet
|
11 |
+
inference: true
|
12 |
+
---
|
13 |
+
|
14 |
+
# controlnet-Kornberg/controlnet_landsat_scheduler2
|
15 |
+
|
16 |
+
These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning.
|
17 |
+
You can find some example images below.
|
18 |
+
prompt: A satellite image of the earth. The weather is clear
|
19 |
+
![images_0)](./images_0.png)
|
20 |
+
prompt: A satellite image of the earth. The weather is cloudy and cold
|
21 |
+
![images_1)](./images_1.png)
|
22 |
+
prompt: A satellite image of the earth. The weather is slightly cloudy and very snowy
|
23 |
+
![images_2)](./images_2.png)
|
24 |
+
prompt: A satellite image of the earth. The weather is clear
|
25 |
+
![images_3)](./images_3.png)
|
26 |
+
prompt: A satellite image of the earth. The weather is slightly cloudy and cold
|
27 |
+
![images_4)](./images_4.png)
|
28 |
+
prompt: A satellite image of the earth. The weather is very cloudy and very snowy
|
29 |
+
![images_5)](./images_5.png)
|
30 |
+
|
checkpoint-15000/controlnet/config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.25.0.dev0",
|
4 |
+
"_name_or_path": "model_out/checkpoint-10000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": [
|
10 |
+
5,
|
11 |
+
10,
|
12 |
+
20,
|
13 |
+
20
|
14 |
+
],
|
15 |
+
"block_out_channels": [
|
16 |
+
320,
|
17 |
+
640,
|
18 |
+
1280,
|
19 |
+
1280
|
20 |
+
],
|
21 |
+
"class_embed_type": null,
|
22 |
+
"conditioning_channels": 3,
|
23 |
+
"conditioning_embedding_out_channels": [
|
24 |
+
16,
|
25 |
+
32,
|
26 |
+
96,
|
27 |
+
256
|
28 |
+
],
|
29 |
+
"controlnet_conditioning_channel_order": "rgb",
|
30 |
+
"cross_attention_dim": 1024,
|
31 |
+
"down_block_types": [
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"CrossAttnDownBlock2D",
|
34 |
+
"CrossAttnDownBlock2D",
|
35 |
+
"DownBlock2D"
|
36 |
+
],
|
37 |
+
"downsample_padding": 1,
|
38 |
+
"encoder_hid_dim": null,
|
39 |
+
"encoder_hid_dim_type": null,
|
40 |
+
"flip_sin_to_cos": true,
|
41 |
+
"freq_shift": 0,
|
42 |
+
"global_pool_conditions": false,
|
43 |
+
"in_channels": 4,
|
44 |
+
"layers_per_block": 2,
|
45 |
+
"mid_block_scale_factor": 1,
|
46 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
47 |
+
"norm_eps": 1e-05,
|
48 |
+
"norm_num_groups": 32,
|
49 |
+
"num_attention_heads": null,
|
50 |
+
"num_class_embeds": null,
|
51 |
+
"only_cross_attention": false,
|
52 |
+
"projection_class_embeddings_input_dim": null,
|
53 |
+
"resnet_time_scale_shift": "default",
|
54 |
+
"transformer_layers_per_block": 1,
|
55 |
+
"upcast_attention": false,
|
56 |
+
"use_linear_projection": true
|
57 |
+
}
|
checkpoint-15000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d80f5a15c5650d10e94aa2a54b36e051af7c64326ec252e409f22325c0869ce
|
3 |
+
size 1456953560
|
checkpoint-15000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bfb8794f96e44ffa633ff81634c4b9142baf2daf647786ec46da16c49bcf645
|
3 |
+
size 2914110681
|
checkpoint-15000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd18e92f781d5747f75a6871ce9d9e52867373368ba5ca5044fcbc6b4c17da4d
|
3 |
+
size 14663
|
checkpoint-15000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b123859f291e86d6d89f077dbf60ff858863edd902659351d38ad357a90def35
|
3 |
+
size 563
|
checkpoint-20000/controlnet/config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.25.0.dev0",
|
4 |
+
"_name_or_path": "model_out/checkpoint-10000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": [
|
10 |
+
5,
|
11 |
+
10,
|
12 |
+
20,
|
13 |
+
20
|
14 |
+
],
|
15 |
+
"block_out_channels": [
|
16 |
+
320,
|
17 |
+
640,
|
18 |
+
1280,
|
19 |
+
1280
|
20 |
+
],
|
21 |
+
"class_embed_type": null,
|
22 |
+
"conditioning_channels": 3,
|
23 |
+
"conditioning_embedding_out_channels": [
|
24 |
+
16,
|
25 |
+
32,
|
26 |
+
96,
|
27 |
+
256
|
28 |
+
],
|
29 |
+
"controlnet_conditioning_channel_order": "rgb",
|
30 |
+
"cross_attention_dim": 1024,
|
31 |
+
"down_block_types": [
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"CrossAttnDownBlock2D",
|
34 |
+
"CrossAttnDownBlock2D",
|
35 |
+
"DownBlock2D"
|
36 |
+
],
|
37 |
+
"downsample_padding": 1,
|
38 |
+
"encoder_hid_dim": null,
|
39 |
+
"encoder_hid_dim_type": null,
|
40 |
+
"flip_sin_to_cos": true,
|
41 |
+
"freq_shift": 0,
|
42 |
+
"global_pool_conditions": false,
|
43 |
+
"in_channels": 4,
|
44 |
+
"layers_per_block": 2,
|
45 |
+
"mid_block_scale_factor": 1,
|
46 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
47 |
+
"norm_eps": 1e-05,
|
48 |
+
"norm_num_groups": 32,
|
49 |
+
"num_attention_heads": null,
|
50 |
+
"num_class_embeds": null,
|
51 |
+
"only_cross_attention": false,
|
52 |
+
"projection_class_embeddings_input_dim": null,
|
53 |
+
"resnet_time_scale_shift": "default",
|
54 |
+
"transformer_layers_per_block": 1,
|
55 |
+
"upcast_attention": false,
|
56 |
+
"use_linear_projection": true
|
57 |
+
}
|
checkpoint-20000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ac86b2c3e8ea4f236a240a859dbe8bc0edc3fd96d7115c793cc2a8bf2a381a0
|
3 |
+
size 1456953560
|
checkpoint-20000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c33c4a3c4882c794a8ef6e9907d62421df83ce2f53741549b94c7f105e97020
|
3 |
+
size 2914110681
|
checkpoint-20000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a96c6ce33a781f937fd13cc553baa527d00837680fde1c66d9463f96bfe34ed
|
3 |
+
size 14663
|
checkpoint-20000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcc442330d30a23bf0f314c21c27e891dbe792957686db6f0469655f62cdb38e
|
3 |
+
size 563
|
checkpoint-25000/controlnet/config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.25.0.dev0",
|
4 |
+
"_name_or_path": "model_out/checkpoint-10000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": [
|
10 |
+
5,
|
11 |
+
10,
|
12 |
+
20,
|
13 |
+
20
|
14 |
+
],
|
15 |
+
"block_out_channels": [
|
16 |
+
320,
|
17 |
+
640,
|
18 |
+
1280,
|
19 |
+
1280
|
20 |
+
],
|
21 |
+
"class_embed_type": null,
|
22 |
+
"conditioning_channels": 3,
|
23 |
+
"conditioning_embedding_out_channels": [
|
24 |
+
16,
|
25 |
+
32,
|
26 |
+
96,
|
27 |
+
256
|
28 |
+
],
|
29 |
+
"controlnet_conditioning_channel_order": "rgb",
|
30 |
+
"cross_attention_dim": 1024,
|
31 |
+
"down_block_types": [
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"CrossAttnDownBlock2D",
|
34 |
+
"CrossAttnDownBlock2D",
|
35 |
+
"DownBlock2D"
|
36 |
+
],
|
37 |
+
"downsample_padding": 1,
|
38 |
+
"encoder_hid_dim": null,
|
39 |
+
"encoder_hid_dim_type": null,
|
40 |
+
"flip_sin_to_cos": true,
|
41 |
+
"freq_shift": 0,
|
42 |
+
"global_pool_conditions": false,
|
43 |
+
"in_channels": 4,
|
44 |
+
"layers_per_block": 2,
|
45 |
+
"mid_block_scale_factor": 1,
|
46 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
47 |
+
"norm_eps": 1e-05,
|
48 |
+
"norm_num_groups": 32,
|
49 |
+
"num_attention_heads": null,
|
50 |
+
"num_class_embeds": null,
|
51 |
+
"only_cross_attention": false,
|
52 |
+
"projection_class_embeddings_input_dim": null,
|
53 |
+
"resnet_time_scale_shift": "default",
|
54 |
+
"transformer_layers_per_block": 1,
|
55 |
+
"upcast_attention": false,
|
56 |
+
"use_linear_projection": true
|
57 |
+
}
|
checkpoint-25000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:406a2b23e12fd20db99f67d24b3d84249ddd8cd253e6f681456ad9684714387b
|
3 |
+
size 1456953560
|
checkpoint-25000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71b5fca5e07ecf1802578a45060f5df7bc75559418102f3131cc4d9036aa2d3c
|
3 |
+
size 2914110681
|
checkpoint-25000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:515daa863bb554437b97f2a97265fa53321b0cb956c9222cf611d88f4066c63d
|
3 |
+
size 14663
|
checkpoint-25000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f4901804bea55de7757e657321b62c5590575622ff3f3bf3a9a94809fa31b4a
|
3 |
+
size 563
|
config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.25.0.dev0",
|
4 |
+
"_name_or_path": "model_out/checkpoint-10000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": [
|
10 |
+
5,
|
11 |
+
10,
|
12 |
+
20,
|
13 |
+
20
|
14 |
+
],
|
15 |
+
"block_out_channels": [
|
16 |
+
320,
|
17 |
+
640,
|
18 |
+
1280,
|
19 |
+
1280
|
20 |
+
],
|
21 |
+
"class_embed_type": null,
|
22 |
+
"conditioning_channels": 3,
|
23 |
+
"conditioning_embedding_out_channels": [
|
24 |
+
16,
|
25 |
+
32,
|
26 |
+
96,
|
27 |
+
256
|
28 |
+
],
|
29 |
+
"controlnet_conditioning_channel_order": "rgb",
|
30 |
+
"cross_attention_dim": 1024,
|
31 |
+
"down_block_types": [
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"CrossAttnDownBlock2D",
|
34 |
+
"CrossAttnDownBlock2D",
|
35 |
+
"DownBlock2D"
|
36 |
+
],
|
37 |
+
"downsample_padding": 1,
|
38 |
+
"encoder_hid_dim": null,
|
39 |
+
"encoder_hid_dim_type": null,
|
40 |
+
"flip_sin_to_cos": true,
|
41 |
+
"freq_shift": 0,
|
42 |
+
"global_pool_conditions": false,
|
43 |
+
"in_channels": 4,
|
44 |
+
"layers_per_block": 2,
|
45 |
+
"mid_block_scale_factor": 1,
|
46 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
47 |
+
"norm_eps": 1e-05,
|
48 |
+
"norm_num_groups": 32,
|
49 |
+
"num_attention_heads": null,
|
50 |
+
"num_class_embeds": null,
|
51 |
+
"only_cross_attention": false,
|
52 |
+
"projection_class_embeddings_input_dim": null,
|
53 |
+
"resnet_time_scale_shift": "default",
|
54 |
+
"transformer_layers_per_block": 1,
|
55 |
+
"upcast_attention": false,
|
56 |
+
"use_linear_projection": true
|
57 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74e926604cb06eedc0006ddd46193c706c1eeb98628127cc712c0fd39e78db92
|
3 |
+
size 1456953560
|
image_control.png
ADDED
images_0.png
ADDED
images_1.png
ADDED
images_2.png
ADDED
images_3.png
ADDED
images_4.png
ADDED
images_5.png
ADDED