izangalefacephi commited on
Commit
6037052
·
verified ·
1 Parent(s): 1128af9

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-11000/optimizer.bin +3 -0
  14. checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-11000/random_states_0.pkl +3 -0
  16. checkpoint-11000/scaler.pt +3 -0
  17. checkpoint-11000/scheduler.bin +3 -0
  18. checkpoint-12000/optimizer.bin +3 -0
  19. checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-12000/random_states_0.pkl +3 -0
  21. checkpoint-12000/scaler.pt +3 -0
  22. checkpoint-12000/scheduler.bin +3 -0
  23. checkpoint-13000/optimizer.bin +3 -0
  24. checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-13000/random_states_0.pkl +3 -0
  26. checkpoint-13000/scaler.pt +3 -0
  27. checkpoint-13000/scheduler.bin +3 -0
  28. checkpoint-14000/optimizer.bin +3 -0
  29. checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-14000/random_states_0.pkl +3 -0
  31. checkpoint-14000/scaler.pt +3 -0
  32. checkpoint-14000/scheduler.bin +3 -0
  33. checkpoint-15000/optimizer.bin +3 -0
  34. checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  35. checkpoint-15000/random_states_0.pkl +3 -0
  36. checkpoint-15000/scaler.pt +3 -0
  37. checkpoint-15000/scheduler.bin +3 -0
  38. checkpoint-16000/optimizer.bin +3 -0
  39. checkpoint-16000/pytorch_lora_weights.safetensors +3 -0
  40. checkpoint-16000/random_states_0.pkl +3 -0
  41. checkpoint-16000/scaler.pt +3 -0
  42. checkpoint-16000/scheduler.bin +3 -0
  43. checkpoint-17000/optimizer.bin +3 -0
  44. checkpoint-17000/pytorch_lora_weights.safetensors +3 -0
  45. checkpoint-17000/random_states_0.pkl +3 -0
  46. checkpoint-17000/scaler.pt +3 -0
  47. checkpoint-17000/scheduler.bin +3 -0
  48. checkpoint-18000/optimizer.bin +3 -0
  49. checkpoint-18000/pytorch_lora_weights.safetensors +3 -0
  50. checkpoint-18000/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.5-medium
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: =A ID card ICAO photo
6
+ widget:
7
+ - text: A ID card ICAO photo
8
+ output:
9
+ url: image_0.png
10
+ - text: A ID card ICAO photo
11
+ output:
12
+ url: image_1.png
13
+ - text: A ID card ICAO photo
14
+ output:
15
+ url: image_2.png
16
+ - text: A ID card ICAO photo
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 - izangalefacephi/std3
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are izangalefacephi/std3 DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-medium.
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 `=A ID card ICAO photo` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](izangalefacephi/std3/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.5-medium, torch_dtype=torch.float16).to('cuda')
59
+ pipeline.load_lora_weights('izangalefacephi/std3', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('A ID card ICAO photo').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 💾](/izangalefacephi/std3/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:de9e58b6884e16041a46ce9acc96878d1ee8061099b172af1a34830ebbf992ea
3
+ size 5189580
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c0e7b24af1d460a0859ab78f22aba0ef60f6773b258a8dcac13e21940d84c8
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:3a233d94547fff83cc6c5962699abbff1bf92ddb9583c5f1a0b3f9dc3ea19254
3
+ size 14344
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:6a06a1d190ebe3d2f59b87075958832ab264ff51bb09474ff935bfa56dcf4374
3
+ size 1000
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50648c3888f86bae4cf7d344a5b315aa07c43f8c30392688e7612d7fb71fc670
3
+ size 5189580
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89873ff014cda5918153f04202fa2cc0d2bc236c9bc75096adbb9369ae3a9379
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:07d184214626edab32cdbdb66cdfa4a4b4ced4f86c32402b4dac7a2f81ecfc45
3
+ size 14344
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c7204bb972792abfedfb2c44d5b744eeb8fa6f46f670ec4a51fba4b7101efef
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a4e69cdf73b31e68d7980b9ec233e80f13de8a28415488f9159ff6f7720228
3
+ size 1000
checkpoint-11000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79175a3a1e0d823e1c3a2c6438a644b0d0799d42e0f7f95043da2eae7340af23
3
+ size 5189580
checkpoint-11000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22be32b6e597645cddb7336a820d7918c81dd3115524cc02b60b64ef90e387e3
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:7da8fbe146fa2e896ff43530798f012f1dc1c14256cd9a30280f2185dcf28e22
3
+ size 14344
checkpoint-11000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed6baea5c079af199b2c26a0a91ba336c7df4d73b477c304f3c0844e5eb9bf10
3
+ size 988
checkpoint-11000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e58e923d7e82aae5860626af28f9563abedabd844a26482a6015a84625494dd
3
+ size 1000
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42a17d72da1dcd2d81149154561401127a2cf903525678710ca7a6504ec90db
3
+ size 5189580
checkpoint-12000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:515bb7568bcdca1f69e0abb68704ae8cde86cd8b75abbefdaf6f1d4342718f42
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:3a66df63aa35c55a0e6ef5ee5486c8a0fb1e831f3055319926a4916e02f09db1
3
+ size 14344
checkpoint-12000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3bc26037ebf81eace79dc503111252ef20c9b62da8a1a48fa27b39e6d06ad4e
3
+ size 988
checkpoint-12000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d8a547df18c641dc147f1cb67c4171b12b39ebf9ac3dd35d94cb166ec95682
3
+ size 1000
checkpoint-13000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f184abee6608cba97cfd825504b4c18faeb7d743cd2e2f0b9c965ab74418ce9
3
+ size 5189580
checkpoint-13000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0562a3e234a55473353149453f00e64dfb3e5fd636625da524add99406f1ca7a
3
+ size 9437288
checkpoint-13000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ab08ced969e77f898b2993f1051812a72abc1df6769dbae0c177b2aba66fdf
3
+ size 14344
checkpoint-13000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e9958ae2b7cf5d8d057044bb12cdaf95ce6196e99949d23ba46b1ac67213d36
3
+ size 988
checkpoint-13000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d52df4a2b9c4b676171e24249e03e01a4bcfad8820469d6ed0ae2cf32ef97935
3
+ size 1000
checkpoint-14000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac8929235d09b54ee8c7e66f2ecb03b69f521e0f5a176c6c2c3fd0ab09cd7bea
3
+ size 5189580
checkpoint-14000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687313e9dd3c33648f4deea21318515b669b122c73b3797eecd662301a3609bf
3
+ size 9437288
checkpoint-14000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8f9ddfaa9c9b438504786815b826a5d88e97b1df49037c3cabdd12d7bcf9a5
3
+ size 14344
checkpoint-14000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:137bf2456df76d40371692f0eecea99ed05c3ec14e34735749eea126b7bd4de7
3
+ size 988
checkpoint-14000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42f0de54bbe28d04ef516fa47d4d270a0198e974dd27a0003b6ed3d086595379
3
+ size 1000
checkpoint-15000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:533ebd2c122d74b6abd79566af94a4b88dcb1e18d86897fcf35720d8851e37d3
3
+ size 5189580
checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1278d7b16682926d360751665d3d3ea64bd23a118fbc6c99ab4d8439138be599
3
+ size 9437288
checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef67d1e7d3793d1c94e881f1e36772b5b610ecc6aea02d169f958bcb33c70722
3
+ size 14344
checkpoint-15000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93af8893f438c1eaeaf8036bdc2c2b8f9c626c28812239be94f362317178c3fc
3
+ size 988
checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:089b88e2f3cc4024202735aa543e1a55510900ebefc42b257af6b2f0dc42b8be
3
+ size 1000
checkpoint-16000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f4ca10d0338823231ca91e89ec218e5f42085c92a812cf59fdac586f9b8c7a9
3
+ size 5189580
checkpoint-16000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201fb08f8f4139a15ff1fc7bd4d59faa0e91624eb58b2b38b18c226ca0cce727
3
+ size 9437288
checkpoint-16000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780f9ce39f355308a872db4f3ff57262c7f863181f42ebb2e171046bfa84cbdf
3
+ size 14344
checkpoint-16000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0b404b927fd60df25209ba9f0957d1ff1c5a96bb96fa6166fdd11c18b2495a
3
+ size 988
checkpoint-16000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b609e745f4d561f93bbb5cbe84f528fe9add3ec3cad5c939598cb7d8a61ecd3
3
+ size 1000
checkpoint-17000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5af95f983cda0d0bcbfb9297bb718106353dffdf95e8dbeb52a9297c830c9e83
3
+ size 5189580
checkpoint-17000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0006be1f80803812d21fc0c8212398ccb45b8424a813c1275bf6523d9c78022
3
+ size 9437288
checkpoint-17000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1db2ce92cbd2636be04fa5fccf858bd734463ec677c36b0d8db6a7709e5ede9
3
+ size 14344
checkpoint-17000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6783d9ef5987b4fe8bdc6107aefcb78bbd4c72770202b96d2260868f3b4aeb13
3
+ size 988
checkpoint-17000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd37878d5fd564c5fc4f42494b6686ba1b4ef59bbc124bbb450900a935514c1
3
+ size 1000
checkpoint-18000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e055eef143e25f01654645b77251af624758237629d9e1c73693982f8e3919c0
3
+ size 5189580
checkpoint-18000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d1cb096c2018e38235a95ed9a39471ce7e89eeebaac8827c5ca32e82de5e865
3
+ size 9437288
checkpoint-18000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e0040de3b6b58d1eb5d16504bb59395ecf5a238f76817fad9b0ff1f2b38903d
3
+ size 14344