cucucu666 commited on
Commit
4498678
·
verified ·
1 Parent(s): 0372ac9

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 +4 -0
  2. README.md +90 -0
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-1000/random_states_0.pkl +3 -0
  6. checkpoint-1000/scaler.pt +3 -0
  7. checkpoint-1000/scheduler.bin +3 -0
  8. checkpoint-10000/optimizer.bin +3 -0
  9. checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
  10. checkpoint-10000/random_states_0.pkl +3 -0
  11. checkpoint-10000/scaler.pt +3 -0
  12. checkpoint-10000/scheduler.bin +3 -0
  13. checkpoint-10500/optimizer.bin +3 -0
  14. checkpoint-10500/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-10500/random_states_0.pkl +3 -0
  16. checkpoint-10500/scaler.pt +3 -0
  17. checkpoint-10500/scheduler.bin +3 -0
  18. checkpoint-11000/optimizer.bin +3 -0
  19. checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-11000/random_states_0.pkl +3 -0
  21. checkpoint-11000/scaler.pt +3 -0
  22. checkpoint-11000/scheduler.bin +3 -0
  23. checkpoint-11500/optimizer.bin +3 -0
  24. checkpoint-11500/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-11500/random_states_0.pkl +3 -0
  26. checkpoint-11500/scaler.pt +3 -0
  27. checkpoint-11500/scheduler.bin +3 -0
  28. checkpoint-12000/optimizer.bin +3 -0
  29. checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-12000/random_states_0.pkl +3 -0
  31. checkpoint-12000/scaler.pt +3 -0
  32. checkpoint-12000/scheduler.bin +3 -0
  33. checkpoint-1500/optimizer.bin +3 -0
  34. checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
  35. checkpoint-1500/random_states_0.pkl +3 -0
  36. checkpoint-1500/scaler.pt +3 -0
  37. checkpoint-1500/scheduler.bin +3 -0
  38. checkpoint-2000/optimizer.bin +3 -0
  39. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  40. checkpoint-2000/random_states_0.pkl +3 -0
  41. checkpoint-2000/scaler.pt +3 -0
  42. checkpoint-2000/scheduler.bin +3 -0
  43. checkpoint-2500/optimizer.bin +3 -0
  44. checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
  45. checkpoint-2500/random_states_0.pkl +3 -0
  46. checkpoint-2500/scaler.pt +3 -0
  47. checkpoint-2500/scheduler.bin +3 -0
  48. checkpoint-3000/optimizer.bin +3 -0
  49. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  50. checkpoint-3000/random_states_0.pkl +3 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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
+ image_0.png filter=lfs diff=lfs merge=lfs -text
37
+ image_1.png filter=lfs diff=lfs merge=lfs -text
38
+ image_2.png filter=lfs diff=lfs merge=lfs -text
39
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: haedShadow, object, hard shadow on the bottom, pure white background
6
+ widget:
7
+ - text: haedShadow, object, hard shadow on the bottom, pure white background
8
+ output:
9
+ url: image_0.png
10
+ - text: haedShadow, object, hard shadow on the bottom, pure white background
11
+ output:
12
+ url: image_1.png
13
+ - text: haedShadow, object, hard shadow on the bottom, pure white background
14
+ output:
15
+ url: image_2.png
16
+ - text: haedShadow, object, hard shadow on the bottom, pure white background
17
+ output:
18
+ url: image_3.png
19
+ tags:
20
+ - text-to-image
21
+ - diffusers-training
22
+ - diffusers
23
+ - lora
24
+ - template:sd-lora
25
+ - sd3
26
+ - sd3-diffusers
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+
33
+ # SD3 DreamBooth LoRA - cucucu666/sd3_hard
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are cucucu666/sd3_hard DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers.
40
+
41
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [SD3 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sd3.md).
42
+
43
+ Was LoRA for the text encoder enabled? False.
44
+
45
+ ## Trigger words
46
+
47
+ You should use `haedShadow, object, hard shadow on the bottom, pure white background` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](cucucu666/sd3_hard/tree/main) in the Files & versions tab.
52
+
53
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
54
+
55
+ ```py
56
+ from diffusers import AutoPipelineForText2Image
57
+ import torch
58
+ pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3-medium-diffusers, torch_dtype=torch.float16).to('cuda')
59
+ pipeline.load_lora_weights('cucucu666/sd3_hard', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('haedShadow, object, hard shadow on the bottom, pure white background').images[0]
61
+ ```
62
+
63
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
64
+
65
+ - **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/cucucu666/sd3_hard/blob/main/diffusers_lora_weights.safetensors)**.
66
+ - Rename it and place it on your `models/Lora` folder.
67
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:your_new_name:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
68
+
69
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
70
+
71
+ ## License
72
+
73
+ Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
74
+
75
+
76
+ ## Intended uses & limitations
77
+
78
+ #### How to use
79
+
80
+ ```python
81
+ # TODO: add an example code snippet for running this diffusion pipeline
82
+ ```
83
+
84
+ #### Limitations and bias
85
+
86
+ [TODO: provide examples of latent issues and potential remediations]
87
+
88
+ ## Training details
89
+
90
+ [TODO: describe the data used to train the model]
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f099cf0c24b37109a3d4aa0c115a3bbbdf24853b74c9ef81e19cb77e977df19
3
+ size 19096716
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8168cde7dbe5835883c6740e0999c28f1d76195fbf78c2565b6913ea69477e3
3
+ size 9437288
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc5d39bc8e43c5e9d3a9a2b983beb3fe748f6caa0d03786a1fa784e67a5796d
3
+ size 14540
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f26516688b8724db1aac8f799259f80da0817b95966b5e91086005c8918d51
3
+ size 1000
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:667d53be3f95447a1a52978db13d1d609e4b76193a4b901cad599ac9fde67f6b
3
+ size 19096716
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:427ad2817bcd4186f1556cbd3343197ff1dc472cfc8b36f42e0a61dc9b6555a2
3
+ size 9437288
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a3a05e0e80f69e348e21dd3ac507a0a50279a164c6f298a7b2db464ded5da3
3
+ size 14540
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb8c7e3934690160beaded4a634682bb1b748b97e485d572e8faf452464d5c9
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:497e29e5c71c0166861f7e0a26d97de19b4539fe93b1aca75e2a81505fb5f2c3
3
+ size 1000
checkpoint-10500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:395218056d5d336ccb1bea873ddbff39acc98db9ab3c95e3fbdb2109893badf1
3
+ size 19096716
checkpoint-10500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58e733d5f63bfb0ae83e4998ce7aa8e2b75c7524c99b2e08563d42d6c4a32b1
3
+ size 9437288
checkpoint-10500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da4f3ff2f2797718627e6d08e963dca0adbdbdbf3ac7a161e2cca0370961d093
3
+ size 14540
checkpoint-10500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a1e2a4a3b1321cbec7e7bb5a73635e20233c2ebb1cea8ca1f3f936291d006b
3
+ size 988
checkpoint-10500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4837ff03750309707880698b7d4dcb5abf3fa5a2ffd633b6e62bc8ed0be36d4
3
+ size 1000
checkpoint-11000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:045cf85e5a1f2bda7d16e1ff141cb4bf830d6c629d96e6d94d62fe205857c2cd
3
+ size 19096716
checkpoint-11000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eabff9ea41374506bcfb4babeee7c6df007a0085c489544aef1f9ad880070a3a
3
+ size 9437288
checkpoint-11000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935de606e8790f505e5d694e4844143420192a6e97816b3006c7602250aacd1a
3
+ size 14540
checkpoint-11000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c89c61a5711485b23ec4dc8cab910398f4d3c544f4a8ba5b034f67aa7380d272
3
+ size 988
checkpoint-11000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c144cdde8c17898eca660b036df38841d8a679289f4b98976a0bff8b17abe78
3
+ size 1000
checkpoint-11500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5865f64c7204ffb418ee2323eb09c378a044dd34c3e55d8a2493abc78582f93
3
+ size 19096716
checkpoint-11500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db018f66bd8553b3c8843659b0f6f5a6ee411fd4a63e0790f98b70ecd5955faf
3
+ size 9437288
checkpoint-11500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d42c30cc1b69d58e96846639870cbd7b9fa7f0343b4aa0cf01414b777f96a953
3
+ size 14540
checkpoint-11500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57ec7a2425b96d20844aa49838711b2e9c984fa84c9c89f0c29fa1f682dc6a3
3
+ size 988
checkpoint-11500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:755cf7378df90e037899bf7740723e55dfaf0ccb5f61a7ec0fbf1a2699a8d085
3
+ size 1000
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee871b17c3afa059db33f18ae6069fd3a514f13b19ba3cdc3b01862de0285287
3
+ size 19096716
checkpoint-12000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd0181288046bccd1bc971ac0476e73e564f8ca620a81c664188c2c96201efe3
3
+ size 9437288
checkpoint-12000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390c5d8a69c3e5c53425adeb6947310b346e00f7d5fb47b2c5938e05f5f7e13f
3
+ size 14540
checkpoint-12000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:923ef539cd97b167fe43234c7639245eb6ad45d3451a6a4eed301da1f7237b6c
3
+ size 988
checkpoint-12000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16708c96a177214a122fd9cb71008291309f9e42f541d5d93a8689d3a88ad041
3
+ size 1000
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ac1ee075162d3f4e4487837d47f016456645d86c250916e1764b6202e3b09ca
3
+ size 19096716
checkpoint-1500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd52475b2bb5cec72271e254e0624be923684abd334d452da083df13cdcad5f2
3
+ size 9437288
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2ff9daaa073ce0ff087972ed6c71f33196aa689a13f675c4e59afcc5d23ad5
3
+ size 14540
checkpoint-1500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92
3
+ size 988
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7598187138897f6d1e56437a02680c0020cd5e06fc21866ef7af24497337b3
3
+ size 1000
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ebff3d67e256a82f36b2b24e0f2e60db2cc6efa70d69902334bf3cac498478
3
+ size 19096716
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab62e6a56b665dcf8b31b35a6af8a355ae20566e7ba9f3dd02909fd94d38da73
3
+ size 9437288
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60ee4e2f351ec2c12969a7c9447804af8e7c0e0c22ee4ace9f0c7bdf28706739
3
+ size 14540
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
3
+ size 988
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1061e521767f3f63537e013153a530f2dbc0404dc4a124e0e0f00862b68f3dd1
3
+ size 1000
checkpoint-2500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339ebcafcd15de91177f94a53a5fa6f5e19c47158cf58c71697aea4bcc9f0030
3
+ size 19096716
checkpoint-2500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:231208c8f99b0e46782e4b0a12d1b275e4bbc680e45633c784445cdba108c36f
3
+ size 9437288
checkpoint-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:286b9d00d353293393e807b80a0ca98862d1c81adb19109532f873ccb7cf72ff
3
+ size 14540
checkpoint-2500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e2d97f563bb838328076a1666504681962151a3975a2f064be3a03e6500740
3
+ size 988
checkpoint-2500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc1d5f3d2fa5a11ad3fea2fa734eb1f4004effa224cac2c8514629149d2c73c4
3
+ size 1000
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:186f54ee1db1ecf0b12580352571781d0a2807abd395ec247170717179607940
3
+ size 19096716
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb192121462180b62c4fd304b4f96fbbef581c0b0d7faefe1c1f613ad554c73d
3
+ size 9437288
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36cb84d6f02a6704c78e04c05fe25715be5d9194377d1214e2436c5d4e2cc126
3
+ size 14540