SteveWCG commited on
Commit
5cb5f4c
·
verified ·
1 Parent(s): 8d473cd

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 white-painted buffer zone separating cyclists
6
+ from moving car traffic.
7
+ widget:
8
+ - text: A photo of a bike lane with a white-painted buffer zone separating cyclists
9
+ from moving car traffic.
10
+ output:
11
+ url: image_0.png
12
+ - text: A photo of a bike lane with a white-painted buffer zone separating cyclists
13
+ from moving car traffic.
14
+ output:
15
+ url: image_1.png
16
+ - text: A photo of a bike lane with a white-painted buffer zone separating cyclists
17
+ from moving car traffic.
18
+ output:
19
+ url: image_2.png
20
+ - text: A photo of a bike lane with a white-painted buffer zone separating cyclists
21
+ 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_buffer
39
+
40
+ <Gallery />
41
+
42
+ ## Model description
43
+
44
+ These are SteveWCG/trained_buffer 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 white-painted buffer zone separating cyclists from moving car traffic.` to trigger the image generation.
53
+
54
+ ## Download model
55
+
56
+ [Download the *.safetensors LoRA](SteveWCG/trained_buffer/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_buffer', weight_name='pytorch_lora_weights.safetensors')
65
+ image = pipeline('A photo of a bike lane with a white-painted buffer zone 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_buffer/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:24b8322d075926285bf6fce031ec5dd2872ad80792a9f5a306bfcc3eb4ef175d
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:d601c12d629f0b16a47e46d7e45871eb00f8414cfbcaed8a19b396f48fa981b6
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:df822c77954d45d4e396aac306e768f18464ae8b66be885015aa18fe29cd729e
3
+ size 14344
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36cae909ce9b6617670a0ff0b04f0e559146b49fb7708db29ffc2160704e2ee9
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: cc6c7a33e57c040740259bacd013b7de1a9d2d4a3fe2270eea007c8a69eb8f7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 03fc0a1f9be19c80d1d033bdc852387776851682d408c048a7ea73ce74dc75aa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 2d7ed9c02d1b36173aeac5bef688174e532f970b6f590cc2baffba97fded3ff0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
image_3.png ADDED

Git LFS Details

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