armanzarei
commited on
Commit
•
24b9d63
1
Parent(s):
f3b74b8
End of training
Browse files- README.md +28 -0
- checkpoint-15000/controlnet/config.json +56 -0
- checkpoint-15000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-15000/linear_projection/config.json +4 -0
- checkpoint-15000/linear_projection/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
- config.json +4 -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
- slurm-logs/err-clip.log +0 -0
- slurm-logs/out-clip.log +2 -0
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_base_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:ad5e410fbdd89d1a69630d4375adf03c037ca4be7cdb82c3fbaf28766b447f8c
|
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:5476a0855f693e0d8b094c5e12e98b5ea4f5d90b75a6bdeaef7f16c270190d95
|
3 |
+
size 3150008
|
checkpoint-15000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d00b43b4cb2a2703034b4d908eaf8a2edac5621152803c20edae58f17a5ba5cc
|
3 |
+
size 2920412500
|
checkpoint-15000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce3863e38abd4d218d2f1cb07907edbee6366446efb961bfe6aacb65ebedf488
|
3 |
+
size 15972
|
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:069c962bd747d04324b450424d40df5582b8b4e8414e682ecdc51eb13f564ea2
|
3 |
+
size 3150008
|
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 ===========================================
|