SargeZT commited on
Commit
bdfc29d
1 Parent(s): db0cd05

End of training

Browse files
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
5
+ tags:
6
+ - stable-diffusion-xl
7
+ - stable-diffusion-xl-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - controlnet
11
+ inference: true
12
+ ---
13
+
14
+ # controlnet-SargeZT/sdxl-controlnet-seg
15
+
16
+ These are controlnet weights trained on stabilityai/stable-diffusion-xl-base-1.0 with new type of conditioning.
17
+ You can find some example images below.
18
+ prompt: a cat laying on top of a blanket on a bed
19
+ ![images_0)](./images_0.png)
20
+ prompt: two elephants are walking in a zoo enclosure
21
+ ![images_1)](./images_1.png)
22
+ prompt: a variety of items are laid out on a table
23
+ ![images_2)](./images_2.png)
24
+ prompt: a sandwich and french fries on a tray
25
+ ![images_3)](./images_3.png)
26
+ prompt: a crowd of people flying kites on a beach
27
+ ![images_4)](./images_4.png)
28
+ prompt: a man holding a rainbow colored umbrella in front of a crowd
29
+ ![images_5)](./images_5.png)
30
+ prompt: a man riding skis down a snow covered slope
31
+ ![images_6)](./images_6.png)
32
+ prompt: a yellow fire hydrant sitting in the middle of a sidewalk
33
+ ![images_7)](./images_7.png)
34
+
35
+
36
+
37
+ ## License
38
+
39
+ [SDXL 1.0 License](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md)
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.19.3",
4
+ "_name_or_path": "./models",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": "text_time",
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": 256,
9
+ "attention_head_dim": [
10
+ 5,
11
+ 10,
12
+ 20
13
+ ],
14
+ "block_out_channels": [
15
+ 320,
16
+ 640,
17
+ 1280
18
+ ],
19
+ "class_embed_type": null,
20
+ "conditioning_channels": 3,
21
+ "conditioning_embedding_out_channels": [
22
+ 16,
23
+ 32,
24
+ 96,
25
+ 256
26
+ ],
27
+ "controlnet_conditioning_channel_order": "rgb",
28
+ "cross_attention_dim": 2048,
29
+ "down_block_types": [
30
+ "DownBlock2D",
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D"
33
+ ],
34
+ "downsample_padding": 1,
35
+ "encoder_hid_dim": null,
36
+ "encoder_hid_dim_type": null,
37
+ "flip_sin_to_cos": true,
38
+ "freq_shift": 0,
39
+ "global_pool_conditions": false,
40
+ "in_channels": 4,
41
+ "layers_per_block": 2,
42
+ "mid_block_scale_factor": 1,
43
+ "norm_eps": 1e-05,
44
+ "norm_num_groups": 32,
45
+ "num_attention_heads": null,
46
+ "num_class_embeds": null,
47
+ "only_cross_attention": false,
48
+ "projection_class_embeddings_input_dim": 2816,
49
+ "resnet_time_scale_shift": "default",
50
+ "transformer_layers_per_block": [
51
+ 1,
52
+ 2,
53
+ 10
54
+ ],
55
+ "upcast_attention": null,
56
+ "use_linear_projection": true
57
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9636165e9026c3fdf7282279b1af255db13cb79a9f22267bae881a7d480a87c7
3
+ size 5004438321
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
images_6.png ADDED
images_7.png ADDED