tommycik commited on
Commit
394eb08
·
verified ·
1 Parent(s): ae222b2

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +47 -0
  3. checkpoint-1/flux_controlnet/config.json +21 -0
  4. checkpoint-1/flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
  5. checkpoint-1/optimizer.bin +3 -0
  6. checkpoint-1/random_states_0.pkl +3 -0
  7. checkpoint-1/scaler.pt +3 -0
  8. checkpoint-1/scheduler.bin +3 -0
  9. checkpoint-10/flux_controlnet/config.json +21 -0
  10. checkpoint-10/flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
  11. checkpoint-10/optimizer.bin +3 -0
  12. checkpoint-10/random_states_0.pkl +3 -0
  13. checkpoint-10/scaler.pt +3 -0
  14. checkpoint-10/scheduler.bin +3 -0
  15. checkpoint-2/flux_controlnet/config.json +21 -0
  16. checkpoint-2/flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
  17. checkpoint-2/optimizer.bin +3 -0
  18. checkpoint-2/random_states_0.pkl +3 -0
  19. checkpoint-2/scaler.pt +3 -0
  20. checkpoint-2/scheduler.bin +3 -0
  21. checkpoint-20/flux_controlnet/config.json +21 -0
  22. checkpoint-20/flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
  23. checkpoint-20/optimizer.bin +3 -0
  24. checkpoint-20/random_states_0.pkl +3 -0
  25. checkpoint-20/scaler.pt +3 -0
  26. checkpoint-20/scheduler.bin +3 -0
  27. checkpoint-30/flux_controlnet/config.json +21 -0
  28. checkpoint-30/flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
  29. checkpoint-30/optimizer.bin +3 -0
  30. checkpoint-30/random_states_0.pkl +3 -0
  31. checkpoint-30/scaler.pt +3 -0
  32. checkpoint-30/scheduler.bin +3 -0
  33. checkpoint-40/flux_controlnet/config.json +21 -0
  34. checkpoint-40/flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
  35. checkpoint-40/optimizer.bin +3 -0
  36. checkpoint-40/random_states_0.pkl +3 -0
  37. checkpoint-40/scaler.pt +3 -0
  38. checkpoint-40/scheduler.bin +3 -0
  39. checkpoint-50/flux_controlnet/config.json +21 -0
  40. checkpoint-50/flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
  41. checkpoint-50/optimizer.bin +3 -0
  42. checkpoint-50/random_states_0.pkl +3 -0
  43. checkpoint-50/scaler.pt +3 -0
  44. checkpoint-50/scheduler.bin +3 -0
  45. config.json +21 -0
  46. diffusion_pytorch_model.fp32.bin +3 -0
  47. diffusion_pytorch_model.fp32.safetensors +3 -0
  48. diffusion_pytorch_model.safetensors +3 -0
  49. image_control.png +0 -0
  50. images_0.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ images_0.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: black-forest-labs/FLUX.1-dev
3
+ library_name: diffusers
4
+ license: other
5
+ inference: true
6
+ tags:
7
+ - flux
8
+ - flux-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - controlnet
12
+ - diffusers-training
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-tommycik/controlFlux
20
+
21
+ These are controlnet weights trained on black-forest-labs/FLUX.1-dev with new type of conditioning.
22
+ You can find some example images below.
23
+
24
+ prompt: transparent glass with stripes on the bottom on white background
25
+ ![images_0)](./images_0.png)
26
+
27
+
28
+ ## License
29
+
30
+ Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)
31
+
32
+
33
+ ## Intended uses & limitations
34
+
35
+ #### How to use
36
+
37
+ ```python
38
+ # TODO: add an example code snippet for running this diffusion pipeline
39
+ ```
40
+
41
+ #### Limitations and bias
42
+
43
+ [TODO: provide examples of latent issues and potential remediations]
44
+
45
+ ## Training details
46
+
47
+ [TODO: describe the data used to train the model]
checkpoint-1/flux_controlnet/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxControlNetModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "InstantX/FLUX.1-dev-Controlnet-Canny",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "conditioning_embedding_channels": null,
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }
checkpoint-1/flux_controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69396199a74a63cf81378ed694e0c114b0931fdc58fe77ec034dc51b9ff8dd6a
3
+ size 7166442536
checkpoint-1/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92b7781ea55e1f2b4de072ded5c2374a33973190faaf9edda55ccbe8a6087328
3
+ size 3467955770
checkpoint-1/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eec972061200f660c01b7d061fc64bd378146e0907769fed2f1496b763debcec
3
+ size 14344
checkpoint-1/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b524f48acea96061f9e17824552379d210ce1c60f82e25c1280fb8b2df4b21f0
3
+ size 988
checkpoint-1/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5b1ff048fc517f3fae5cb1369c727e1b8ca278f6659aafe74e3ea9bca7cafdb
3
+ size 1000
checkpoint-10/flux_controlnet/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxControlNetModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "InstantX/FLUX.1-dev-Controlnet-Canny",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "conditioning_embedding_channels": null,
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }
checkpoint-10/flux_controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eec9bb61e3267fe166e16c0d468a6ddcc929061714010821de2b50f9f022c60e
3
+ size 7166442536
checkpoint-10/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa0d1a7f84e38f0494d64f47ece8b9b2d192d745a5b2501d1f5f043aab7f214
3
+ size 3467955770
checkpoint-10/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a761cb8a79bdfd3bc898bd28de14c8084e2d813def6c13661fde9e1da8c12b
3
+ size 14344
checkpoint-10/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20196fdcd6e066aadc548dcc3c9ff5244ea31938c846cb03623649ad99fe654f
3
+ size 988
checkpoint-10/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c207d15b46dbd6c6384d4d4cb4291bfd3e2d66964addc110e928fdc859e25885
3
+ size 1000
checkpoint-2/flux_controlnet/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxControlNetModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "InstantX/FLUX.1-dev-Controlnet-Canny",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "conditioning_embedding_channels": null,
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }
checkpoint-2/flux_controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb6a35b82177c1549b3655c55511e43280f9c438c1a0b154b55053babcf67ce
3
+ size 7166442536
checkpoint-2/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b191e29058e7377a3a1d7d2eaf9a781663aaa1ee757ff67a1b6d88bacb9b261
3
+ size 3467955770
checkpoint-2/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:065febed6570d7dc138f8fa298a7908cff1a53d98f265b5510dbaeb1590c4d7a
3
+ size 14344
checkpoint-2/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7de8c2e84d64d627f08e05e539954feb1691ad828e3e442675ddee5d378e533
3
+ size 988
checkpoint-2/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c04a351eb7a9722abf356f0d3603f4b6a0365ade35ad9336d0e6042a53f507
3
+ size 1000
checkpoint-20/flux_controlnet/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxControlNetModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "InstantX/FLUX.1-dev-Controlnet-Canny",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "conditioning_embedding_channels": null,
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }
checkpoint-20/flux_controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3abb12a15097b0f2b10300a94a8f2f5381ecb3e860bb3432c2e198b3df04e9b9
3
+ size 7166442536
checkpoint-20/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61bdbd90d6e41b1cc3aaa3f010f3f33cc1eef3e6602af600f5903b296063c6da
3
+ size 3467955770
checkpoint-20/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbc948757572304a5c8fc6e463de6df2a94dfffd9dbf9cb800713790ac6f2acf
3
+ size 14344
checkpoint-20/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64fa42f2512689bf79e71bb1d2ee1d6eaba4c92f757836f03915302480256c01
3
+ size 988
checkpoint-20/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97179f38d544307370da864a3f3cb3f7f020420bc544a1ee9b487f59a314dc1f
3
+ size 1000
checkpoint-30/flux_controlnet/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxControlNetModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "InstantX/FLUX.1-dev-Controlnet-Canny",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "conditioning_embedding_channels": null,
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }
checkpoint-30/flux_controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea46c6ad746c849b6e3aae4fc7592f9b74d69b232f4173b0f8d54cbcc3f8d70d
3
+ size 7166442536
checkpoint-30/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad1a061e1b491a7d0dc1a5a6c9388ce9cf9828a3777e2e7348b1eae6b659b25
3
+ size 3467955770
checkpoint-30/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d78c396eb36875e955a617b9593552e755a357488ad60d32cdc07c4754204e86
3
+ size 14344
checkpoint-30/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f57f075307adef9a1dc5b5e099d1a9ad8ca30eb3dd84235f3a9c37e9fe1ce5a
3
+ size 988
checkpoint-30/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0390043e9ad2ae9ca15dca3674bf8a4f74f80464064720bee2ee00f7a7f653
3
+ size 1000
checkpoint-40/flux_controlnet/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxControlNetModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "InstantX/FLUX.1-dev-Controlnet-Canny",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "conditioning_embedding_channels": null,
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }
checkpoint-40/flux_controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55821b21391fdc0fa14fe1daab9238af7836be2d7bd3bfa1dd35b2c3d6d00a81
3
+ size 7166442536
checkpoint-40/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471f4233f0ef027830f540de6dbf109667fc5088989be03ad1c686c701ed4279
3
+ size 3467955770
checkpoint-40/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:939107145efc69dbd4696102d8caf7f228f88caf93f070c4e017148c6f38d965
3
+ size 14344
checkpoint-40/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e12ec589009818f0e1e5def4fdd6c8fc162c77681ee984c5cf425cfc2a1185
3
+ size 988
checkpoint-40/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b1fe5f9e158d21de56d4195defee07084ce5701406b1ed8d289cc34fa7d3106
3
+ size 1000
checkpoint-50/flux_controlnet/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxControlNetModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "InstantX/FLUX.1-dev-Controlnet-Canny",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "conditioning_embedding_channels": null,
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }
checkpoint-50/flux_controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ece9d9cf661917c1ee9717e70a59c944f1b8f342751b185d51b16b45edd10e0
3
+ size 7166442536
checkpoint-50/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec852b36aec0ea7bea437c60ab781e58178ced840e67d9a35c6b31241f7b43d
3
+ size 3467955770
checkpoint-50/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a0ca088baa47b639226b1d44758e42d7029cd7c6b473fd2cfe86bfd1a21072c
3
+ size 14344
checkpoint-50/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce7091777d309ad0996ba841e0cacd9295db515ae8e6e24f546718eefe0d105
3
+ size 988
checkpoint-50/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ed9eb692b0e212f6db4d449a3a9bd312c2588ba5f1af5d638326dbf3a8fa1f2
3
+ size 1000
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxControlNetModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "_name_or_path": "InstantX/FLUX.1-dev-Controlnet-Canny",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "conditioning_embedding_channels": null,
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }
diffusion_pytorch_model.fp32.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7eb65e0f0e67828c099a02c23a6317493fb0a6758db6b9b30f8a170050c010a
3
+ size 7166485610
diffusion_pytorch_model.fp32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2cffffdecc2b81550532b5816813bcc9d10062ee16c8b8dcb492f18b34046c
3
+ size 7166442536
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb6a35b82177c1549b3655c55511e43280f9c438c1a0b154b55053babcf67ce
3
+ size 7166442536
image_control.png ADDED
images_0.png ADDED

Git LFS Details

  • SHA256: b1ad0c99ea981b6534ff230aa8412b41153782abf8dbe60e4419b3634e08e0e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB