Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
datasets:
|
4 |
+
- orrinj/janeycat2ndrun
|
5 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
6 |
+
vae_path: madebyollin/sdxl-vae-fp16-fix
|
7 |
+
instance_prompt: janeycat girl
|
8 |
+
tags:
|
9 |
+
- text-to-image
|
10 |
+
- text-to-image
|
11 |
+
- diffusers-training
|
12 |
+
- diffusers
|
13 |
+
- lora
|
14 |
+
- template:sd-lora
|
15 |
+
- stable-diffusion-xl
|
16 |
+
- stable-diffusion-xl-diffusers
|
17 |
+
---
|
18 |
+
|
19 |
+
Trained with dreambooth again but this time using reg images and a different script to allow for keep_tokens and other helpful options
|