Doctor-Shotgun
commited on
Commit
•
6e4de50
1
Parent(s):
87d479b
Update license to match base model
Browse files
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- stable-diffusion
|
4 |
-
license: apache-2.0
|
5 |
pipeline_tag: text-to-image
|
6 |
---
|
7 |
|
@@ -9,6 +11,8 @@ pipeline_tag: text-to-image
|
|
9 |
|
10 |
Re-train of a majority of my existing character loras (some of you may be familiar with my posts on [CivitAI](https://civitai.com/user/DocShotgun)) at 1024 resolution on [animagine-xl-3.0-base](https://huggingface.co/cagliostrolab/animagine-xl-3.0-base). The previews folder contains example images generated with each lora, each containing embedded generation info.
|
11 |
|
12 |
-
Training was done using manually-gathered datasets, and [Derrian Distro's training scripts](https://github.com/derrian-distro/LoRA_Easy_Training_Scripts).
|
13 |
|
14 |
-
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.
|
|
|
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
license_name: faipl-1.0-sd
|
4 |
+
license_link: https://freedevproject.org/faipl-1.0-sd/
|
5 |
tags:
|
6 |
- stable-diffusion
|
|
|
7 |
pipeline_tag: text-to-image
|
8 |
---
|
9 |
|
|
|
11 |
|
12 |
Re-train of a majority of my existing character loras (some of you may be familiar with my posts on [CivitAI](https://civitai.com/user/DocShotgun)) at 1024 resolution on [animagine-xl-3.0-base](https://huggingface.co/cagliostrolab/animagine-xl-3.0-base). The previews folder contains example images generated with each lora, each containing embedded generation info.
|
13 |
|
14 |
+
Training was done using manually-gathered datasets, and [Derrian Distro's training scripts](https://github.com/derrian-distro/LoRA_Easy_Training_Scripts). Detailed training data 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.
|
17 |
+
|
18 |
+
This model adopts the [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/) of the base model [animagine-xl-3.0-base](https://huggingface.co/cagliostrolab/animagine-xl-3.0-base).
|