Upload v1.0
Browse files- .gitattributes +1 -0
- .gitignore +6 -0
- README.md +55 -0
- model/v1-0/.gitattributes +1 -0
- model/v1-0/artifacts/.gitattributes +11 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000001.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000002.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000003.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000004.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000005.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000006.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000007.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000008.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000009.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0-000010.safetensors +3 -0
- model/v1-0/artifacts/yuri_seo_v1-0_20230917-171606.json +112 -0
- model/v1-0/samples/.gitattributes +3 -0
- model/v1-0/samples/1.png +3 -0
- model/v1-0/samples/1.txt +3 -0
- model/v1-0/samples/2.png +3 -0
- model/v1-0/samples/2.txt +3 -0
- model/v1-0/samples/3.png +3 -0
- model/v1-0/samples/3.txt +3 -0
- model/v1-0/samples/samples.webp +0 -0
- model/v1-0/yuri_seo_v1-0.safetensors +3 -0
.gitattributes
CHANGED
@@ -32,4 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
36 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ignore system and editor-specific files
|
2 |
+
.vscode/
|
3 |
+
|
4 |
+
# Ignore OS generated files
|
5 |
+
.DS_Store
|
6 |
+
Thumbs.db
|
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
---
|
2 |
license: unlicense
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: unlicense
|
3 |
---
|
4 |
+
|
5 |
+
# Yuri Seo LoRA
|
6 |
+
|
7 |
+
![Samples]
|
8 |
+
|
9 |
+
This is a LoRA model trained to generate images of [Yuri Seo] (in Korean:
|
10 |
+
서유리, in Japanese: ユリ=アスマ, Yuri Asuma), a character from the
|
11 |
+
[Closers Online] game.
|
12 |
+
|
13 |
+
[View on CivitAI]
|
14 |
+
|
15 |
+
### Releases
|
16 |
+
|
17 |
+
The training process includes programming the model for a specified number of
|
18 |
+
steps, saving the model at predetermined intervals. Subsequently, these saved
|
19 |
+
models are evaluated to identify the superior performing one, which is then
|
20 |
+
selected as the release model.
|
21 |
+
|
22 |
+
It's worth noting that determining the performance of such a model is complex
|
23 |
+
and often requires subjective interpretation. While every effort is made to
|
24 |
+
choose the optimal model as the release version, individual experiences may
|
25 |
+
differ.
|
26 |
+
|
27 |
+
The "Download" link provided for each release corresponds to the release model.
|
28 |
+
In contrast, the "Artifacts" folder contains the alternative models generated
|
29 |
+
throughout the training, along with the comprehensive configuration file (for
|
30 |
+
[Kohya_ss]).
|
31 |
+
|
32 |
+
### v1.0
|
33 |
+
|
34 |
+
[Download][yuri_seo_v1-0] | [Artifacts][yuri_seo_v1-0_artifacts]
|
35 |
+
|
36 |
+
Trained for 2856 steps using a dataset of 42 images and [AnyLoRA] as the source
|
37 |
+
model.
|
38 |
+
|
39 |
+
### Disclaimer
|
40 |
+
|
41 |
+
This model is intended for research and entertainment purposes only. It is not
|
42 |
+
endorsed by or affiliated with Naddic Games, the developer of Closers. The
|
43 |
+
model may generate images that are inaccurate, inappropriate, or offensive.
|
44 |
+
Please use this model responsibly.
|
45 |
+
|
46 |
+
<!-- External links -->
|
47 |
+
[AnyLoRA]: https://civitai.com/models/23900
|
48 |
+
[Closers Online]: https://www.closersonline.com/
|
49 |
+
[Kohya_ss]: https://github.com/bmaltais/kohya_ss
|
50 |
+
[View on CivitAI]: https://civitai.com/models/147366/yuri-seo-closers-online-character-lora
|
51 |
+
[Yuri Seo]: https://closersonline.fandom.com/id/wiki/Yuri_Seo_(Ranger)
|
52 |
+
|
53 |
+
<!-- Internal links -->
|
54 |
+
[yuri_seo_v1-0]: model/v1-0/yuri_seo_v1-0.safetensors
|
55 |
+
[yuri_seo_v1-0_artifacts]: model/v1-0/artifacts
|
56 |
+
|
57 |
+
<!-- Images -->
|
58 |
+
[Samples]: https://huggingface.co/rlaneth/lora_closers_yuriseo/resolve/main/model/v1-0/samples/samples.webp
|
model/v1-0/.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
yuri_seo_v1-0.safetensors filter=lfs diff=lfs merge=lfs -text
|
model/v1-0/artifacts/.gitattributes
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\*.safetensors filter=lfs diff=lfs merge=lfs -text
|
2 |
+
yuri_seo_v1-0-000001.safetensors filter=lfs diff=lfs merge=lfs -text
|
3 |
+
yuri_seo_v1-0-000002.safetensors filter=lfs diff=lfs merge=lfs -text
|
4 |
+
yuri_seo_v1-0-000003.safetensors filter=lfs diff=lfs merge=lfs -text
|
5 |
+
yuri_seo_v1-0-000004.safetensors filter=lfs diff=lfs merge=lfs -text
|
6 |
+
yuri_seo_v1-0-000005.safetensors filter=lfs diff=lfs merge=lfs -text
|
7 |
+
yuri_seo_v1-0-000006.safetensors filter=lfs diff=lfs merge=lfs -text
|
8 |
+
yuri_seo_v1-0-000007.safetensors filter=lfs diff=lfs merge=lfs -text
|
9 |
+
yuri_seo_v1-0-000008.safetensors filter=lfs diff=lfs merge=lfs -text
|
10 |
+
yuri_seo_v1-0-000009.safetensors filter=lfs diff=lfs merge=lfs -text
|
11 |
+
yuri_seo_v1-0-000010.safetensors filter=lfs diff=lfs merge=lfs -text
|
model/v1-0/artifacts/yuri_seo_v1-0-000001.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2054b052aebfce20c5c92995e0376cd5c995ee82eee42cd8632ac7721f71cd05
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c879e233f23125c077def1c59c8197a4dacd97491ff9cb52c527ad8c3e8712ba
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:064671774b4087e7f26ae9291c24f84087d764d8d8833c10228d13b0997b8cec
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18110b1ffb8d04ba3d8116db4ac55925088b24452013e5ca4745a7ed480fc205
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000005.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a74ab96cf93a8f7284b71f82a273cfff52d92d19f50a1f828455bbfa8502aebc
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcbb03791e327bb559a58025dfd7715b58557e1c97ddef992b8b1d0beb4eca40
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cc1444940da2a18a64169071bb77850fc072653ec472196091d60ab52c936ca
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:243a4bab7b19b8a2a20021ee480f7646181cee2ff0b7520ade92e408ccf7adbf
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000009.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dcc1e07cc7607802e2cd927de60595190040f05528c3dd0bc91968d1db43f5a
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0-000010.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70858c982b6b861c560a34d37d797d54856a725d8ee7c1ab3ff0786f0b212f8f
|
3 |
+
size 75617440
|
model/v1-0/artifacts/yuri_seo_v1-0_20230917-171606.json
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"LoRA_type": "Standard",
|
3 |
+
"adaptive_noise_scale": 0,
|
4 |
+
"additional_parameters": "",
|
5 |
+
"block_alphas": "",
|
6 |
+
"block_dims": "",
|
7 |
+
"block_lr_zero_threshold": "",
|
8 |
+
"bucket_no_upscale": true,
|
9 |
+
"bucket_reso_steps": 64,
|
10 |
+
"cache_latents": true,
|
11 |
+
"cache_latents_to_disk": false,
|
12 |
+
"caption_dropout_every_n_epochs": 0.0,
|
13 |
+
"caption_dropout_rate": 0,
|
14 |
+
"caption_extension": ".txt",
|
15 |
+
"clip_skip": 2,
|
16 |
+
"color_aug": false,
|
17 |
+
"conv_alpha": 1,
|
18 |
+
"conv_block_alphas": "",
|
19 |
+
"conv_block_dims": "",
|
20 |
+
"conv_dim": 1,
|
21 |
+
"decompose_both": false,
|
22 |
+
"dim_from_weights": false,
|
23 |
+
"down_lr_weight": "",
|
24 |
+
"enable_bucket": true,
|
25 |
+
"epoch": 1,
|
26 |
+
"factor": -1,
|
27 |
+
"flip_aug": false,
|
28 |
+
"full_bf16": false,
|
29 |
+
"full_fp16": false,
|
30 |
+
"gradient_accumulation_steps": 1,
|
31 |
+
"gradient_checkpointing": false,
|
32 |
+
"keep_tokens": "0",
|
33 |
+
"learning_rate": 0.0001,
|
34 |
+
"logging_dir": "prepared/log",
|
35 |
+
"lora_network_weights": "",
|
36 |
+
"lr_scheduler": "constant",
|
37 |
+
"lr_scheduler_args": "",
|
38 |
+
"lr_scheduler_num_cycles": "",
|
39 |
+
"lr_scheduler_power": "",
|
40 |
+
"lr_warmup": 0,
|
41 |
+
"max_bucket_reso": 2048,
|
42 |
+
"max_data_loader_n_workers": "1",
|
43 |
+
"max_resolution": "612,1024",
|
44 |
+
"max_timestep": 1000,
|
45 |
+
"max_token_length": "75",
|
46 |
+
"max_train_epochs": "10",
|
47 |
+
"max_train_steps": "",
|
48 |
+
"mem_eff_attn": true,
|
49 |
+
"mid_lr_weight": "",
|
50 |
+
"min_bucket_reso": 256,
|
51 |
+
"min_snr_gamma": 0,
|
52 |
+
"min_timestep": 0,
|
53 |
+
"mixed_precision": "bf16",
|
54 |
+
"model_list": "custom",
|
55 |
+
"module_dropout": 0,
|
56 |
+
"multires_noise_discount": 0,
|
57 |
+
"multires_noise_iterations": 0,
|
58 |
+
"network_alpha": 64,
|
59 |
+
"network_dim": 64,
|
60 |
+
"network_dropout": 0,
|
61 |
+
"no_token_padding": false,
|
62 |
+
"noise_offset": "0.05",
|
63 |
+
"noise_offset_type": "Original",
|
64 |
+
"num_cpu_threads_per_process": 2,
|
65 |
+
"optimizer": "AdamW8bit",
|
66 |
+
"optimizer_args": "",
|
67 |
+
"output_dir": "prepared/model",
|
68 |
+
"output_name": "yuri_seo_v1-0-beta",
|
69 |
+
"persistent_data_loader_workers": false,
|
70 |
+
"pretrained_model_name_or_path": "anyloraCheckpoint_novaeFp16.safetensors",
|
71 |
+
"prior_loss_weight": 1.0,
|
72 |
+
"random_crop": false,
|
73 |
+
"rank_dropout": 0,
|
74 |
+
"reg_data_dir": "",
|
75 |
+
"resume": "",
|
76 |
+
"sample_every_n_epochs": 1,
|
77 |
+
"sample_every_n_steps": 0,
|
78 |
+
"sample_prompts": "best quality, ultra high res, yuri_seo, 1girl, solo, long hair, breasts, looking at viewer, blue eyes, black hair, very long hair, full body, white shirt, ahoge, pleated skirt, fingerless gloves, black skirt, kneehighs, thigh holster, black socks --w 512 --h 712 --n watermark, text, error, blurry, cropped, worst quality, low quality, signature, username, bad anatomy\nbest quality, ultra high res, yuri_seo, 1girl, solo, long hair, breasts, looking at viewer, blue eyes, black hair, very long hair, portrait, white shirt, ahoge --w 512 --h 712 --n watermark, text, error, blurry, cropped, worst quality, low quality, signature, username, bad anatomy",
|
79 |
+
"sample_sampler": "dpmsolver++",
|
80 |
+
"save_every_n_epochs": 1,
|
81 |
+
"save_every_n_steps": 0,
|
82 |
+
"save_last_n_steps": 0,
|
83 |
+
"save_last_n_steps_state": 0,
|
84 |
+
"save_model_as": "safetensors",
|
85 |
+
"save_precision": "bf16",
|
86 |
+
"save_state": false,
|
87 |
+
"scale_v_pred_loss_like_noise_pred": false,
|
88 |
+
"scale_weight_norms": 0,
|
89 |
+
"sdxl": false,
|
90 |
+
"sdxl_cache_text_encoder_outputs": false,
|
91 |
+
"sdxl_no_half_vae": true,
|
92 |
+
"seed": "1234",
|
93 |
+
"shuffle_caption": false,
|
94 |
+
"stop_text_encoder_training_pct": 0,
|
95 |
+
"text_encoder_lr": 5e-05,
|
96 |
+
"train_batch_size": 3,
|
97 |
+
"train_data_dir": "prepared/img",
|
98 |
+
"train_on_input": true,
|
99 |
+
"training_comment": "",
|
100 |
+
"unet_lr": 0.0001,
|
101 |
+
"unit": 1,
|
102 |
+
"up_lr_weight": "",
|
103 |
+
"use_cp": false,
|
104 |
+
"use_wandb": false,
|
105 |
+
"v2": false,
|
106 |
+
"v_parameterization": false,
|
107 |
+
"v_pred_like_loss": 0,
|
108 |
+
"vae_batch_size": 0,
|
109 |
+
"wandb_api_key": "",
|
110 |
+
"weighted_captions": false,
|
111 |
+
"xformers": "xformers"
|
112 |
+
}
|
model/v1-0/samples/.gitattributes
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
1.png filter=lfs diff=lfs merge=lfs -text
|
2 |
+
2.png filter=lfs diff=lfs merge=lfs -text
|
3 |
+
3.png filter=lfs diff=lfs merge=lfs -text
|
model/v1-0/samples/1.png
ADDED
Git LFS Details
|
model/v1-0/samples/1.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
<lora:yuri_seo_v1-0:1> (masterpiece, best quality), 1girl, solo, yuri_seo, closers_blacklambs_agent, very long hair, blue eyes, ahoge, smile, cleavage, necktie, choker, looking at viewer, mischevious, grin
|
2 |
+
Negative prompt: (worst quality, low quality:1.4), monochrome, zombie, (interlocked fingers:1.2), fcNeg-neg
|
3 |
+
Steps: 20, Sampler: DPM++ 2M, CFG scale: 7, Seed: 2139759274, Size: 512x712, Model hash: 354b8c571d, Model: aamAnyloraAnimeMixAnime_v1, Denoising strength: 0.4, Clip skip: 2, Hires upscale: 2, Hires upscaler: R-ESRGAN 4x+ Anime6B, Lora hashes: "yuri_seo_v1-0: 7b005ebd047c", TI hashes: "fcNeg-neg: f257fca13352", Version: v1.5.1
|
model/v1-0/samples/2.png
ADDED
Git LFS Details
|
model/v1-0/samples/2.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
<lora:yuri_seo_v1-0:1> (masterpiece, best quality), 1girl, solo, yuri_seo, closers_blacklambs_agent, very long hair, blue eyes, ahoge, smile, cleavage, necktie, pleated skirt, kneehighs, full body, walking
|
2 |
+
Negative prompt: (worst quality, low quality:1.4), monochrome, zombie, (interlocked fingers:1.2), fcNeg-neg
|
3 |
+
Steps: 22, Sampler: Euler a, CFG scale: 7, Seed: 256154358, Size: 512x712, Model hash: 7be5477a0f, Model: raenamix_v10, Denoising strength: 0.5, Clip skip: 2, Cutoff enabled: True, Cutoff targets: ['blue eyes'], Cutoff padding: _</w>, Cutoff weight: 0.5, Cutoff disable_for_neg: True, Cutoff strong: False, Cutoff interpolation: lerp, Hires upscale: 2, Hires upscaler: R-ESRGAN 4x+ Anime6B, Lora hashes: "yuri_seo_v1-0: 7b005ebd047c", TI hashes: "fcNeg-neg: f257fca13352", Version: v1.5.1
|
model/v1-0/samples/3.png
ADDED
Git LFS Details
|
model/v1-0/samples/3.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
<lora:yuri_seo_v1-0:1> (masterpiece, best quality), intricate details, 1girl, solo, yuri_seo, closers_blacklambs_agent, very long hair, blue eyes, ahoge, cleavage, necktie, night, city, glow, neon, cyberpunk
|
2 |
+
Negative prompt: (worst quality, low quality:1.4), monochrome, zombie, (interlocked fingers:1.2), fcNeg-neg
|
3 |
+
Steps: 30, Sampler: Euler a, CFG scale: 7, Seed: 2498858259, Size: 512x712, Model hash: 7be5477a0f, Model: raenamix_v10, Denoising strength: 0.5, Clip skip: 2, Cutoff enabled: True, Cutoff targets: ['blue eyes'], Cutoff padding: _</w>, Cutoff weight: 0.5, Cutoff disable_for_neg: True, Cutoff strong: False, Cutoff interpolation: lerp, Hires upscale: 2, Hires upscaler: R-ESRGAN 4x+ Anime6B, Lora hashes: "yuri_seo_v1-0: 7b005ebd047c", TI hashes: "fcNeg-neg: f257fca13352", Version: v1.5.1
|
model/v1-0/samples/samples.webp
ADDED
model/v1-0/yuri_seo_v1-0.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:243a4bab7b19b8a2a20021ee480f7646181cee2ff0b7520ade92e408ccf7adbf
|
3 |
+
size 75617440
|