armanzarei commited on
Commit
7d47f0c
1 Parent(s): 667662a

End of training

Browse files
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-armanzarei/only_t5_large_controlnet
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 red book and a yellow vase
19
+ ![images_0)](./images_0.png)
20
+ prompt: A book on the left of a bird
21
+ ![images_1)](./images_1.png)
22
+ prompt: A bathroom with green tile and a red shower curtain
23
+ ![images_2)](./images_2.png)
24
+ prompt: A white car and a red sheep
25
+ ![images_3)](./images_3.png)
26
+ prompt: two cats and one dog on the grass
27
+ ![images_4)](./images_4.png)
28
+
checkpoint-15000/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.25.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
+ }
checkpoint-15000/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e20f6ef676627a30b7f414200670f1cf6e2452844f96d67f5cc17bfbbf77374
3
+ size 1456953560
checkpoint-15000/linear_projection/config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_class_name": "LinearProjection",
3
+ "_diffusers_version": "0.25.0.dev0"
4
+ }
checkpoint-15000/linear_projection/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:002a0abc4f112ce179cc4cf68bd6a01d05d1e293e0a2165ae033e0357197632c
3
+ size 4198592
checkpoint-15000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdbf82c115bbdd722e8793c48b974085dc332786e0f6d007518a8ccce61304b8
3
+ size 2922509652
checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:069b053112edae232cb00cd1489ca1b4125c8f133a1a9fa3d3a7c573c9649613
3
+ size 16100
checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:544fa9ead1657e2c19dc7738c87ba6a242bc85119c474e404290f5dbd4ce53b3
3
+ size 1000
config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_class_name": "LinearProjection",
3
+ "_diffusers_version": "0.25.0.dev0"
4
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9872e777d52fa0875862d83312c124d5585f2310369afb1360013261c85e7b
3
+ size 4198592
image_control.png ADDED
images_0.png ADDED
images_1.png ADDED
images_2.png ADDED
images_3.png ADDED
images_4.png ADDED
slurm-logs/err-clip.log ADDED
The diff for this file is too large to render. See raw diff
 
slurm-logs/out-clip.log ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ============================== Accelerator Save ===========================================
2
+ ============================== Accelerator Save ===========================================