Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- stable-diffusion-xl
|
@@ -5,18 +6,20 @@ tags:
|
|
5 |
- text-to-image
|
6 |
- diffusers
|
7 |
- lora
|
|
|
|
|
8 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
9 |
-
instance_prompt: a photo of TOK
|
10 |
license: openrail++
|
11 |
-
|
12 |
|
13 |
-
# SDXL LoRA DreamBooth -
|
14 |
|
15 |
<Gallery />
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
-
### These are
|
20 |
|
21 |
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
22 |
|
@@ -24,8 +27,13 @@ LoRA for the text encoder was enabled: False.
|
|
24 |
|
25 |
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
26 |
|
|
|
|
|
|
|
|
|
27 |
## Download model
|
28 |
|
29 |
Weights for this model are available in Safetensors format.
|
30 |
|
31 |
-
[Download](
|
|
|
|
1 |
+
|
2 |
---
|
3 |
tags:
|
4 |
- stable-diffusion-xl
|
|
|
6 |
- text-to-image
|
7 |
- diffusers
|
8 |
- lora
|
9 |
+
- template:sd-lora
|
10 |
+
|
11 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
12 |
+
instance_prompt: a photo of TOK dog
|
13 |
license: openrail++
|
14 |
+
---
|
15 |
|
16 |
+
# SDXL LoRA DreamBooth - LinoyTsaban/corgy_dog_LoRA
|
17 |
|
18 |
<Gallery />
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
### These are LinoyTsaban/corgy_dog_LoRA LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
23 |
|
24 |
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
25 |
|
|
|
27 |
|
28 |
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
29 |
|
30 |
+
## Trigger words
|
31 |
+
|
32 |
+
You should use a photo of TOK dog to trigger the image generation.
|
33 |
+
|
34 |
## Download model
|
35 |
|
36 |
Weights for this model are available in Safetensors format.
|
37 |
|
38 |
+
[Download](LinoyTsaban/corgy_dog_LoRA/tree/main) them in the Files & versions tab.
|
39 |
+
|