Shubham9280 commited on
Commit
72ecb37
·
verified ·
1 Parent(s): 4bd2f03

End of training

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

Git LFS Details

  • SHA256: 35a4c34f64de04f52df34708e9614dc6d1c2f0c41dd103603fb1947698d9f92f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 312025fb1b8efd2b8517fe2755ff4a939f2c57cf1241760137dad8deef9732c5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB
image_2.png ADDED

Git LFS Details

  • SHA256: ad5c2e66bfc820b9d9fb33a96f16d5a341c15062b694df175a7ee891b5708e99
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
image_3.png ADDED
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b40b9910caeabb9972ca2a570c06e0b74b9df74f0244d9204c394457482e09f
3
+ size 4743176