SteveWCG commited on
Commit
450feba
·
verified ·
1 Parent(s): 40fbd51

End of training

Browse files
.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,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: A bike lane with a buffer zone of protective bollards separating
6
+ cyclists from moving car traffic.
7
+ widget:
8
+ - text: A photo of a bike lane with a buffer zone of protective bollards separating
9
+ cyclists from moving car traffic.
10
+ output:
11
+ url: image_0.png
12
+ - text: A photo of a bike lane with a buffer zone of protective bollards separating
13
+ cyclists from moving car traffic.
14
+ output:
15
+ url: image_1.png
16
+ - text: A photo of a bike lane with a buffer zone of protective bollards separating
17
+ cyclists from moving car traffic.
18
+ output:
19
+ url: image_2.png
20
+ - text: A photo of a bike lane with a buffer zone of protective bollards separating
21
+ cyclists from moving car traffic.
22
+ output:
23
+ url: image_3.png
24
+ tags:
25
+ - text-to-image
26
+ - diffusers-training
27
+ - diffusers
28
+ - lora
29
+ - template:sd-lora
30
+ - sd3
31
+ - sd3-diffusers
32
+ ---
33
+
34
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
35
+ should probably proofread and complete it, then remove this comment. -->
36
+
37
+
38
+ # SD3 DreamBooth LoRA - SteveWCG/trained_protect
39
+
40
+ <Gallery />
41
+
42
+ ## Model description
43
+
44
+ These are SteveWCG/trained_protect DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers.
45
+
46
+ 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).
47
+
48
+ Was LoRA for the text encoder enabled? True.
49
+
50
+ ## Trigger words
51
+
52
+ You should use `A bike lane with a buffer zone of protective bollards separating cyclists from moving car traffic.` to trigger the image generation.
53
+
54
+ ## Download model
55
+
56
+ [Download the *.safetensors LoRA](SteveWCG/trained_protect/tree/main) in the Files & versions tab.
57
+
58
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
59
+
60
+ ```py
61
+ from diffusers import AutoPipelineForText2Image
62
+ import torch
63
+ pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3-medium-diffusers, torch_dtype=torch.float16).to('cuda')
64
+ pipeline.load_lora_weights('SteveWCG/trained_protect', weight_name='pytorch_lora_weights.safetensors')
65
+ image = pipeline('A photo of a bike lane with a buffer zone of protective bollards separating cyclists from moving car traffic.').images[0]
66
+ ```
67
+
68
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
69
+
70
+ - **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/SteveWCG/trained_protect/blob/main/diffusers_lora_weights.safetensors)**.
71
+ - Rename it and place it on your `models/Lora` folder.
72
+ - 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/).
73
+
74
+ 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)
75
+
76
+ ## License
77
+
78
+ Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
79
+
80
+
81
+ ## Intended uses & limitations
82
+
83
+ #### How to use
84
+
85
+ ```python
86
+ # TODO: add an example code snippet for running this diffusion pipeline
87
+ ```
88
+
89
+ #### Limitations and bias
90
+
91
+ [TODO: provide examples of latent issues and potential remediations]
92
+
93
+ ## Training details
94
+
95
+ [TODO: describe the data used to train the model]
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:016cc20db78e2c99c6700a1b508d6329bc59ef225fbd8e00ac6a54151f732695
3
+ size 127102828
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d43b06dfa6b423fb39835584de8c5d3e92f7020d9970be0413438b801dd15b6
3
+ size 63343480
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45bf41a8676c2d89ca3c9e6b854a2412087dcb0dce495f5c8163f839ff0823ff
3
+ size 14344
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181e4560f4cda1223865ff38b624cc6d46241a49c79f267480e2980dd5a2b302
3
+ size 988
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:346da97ff96dad7500d32aad5cd286bb3bfaa030458ee7ff5ba0e84f00267e9b
3
+ size 1064
image_0.png ADDED

Git LFS Details

  • SHA256: 8ba367744ecd86b4943bd7f5b6e931563e5d6bbaea94482bdf4596f2848cd364
  • Pointer size: 132 Bytes
  • Size of remote file: 1.93 MB
image_1.png ADDED

Git LFS Details

  • SHA256: dd1476617fab9fa6226a66a5e639fd8540febb4d9c9a703a7d4f71c6c3935d43
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 6912cb41e2de6b20568cdc6f0dbc87ec60407ca30f3af86b34af7f185aefd8a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.9 MB
image_3.png ADDED

Git LFS Details

  • SHA256: a484cdcb219b74ce4d3866bc347b0f0a85ab116df5007e24b99bef72556a3c99
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef50d608c4fcf0061ffd919eef78570736917126e101da27fb6a52c930a1c51f
3
+ size 44567416