linoyts HF staff commited on
Commit
df4e568
·
verified ·
1 Parent(s): d1ca207

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,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 TOK woman with pink hair at a party'
12
+ output:
13
+ url:
14
+ "image_0.png"
15
+
16
+ - text: 'a TOK woman with pink hair at a party'
17
+ output:
18
+ url:
19
+ "image_1.png"
20
+
21
+ - text: 'a TOK woman with pink hair at a party'
22
+ output:
23
+ url:
24
+ "image_2.png"
25
+
26
+ - text: 'a TOK woman with pink hair at a party'
27
+ output:
28
+ url:
29
+ "image_3.png"
30
+
31
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
32
+ instance_prompt: photo of a TOK woman
33
+ license: openrail++
34
+ ---
35
+
36
+ # SDXL LoRA DreamBooth - linoyts/linoy_lora_unet
37
+
38
+ <Gallery />
39
+
40
+ ## Model description
41
+
42
+ ### These are linoyts/linoy_lora_unet LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
43
+
44
+ ## Download model
45
+
46
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
47
+
48
+ - **LoRA**: download **[`linoy_lora_unet.safetensors` here 💾](/linoyts/linoy_lora_unet/blob/main/linoy_lora_unet.safetensors)**.
49
+ - Place it on your `models/Lora` folder.
50
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:linoy_lora_unet:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
51
+
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
+
59
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
60
+ pipeline.load_lora_weights('linoyts/linoy_lora_unet', weight_name='pytorch_lora_weights.safetensors')
61
+
62
+ image = pipeline('a TOK woman with pink hair at a party').images[0]
63
+ ```
64
+
65
+ 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)
66
+
67
+ ## Trigger words
68
+
69
+ You should use photo of a TOK woman to trigger the image generation.
70
+
71
+ ## Details
72
+ All [Files & versions](/linoyts/linoy_lora_unet/tree/main).
73
+
74
+ 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).
75
+
76
+ LoRA for the text encoder was enabled. False.
77
+
78
+ Pivotal tuning was enabled: False.
79
+
80
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
81
+
image_0.png ADDED

Git LFS Details

  • SHA256: 8e2c4111602ad8ae03bac86c1d349d194ef9165b2f4d7b7a4842a20bb9d4ff31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
image_1.png ADDED

Git LFS Details

  • SHA256: be16774d04d894a2c8e81a008d26869ffbe7804b4a69c2af58ae9f0e8544c45b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 057ee41aa6c25d69d14aa568948039e561763d7bef4f844894f8ad5b63301996
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
image_3.png ADDED

Git LFS Details

  • SHA256: cdbe6f377b8b54aefcaa8b5da4fdd2de01e5206b1ff9804f8f790cd5d0a6a406
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
linoy_lora_unet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c3409525fb36c34cb5ab37f2a2780530f23cbc99b00b4f1cd3e2c391edbe506
3
+ size 186046568
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec030218da1fd95903b668ab51d670baad659d6b161f8e68b2ea0ec717758a0
3
+ size 185963768