Tojak commited on
Commit
8b8bf3d
·
verified ·
1 Parent(s): 9d2530c

End of training

Browse files
Files changed (2) hide show
  1. README.md +62 -0
  2. pytorch_lora_weights.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - stable-diffusion-xl
4
+ - stable-diffusion-xl-diffusers
5
+ - text-to-image
6
+ - diffusers
7
+ - lora
8
+ - template:sd-lora
9
+ widget:
10
+
11
+ - text: 'a ohwx character'
12
+
13
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
14
+ instance_prompt: a ohwx character
15
+ license: openrail++
16
+ ---
17
+
18
+ # SDXL LoRA DreamBooth - 626d7ad2-c5e8-4d58-88a9-42a3114f852d
19
+
20
+ <Gallery />
21
+
22
+ ## Model description
23
+
24
+ ### These are 626d7ad2-c5e8-4d58-88a9-42a3114f852d LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
25
+
26
+ ## Trigger words
27
+
28
+ You should use a ohwx character to trigger the image generation.
29
+
30
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
31
+
32
+ ```py
33
+ from diffusers import AutoPipelineForText2Image
34
+ import torch
35
+
36
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
37
+ pipeline.load_lora_weights('626d7ad2-c5e8-4d58-88a9-42a3114f852d', weight_name='pytorch_lora_weights.safetensors')
38
+
39
+ image = pipeline('a ohwx character').images[0]
40
+ ```
41
+
42
+ 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)
43
+
44
+ ## Download model
45
+
46
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
47
+
48
+ - Download the LoRA *.safetensors [here](/626d7ad2-c5e8-4d58-88a9-42a3114f852d/blob/main/pytorch_lora_weights.safetensors). Rename it and place it on your Lora folder.
49
+ - Download the text embeddings *.safetensors [here](/626d7ad2-c5e8-4d58-88a9-42a3114f852d/blob/main/embeddings.safetensors). Rename it and place it on it on your embeddings folder.
50
+
51
+ All [Files & versions](/626d7ad2-c5e8-4d58-88a9-42a3114f852d/tree/main).
52
+
53
+ ## Details
54
+
55
+ The weights were trained using [🧨 diffusers Advanced Dreambooth Training Script](https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py).
56
+
57
+ LoRA for the text encoder was enabled. True.
58
+
59
+ Pivotal tuning was enabled: False.
60
+
61
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
62
+
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d68e1fef1cb2ccfa1031920348993a8e72914c064eb6b8727283719d6222aa
3
+ size 237398704