Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- stable-diffusion
|
| 4 |
+
pipeline_tag: text-to-image
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# SDXL-PD6-Character-Dora-1024
|
| 9 |
+
|
| 10 |
+
A collection of various character loras (some of you may be familiar with my posts on [CivitAI](https://civitai.com/user/DocShotgun)) trained at 1024 resolution on [Pony Diffusion V6 XL](https://civitai.com/models/257749) and intended to be used with said model as well as derivative models such as [AutismMix SDXL](https://civitai.com/models/288584).
|
| 11 |
+
|
| 12 |
+
These are trained using [DoRA](https://arxiv.org/abs/2402.09353) targetting the linear and conv layers of the unet while freezing the text encoder. All datasets were re-labeled and some were expanded with additional images to improve quality.
|
| 13 |
+
|
| 14 |
+
Training was done using manually-gathered datasets and [Derrian Distro's training scripts](https://github.com/derrian-distro/LoRA_Easy_Training_Scripts) on 1x 4090. Detailed training data, including trained tags, is provided in the safetensors metadata included with each lora.
|
| 15 |
+
|
| 16 |
+
These are provided as-is, and YMMV. The user is responsible for any outputs produced using these loras, and outputs may vary depending on the base model used.
|