Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: openrail++
|
4 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
5 |
+
instance_prompt: a photo of lady named sybil
|
6 |
+
tags:
|
7 |
+
- stable-diffusion-xl
|
8 |
+
- stable-diffusion-xl-diffusers
|
9 |
+
- text-to-image
|
10 |
+
- diffusers
|
11 |
+
- lora
|
12 |
+
inference: true
|
13 |
+
---
|
14 |
+
|
15 |
+
# LoRA DreamBooth - ATmeraki/sybil-a
|
16 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were trained on a photo of girl named avneet using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
LoRA for the text encoder was enabled: False.
|
21 |
+
|
22 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|