moritzef commited on
Commit
f21c9f4
1 Parent(s): 86bcffd

End of training

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ tags:
5
+ - stable-diffusion
6
+ - stable-diffusion-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - controlnet
10
+ - diffusers-training
11
+ base_model: stabilityai/stable-diffusion-2-1-base
12
+ inference: true
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+
19
+ # controlnet-moritzef/model_mapillary_lr1e5
20
+
21
+ These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning.
22
+ You can find some example images below.
23
+
24
+ prompt: A realistic streetview image.
25
+ ![images_0)](./images_0.png)
26
+ prompt: A realistic streetview image.
27
+ ![images_1)](./images_1.png)
28
+ prompt: A realistic streetview image.
29
+ ![images_2)](./images_2.png)
30
+ prompt: A realistic streetview image.
31
+ ![images_3)](./images_3.png)
32
+ prompt: A realistic streetview image.
33
+ ![images_4)](./images_4.png)
34
+ prompt: A realistic streetview image.
35
+ ![images_5)](./images_5.png)
36
+ prompt: A realistic streetview image.
37
+ ![images_6)](./images_6.png)
38
+ prompt: A realistic streetview image.
39
+ ![images_7)](./images_7.png)
40
+ prompt: A realistic streetview image.
41
+ ![images_8)](./images_8.png)
42
+ prompt: A realistic streetview image.
43
+ ![images_9)](./images_9.png)
44
+ prompt: A realistic streetview image.
45
+ ![images_10)](./images_10.png)
46
+ prompt: A realistic streetview image.
47
+ ![images_11)](./images_11.png)
48
+ prompt: A realistic streetview image.
49
+ ![images_12)](./images_12.png)
50
+
51
+
52
+
53
+ ## Intended uses & limitations
54
+
55
+ #### How to use
56
+
57
+ ```python
58
+ # TODO: add an example code snippet for running this diffusion pipeline
59
+ ```
60
+
61
+ #### Limitations and bias
62
+
63
+ [TODO: provide examples of latent issues and potential remediations]
64
+
65
+ ## Training details
66
+
67
+ [TODO: describe the data used to train the model]
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": [
9
+ 5,
10
+ 10,
11
+ 20,
12
+ 20
13
+ ],
14
+ "block_out_channels": [
15
+ 320,
16
+ 640,
17
+ 1280,
18
+ 1280
19
+ ],
20
+ "class_embed_type": null,
21
+ "conditioning_channels": 3,
22
+ "conditioning_embedding_out_channels": [
23
+ 16,
24
+ 32,
25
+ 96,
26
+ 256
27
+ ],
28
+ "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
+ "down_block_types": [
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "DownBlock2D"
35
+ ],
36
+ "downsample_padding": 1,
37
+ "encoder_hid_dim": null,
38
+ "encoder_hid_dim_type": null,
39
+ "flip_sin_to_cos": true,
40
+ "freq_shift": 0,
41
+ "global_pool_conditions": false,
42
+ "in_channels": 4,
43
+ "layers_per_block": 2,
44
+ "mid_block_scale_factor": 1,
45
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
46
+ "norm_eps": 1e-05,
47
+ "norm_num_groups": 32,
48
+ "num_attention_heads": null,
49
+ "num_class_embeds": null,
50
+ "only_cross_attention": false,
51
+ "projection_class_embeddings_input_dim": null,
52
+ "resnet_time_scale_shift": "default",
53
+ "transformer_layers_per_block": 1,
54
+ "upcast_attention": false,
55
+ "use_linear_projection": true
56
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a349af4be2c3ef556e87005037364da281455ce84ab44c3c5911d593e521412
3
+ size 1456953560
image_control.png ADDED
images_0.png ADDED
images_1.png ADDED
images_10.png ADDED
images_11.png ADDED
images_12.png ADDED
images_2.png ADDED
images_3.png ADDED
images_4.png ADDED
images_5.png ADDED
images_6.png ADDED
images_7.png ADDED
images_8.png ADDED
images_9.png ADDED