Santus108 commited on
Commit
72db420
·
verified ·
1 Parent(s): 1e9c4a8

End of training

Browse files
Files changed (2) hide show
  1. README.md +87 -0
  2. pytorch_lora_weights.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: diffusers
4
+ tags:
5
+ - text-to-image
6
+ - diffusers-training
7
+ - diffusers
8
+ - lora
9
+ - replicate
10
+ - template:sd-lora
11
+ - sd3.5-large
12
+ - sd3.5
13
+ - sd3.5-diffusers
14
+ base_model: stabilityai/stable-diffusion-3.5-large
15
+ instance_prompt: SANKTOS sitting at her desk, focused on her computer screen, captured
16
+ from a close-up angle that highlights her expression and concentration; soft ambient
17
+ lighting illuminates her face and workspace, with vibrant colors on the computer
18
+ screen adding a creative energy.
19
+ widget: []
20
+ ---
21
+
22
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
23
+ should probably proofread and complete it, then remove this comment. -->
24
+
25
+
26
+ # SD3.5-Large DreamBooth LoRA - Santus108/newnat
27
+
28
+ <Gallery />
29
+
30
+ ## Model description
31
+
32
+ These are Santus108/newnat DreamBooth LoRA weights for stable-diffusion-3.5-large.
33
+
34
+ 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).
35
+
36
+ Was LoRA for the text encoder enabled? False.
37
+
38
+ ## Trigger words
39
+
40
+ You should use `SANKTOS sitting at her desk, focused on her computer screen, captured from a close-up angle that highlights her expression and concentration; soft ambient lighting illuminates her face and workspace, with vibrant colors on the computer screen adding a creative energy.` to trigger the image generation.
41
+
42
+ ## Download model
43
+
44
+ [Download the *.safetensors LoRA](Santus108/newnat/tree/main) in the Files & versions tab.
45
+
46
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
47
+
48
+ ```py
49
+ from diffusers import AutoPipelineForText2Image
50
+ import torch
51
+ pipeline = AutoPipelineForText2Image.from_pretrained(stable-diffusion-3.5-large, torch_dtype=torch.float16).to('cuda')
52
+ pipeline.load_lora_weights('Santus108/newnat', weight_name='pytorch_lora_weights.safetensors')
53
+ image = pipeline('SANKTOS sitting at her desk, focused on her computer screen, captured from a close-up angle that highlights her expression and concentration; soft ambient lighting illuminates her face and workspace, with vibrant colors on the computer screen adding a creative energy.').images[0]
54
+ ```
55
+
56
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
57
+
58
+ - **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/Santus108/newnat/blob/main/diffusers_lora_weights.safetensors)**.
59
+ - Rename it and place it on your `models/Lora` folder.
60
+ - 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/).
61
+
62
+ 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)
63
+
64
+ ## License
65
+
66
+ Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3.5-large/blob/main/LICENSE.md).
67
+
68
+ ## Training details
69
+
70
+ Trained on Replicate using: [lucataco/stable-diffusion-3.5-large-lora-trainer](https://replicate.com/lucataco/stable-diffusion-3.5-large-lora-trainer)
71
+
72
+
73
+ ## Intended uses & limitations
74
+
75
+ #### How to use
76
+
77
+ ```python
78
+ # TODO: add an example code snippet for running this diffusion pipeline
79
+ ```
80
+
81
+ #### Limitations and bias
82
+
83
+ [TODO: provide examples of latent issues and potential remediations]
84
+
85
+ ## Training details
86
+
87
+ [TODO: describe the data used to train the model]
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca69addb5d595965a2dae3d50e5230aeaaa6c2f2e447a86fcf8907d6297698a3
3
+ size 23697992