maxpmx commited on
Commit
fc66cdc
·
verified ·
1 Parent(s): 6f7c500

End of training

Browse files
README.md CHANGED
@@ -9,6 +9,12 @@ tags:
9
  - diffusers
10
  - controlnet
11
  - diffusers-training
 
 
 
 
 
 
12
  inference: true
13
  ---
14
 
 
9
  - diffusers
10
  - controlnet
11
  - diffusers-training
12
+ - stable-diffusion-xl
13
+ - stable-diffusion-xl-diffusers
14
+ - text-to-image
15
+ - diffusers
16
+ - controlnet
17
+ - diffusers-training
18
  inference: true
19
  ---
20
 
checkpoint-260000/controlnet/config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.32.0.dev0",
4
+ "_name_or_path": "output_dapi-he_xl/checkpoint-50000",
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
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
44
+ "norm_eps": 1e-05,
45
+ "norm_num_groups": 32,
46
+ "num_attention_heads": null,
47
+ "num_class_embeds": null,
48
+ "only_cross_attention": false,
49
+ "projection_class_embeddings_input_dim": 2816,
50
+ "resnet_time_scale_shift": "default",
51
+ "transformer_layers_per_block": [
52
+ 1,
53
+ 2,
54
+ 10
55
+ ],
56
+ "upcast_attention": null,
57
+ "use_linear_projection": true
58
+ }
checkpoint-260000/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646a50d3f111458e2c164315b9eb62bec9f337572ba62724cca0387a3ca20ada
3
+ size 5004167864
checkpoint-260000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1bc3505cca03ca4d276bc10ac9439f160ab325b217ef6e2186d9aafd71b7e90
3
+ size 10008853286
checkpoint-260000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d1a82a164af590ecc57dc9a2c3638b70c8e9e09d8139da2db8207719d447252
3
+ size 15188
checkpoint-260000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0715b3ab81132a61069972b21ab183bd0325d98ab2aaef661acd466aef77d0dc
3
+ size 988
checkpoint-260000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed18841d4ee60023a4ede9fea255d31e6292f86097bf6ef37c9eb80601730b9
3
+ size 1000
config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.32.0.dev0",
 
4
  "act_fn": "silu",
5
  "addition_embed_type": "text_time",
6
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.32.0.dev0",
4
+ "_name_or_path": "output_dapi-he_xl/checkpoint-50000",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
7
  "addition_embed_type_num_heads": 64,
diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1e133e7b001fcab2bf7d01cae9d92b9e451a5e090e331051aff1c6ba4d2b219
3
  size 5004167864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:850ccee1199c9c6ad9934b462b442cb440641c469e1f9c7826b22b26566e5f5c
3
  size 5004167864
images_0.png CHANGED

Git LFS Details

  • SHA256: ab49c83e5b9755ed40f2dcfb05f85e18ed7d8f92a7106616de57a35f4559cfcf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB

Git LFS Details

  • SHA256: 594a82bd7ba16cdddabf1f7c0ff15ec821928489c877c318c8337537c25805e3
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
images_1.png CHANGED

Git LFS Details

  • SHA256: 78626d12e27ee4c5e5c156c4e09540864f49da0ab9ab8efd98b35af73cb35627
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB

Git LFS Details

  • SHA256: 7e172b4dd0fc07c93981f32c18a08f077a4ea00a66314cd138cfa7b80b659c04
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB