AdamLucek commited on
Commit
0d568d3
·
verified ·
1 Parent(s): e915a97

Upload 16 files

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
+ dreambooth_lora/image_0.png filter=lfs diff=lfs merge=lfs -text
37
+ dreambooth_lora/image_1.png filter=lfs diff=lfs merge=lfs -text
38
+ dreambooth_lora/image_2.png filter=lfs diff=lfs merge=lfs -text
39
+ dreambooth_lora/image_3.png filter=lfs diff=lfs merge=lfs -text
dreambooth_lora/README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: openrail++
5
+ tags:
6
+ - text-to-image
7
+ - diffusers-training
8
+ - diffusers
9
+ - lora
10
+ - sd3
11
+ - sd3-diffusers
12
+ - template:sd-lora
13
+ instance_prompt: A photo of T0K cube
14
+ widget:
15
+ - text: A photo of T0K cube on a shelf
16
+ output:
17
+ url: image_0.png
18
+ - text: A photo of T0K cube on a shelf
19
+ output:
20
+ url: image_1.png
21
+ - text: A photo of T0K cube on a shelf
22
+ output:
23
+ url: image_2.png
24
+ - text: A photo of T0K cube on a shelf
25
+ output:
26
+ url: image_3.png
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 - AdamLucek/sd3-cube-dreambooth-lora-2
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are AdamLucek/sd3-cube-dreambooth-lora-2 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? True.
44
+
45
+ ## Trigger words
46
+
47
+ You should use `A photo of T0K cube` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](AdamLucek/sd3-cube-dreambooth-lora-2/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('AdamLucek/sd3-cube-dreambooth-lora-2', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('A photo of T0K cube on a shelf').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 💾](/AdamLucek/sd3-cube-dreambooth-lora-2/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).
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]
dreambooth_lora/checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00a749e8343768462a48417894b56d6ca567d2f623f1dbeb1dc499af708c2b1
3
+ size 89586365
dreambooth_lora/checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568c393a24b69eb26a0f41b8a75698c74d038eef1e96d0cb588505c79a7ca00f
3
+ size 39907448
dreambooth_lora/checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b2f5ed8847fa116013280809721d26f95db045102c325e9d9256381a066195
3
+ size 14663
dreambooth_lora/checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad616fa8bf98d3828a240a1d04da07b3cde827482dc4ddf48ca91fadf87ed234
3
+ size 557
dreambooth_lora/checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6acf38dcec78950314317603a6c40927345277f58e5693b8efcd8d9a2235a095
3
+ size 627
dreambooth_lora/checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6925c7969aa90e5dc898c6cde2a4e832b3c5580d1334a5dd9b2878b4cd3bdb43
3
+ size 89586365
dreambooth_lora/checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6acdca39adb8689e3aa12d386504fe1178e1324b9ad8f49cac52c1c1f65b069
3
+ size 39907448
dreambooth_lora/checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0148aa7563edf221b03680ca19ca5ae6845642ed138b208c721c74bee131ae
3
+ size 14663
dreambooth_lora/checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aa1f0103baa124249c722b3ae583392567c9d0f029fd679f996ebe43cf441ec
3
+ size 557
dreambooth_lora/checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e772093f57213b5a39e3fbae0dfcfddae9c832ddcb58218509b6592edc7d1d8a
3
+ size 627
dreambooth_lora/image_0.png ADDED

Git LFS Details

  • SHA256: 194fd5261d22f58fb8e751dfc3d8929048151837a33f80ae32bea235be44b27e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
dreambooth_lora/image_1.png ADDED

Git LFS Details

  • SHA256: 10354134e871bb0c8ab73d924957558ba26731c43f80c8f51e597dac0c7a9976
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
dreambooth_lora/image_2.png ADDED

Git LFS Details

  • SHA256: 2119a54116ee4830fe8d325e26895d8aaf5b110dff82e3e24d95f2b6fc34def4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
dreambooth_lora/image_3.png ADDED

Git LFS Details

  • SHA256: 2b7685751e1077116a8d234f328b603e967e3eddc8931f792ee2a206cede7292
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
dreambooth_lora/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88825a711b5432ac01ade1236b0732172ba5dc6d0ff035cb0617ad04d377a7c4
3
+ size 44640152