Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
-
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
base_model:
|
5 |
-
- stabilityai/stable-diffusion-xl-base-1.0
|
6 |
-
pipeline_tag: text-to-image
|
7 |
-
library_name: diffusers
|
8 |
-
---
|
9 |
---
|
10 |
tags:
|
11 |
- stable-diffusion-xl
|
@@ -14,18 +7,19 @@ tags:
|
|
14 |
- diffusers
|
15 |
- lora
|
16 |
- template:sd-lora
|
|
|
17 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
18 |
-
instance_prompt: a photo of TOK
|
19 |
license: openrail++
|
20 |
-
|
21 |
|
22 |
-
# SDXL LoRA DreamBooth -
|
23 |
|
24 |
<Gallery />
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
### These are
|
29 |
|
30 |
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
31 |
|
@@ -35,10 +29,11 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
|
35 |
|
36 |
## Trigger words
|
37 |
|
38 |
-
You should use a photo of TOK
|
39 |
|
40 |
## Download model
|
41 |
|
42 |
Weights for this model are available in Safetensors format.
|
43 |
|
44 |
-
[Download](
|
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
---
|
3 |
tags:
|
4 |
- stable-diffusion-xl
|
|
|
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 |
|
|
|
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 |
+
|