End of training
Browse files- .gitattributes +4 -0
- README.md +81 -0
- huggy_lora_te.safetensors +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- pytorch_lora_weights.safetensors +3 -0
.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 emoji dressed as yoda'
|
12 |
+
output:
|
13 |
+
url:
|
14 |
+
"image_0.png"
|
15 |
+
|
16 |
+
- text: 'a TOK emoji dressed as yoda'
|
17 |
+
output:
|
18 |
+
url:
|
19 |
+
"image_1.png"
|
20 |
+
|
21 |
+
- text: 'a TOK emoji dressed as yoda'
|
22 |
+
output:
|
23 |
+
url:
|
24 |
+
"image_2.png"
|
25 |
+
|
26 |
+
- text: 'a TOK emoji dressed as yoda'
|
27 |
+
output:
|
28 |
+
url:
|
29 |
+
"image_3.png"
|
30 |
+
|
31 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
32 |
+
instance_prompt: a TOK emoji
|
33 |
+
license: openrail++
|
34 |
+
---
|
35 |
+
|
36 |
+
# SDXL LoRA DreamBooth - linoyts/huggy_lora_te
|
37 |
+
|
38 |
+
<Gallery />
|
39 |
+
|
40 |
+
## Model description
|
41 |
+
|
42 |
+
### These are linoyts/huggy_lora_te 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 **[`huggy_lora_te.safetensors` here 💾](/linoyts/huggy_lora_te/blob/main/huggy_lora_te.safetensors)**.
|
49 |
+
- Place it on your `models/Lora` folder.
|
50 |
+
- On AUTOMATIC1111, load the LoRA by adding `<lora:huggy_lora_te: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/huggy_lora_te', weight_name='pytorch_lora_weights.safetensors')
|
61 |
+
|
62 |
+
image = pipeline('a TOK emoji dressed as yoda').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 a TOK emoji to trigger the image generation.
|
70 |
+
|
71 |
+
## Details
|
72 |
+
All [Files & versions](/linoyts/huggy_lora_te/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. True.
|
77 |
+
|
78 |
+
Pivotal tuning was enabled: False.
|
79 |
+
|
80 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
81 |
+
|
huggy_lora_te.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:423a373bb457782858136a413f5ca58499a5f06d174079af23cf7853d0537bcc
|
3 |
+
size 237421752
|
image_0.png
ADDED
Git LFS Details
|
image_1.png
ADDED
Git LFS Details
|
image_2.png
ADDED
Git LFS Details
|
image_3.png
ADDED
Git LFS Details
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e654e45f617e97616afe666d3e905942e9cf5ffd56d66e02073b0b6d22a9de30
|
3 |
+
size 237400944
|