adds Seia LoRA
Browse files- README.md +5 -0
- seia/README.md +46 -0
- seia/chara-seia-v1.png +3 -0
- seia/chara-seia-v1.safetensors +3 -0
- seia/example-001-DefmixRed-v1.png +3 -0
- seia/example-002-DefmixRed-v1.png +3 -0
- seia/example-003-DefmixRed-v1.png +3 -0
- seia/lora_chara_seia_v1_96i13r.json +54 -0
README.md
CHANGED
@@ -64,6 +64,11 @@ Here you will find the various LoRAs I've trained, typically of Blue Archive cha
|
|
64 |
|
65 |
[![Reisa](reisa/chara-reisa-v3.png)](https://huggingface.co/khanon/lora-training/blob/main/reisa/README.md)
|
66 |
|
|
|
|
|
|
|
|
|
|
|
67 |
### Shizuko
|
68 |
[Kawawa Shizuko / 河和シズコ / 카와와 시즈코 / 河和靜子](https://huggingface.co/khanon/lora-training/blob/main/shizuko/README.md)
|
69 |
|
|
|
64 |
|
65 |
[![Reisa](reisa/chara-reisa-v3.png)](https://huggingface.co/khanon/lora-training/blob/main/reisa/README.md)
|
66 |
|
67 |
+
### Seia
|
68 |
+
[Yurizono Seia / 百合園セイア / 유리조노 세이아 / 百合園圣娅](https://huggingface.co/khanon/lora-training/blob/main/seia/README.md)
|
69 |
+
|
70 |
+
[![Seia](seia/chara-seia-v1.png)](https://huggingface.co/khanon/lora-training/blob/main/seia/README.md)
|
71 |
+
|
72 |
### Shizuko
|
73 |
[Kawawa Shizuko / 河和シズコ / 카와와 시즈코 / 河和靜子](https://huggingface.co/khanon/lora-training/blob/main/shizuko/README.md)
|
74 |
|
seia/README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Yurizono Seia (Blue Archive)
|
2 |
+
百合園セイア (ブルーアーカイブ) / 유리조노 세이아 (블루 아카이브) / 百合園圣娅 (蔚藍檔案)
|
3 |
+
|
4 |
+
[**Download here.**](https://huggingface.co/khanon/lora-training/blob/main/seia/chara-seia-v1.safetensors)
|
5 |
+
|
6 |
+
## Table of Contents
|
7 |
+
- [Preview](#preview)
|
8 |
+
- [Usage](#usage)
|
9 |
+
- [Training](#training)
|
10 |
+
- [Revisions](#revisions)
|
11 |
+
|
12 |
+
## Preview
|
13 |
+
![Seia portrait](chara-seia-v1.png)
|
14 |
+
![Seia preview 1](example-001-DefmixRed-v1.png)
|
15 |
+
![Seia preview 2](example-003-DefmixRed-v1.png)
|
16 |
+
|
17 |
+
## Usage
|
18 |
+
Use any or all of the following tags to summon Arona: `seia, 1girl, fox ears, parted bangs, halo, multicolored eyes, flower wreath, blonde hair`
|
19 |
+
|
20 |
+
For her normal outfit: `white dress, sleeveless dress, blue necktie, sleeves past wrists, sleeves past fingers, detached sleeves, white pantyhose, high heels`
|
21 |
+
- Her dress was also tagged with `collared dress` and `frilled dress` if those elements were visible.
|
22 |
+
- Choose `sleeves past wrists` or `sleeves past fingers` depending on whether her fingers should be visible.
|
23 |
+
- Negative prompt `detached sleeves` for alternative outfits where she should not be wearing the dress.
|
24 |
+
|
25 |
+
For her expressions: `expressionless` / `light smile` / `parted lips`
|
26 |
+
- Use `half-closed eyes`, `sleepy` or `tareme` if her eyes are too wide.
|
27 |
+
|
28 |
+
## Training
|
29 |
+
*Exact parameters are provided in the accompanying JSON files.*
|
30 |
+
- Trained on a set of 96 images.
|
31 |
+
- 13 repeats
|
32 |
+
- 3 batch size, 4 epochs
|
33 |
+
- `(96 * 13) / 3 * 4` = 1664 steps
|
34 |
+
- Initially tagged with WD1.4 swin-v2 model. Tags pruned/edited for consistency.
|
35 |
+
- `constant_with_warmup` scheduler
|
36 |
+
- 1.5e-5 text encoder LR
|
37 |
+
- 1.5e-4 unet LR
|
38 |
+
- 1e-5 optimizer LR
|
39 |
+
- Used network_dimension 128 (same as usual) / network alpha 128 (default)
|
40 |
+
- Training resolution 832x832.
|
41 |
+
- Trained without VAE.
|
42 |
+
- [Dataset can be found on the mega.co.nz repository.](https://mega.nz/folder/SupXFCiC#C992OYnVa8svZt3PdUObww)
|
43 |
+
|
44 |
+
## Revisions
|
45 |
+
- v1 (2023-02-12)
|
46 |
+
- Initial release.
|
seia/chara-seia-v1.png
ADDED
Git LFS Details
|
seia/chara-seia-v1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01ac912355ace8adb41ffb8af91db4235427bd90038b1d1ec819722221e84306
|
3 |
+
size 151119103
|
seia/example-001-DefmixRed-v1.png
ADDED
Git LFS Details
|
seia/example-002-DefmixRed-v1.png
ADDED
Git LFS Details
|
seia/example-003-DefmixRed-v1.png
ADDED
Git LFS Details
|
seia/lora_chara_seia_v1_96i13r.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pretrained_model_name_or_path": "G:/sd/repo/models/Stable-diffusion/nai-animefull-final-pruned.safetensors",
|
3 |
+
"v2": false,
|
4 |
+
"v_parameterization": false,
|
5 |
+
"logging_dir": "",
|
6 |
+
"train_data_dir": "G:/sd/training/datasets/seia/dataset",
|
7 |
+
"reg_data_dir": "",
|
8 |
+
"output_dir": "G:/sd/lora/trained/chara/seia",
|
9 |
+
"max_resolution": "832,832",
|
10 |
+
"learning_rate": "1e-5",
|
11 |
+
"lr_scheduler": "constant_with_warmup",
|
12 |
+
"lr_warmup": "5",
|
13 |
+
"train_batch_size": 3,
|
14 |
+
"epoch": "4",
|
15 |
+
"save_every_n_epochs": "",
|
16 |
+
"mixed_precision": "fp16",
|
17 |
+
"save_precision": "fp16",
|
18 |
+
"seed": "31337",
|
19 |
+
"num_cpu_threads_per_process": 32,
|
20 |
+
"cache_latents": true,
|
21 |
+
"caption_extension": ".txt",
|
22 |
+
"enable_bucket": true,
|
23 |
+
"gradient_checkpointing": false,
|
24 |
+
"full_fp16": false,
|
25 |
+
"no_token_padding": false,
|
26 |
+
"stop_text_encoder_training": 0,
|
27 |
+
"use_8bit_adam": true,
|
28 |
+
"xformers": true,
|
29 |
+
"save_model_as": "safetensors",
|
30 |
+
"shuffle_caption": true,
|
31 |
+
"save_state": false,
|
32 |
+
"resume": "",
|
33 |
+
"prior_loss_weight": 1.0,
|
34 |
+
"text_encoder_lr": "1.5e-5",
|
35 |
+
"unet_lr": "1.5e-4",
|
36 |
+
"network_dim": 128,
|
37 |
+
"lora_network_weights": "",
|
38 |
+
"color_aug": false,
|
39 |
+
"flip_aug": false,
|
40 |
+
"clip_skip": 2,
|
41 |
+
"gradient_accumulation_steps": 1.0,
|
42 |
+
"mem_eff_attn": false,
|
43 |
+
"output_name": "chara-seia-v1",
|
44 |
+
"model_list": "",
|
45 |
+
"max_token_length": "150",
|
46 |
+
"max_train_epochs": "",
|
47 |
+
"max_data_loader_n_workers": "",
|
48 |
+
"network_alpha": 128,
|
49 |
+
"training_comment": "Character: `seia, fox ears, parted bangs, halo, multicolored eyes, flower wreath, blonde hair`\nStandard outfit: `sleeveless dress, blue necktie, collared dress, frilled dress, sleeves past wrists, sleeves past fingers, detached sleeves, white pantyhose, high heels` (you don't need to add all of these)\nExpressions: `expressionless` / `light smile` / `:o`\n96 images * 13 repeats / 3 batch size * 4 epochs = 1664 steps",
|
50 |
+
"keep_tokens": 2,
|
51 |
+
"lr_scheduler_num_cycles": "",
|
52 |
+
"lr_scheduler_power": "",
|
53 |
+
"persistent_data_loader_workers": true
|
54 |
+
}
|