Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: openrail
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
4 |
+
vae_path: madebyollin/sdxl-vae-fp16-fix
|
5 |
+
instance_prompt: janeycat girl
|
6 |
+
tags:
|
7 |
+
- text-to-image
|
8 |
+
- text-to-image
|
9 |
+
- diffusers-training
|
10 |
+
- diffusers
|
11 |
+
- lora
|
12 |
+
- template:sd-lora
|
13 |
+
- stable-diffusion-xl
|
14 |
+
- stable-diffusion-xl-diffusers
|
15 |
+
datasets:
|
16 |
+
- orrinj/janeycat2ndrun
|
17 |
+
widget:
|
18 |
+
- text: "janeycat girl, looking to side, smile"
|
19 |
+
output:
|
20 |
+
url: images/janeycat_test.jpg
|
21 |
+
---
|
22 |
+
|
23 |
+
This is a hopefully properly built slighly more functional middle level LoRA (equivalent to the second lora stage suggested in this guide https://blib.la/blog/mastering-character-consistency-in-stable-diffusion-sdxl-a-detailed-guide)
|
24 |
+
|
25 |
+
---
|