breakcore2 commited on
Commit
3f7c298
1 Parent(s): 0987f09

artoria pendragon (swimsuit ruler) release

Browse files
README.md CHANGED
@@ -16,3 +16,17 @@ Relevant full character prompt:
16
  amber \(genshin impact\), brown eyes, brown hair, long hair, red hair ribbon, brown short shorts, leather gloves, pouch, thighhighs, white boots, medium breasts, cleavage cutout, shrug \(clothing\)
17
  ```
18
  ![amber (genshin impact)](characters/amber/extras/example.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  amber \(genshin impact\), brown eyes, brown hair, long hair, red hair ribbon, brown short shorts, leather gloves, pouch, thighhighs, white boots, medium breasts, cleavage cutout, shrug \(clothing\)
17
  ```
18
  ![amber (genshin impact)](characters/amber/extras/example.png)
19
+
20
+
21
+ ### Artoria Pendragon (Swimsuit Ruler) (Fate Grand/Order)
22
+ [Download .safetensors](https://huggingface.co/breakcore2/loras/tree/main/characters/artoria%20pendragon%20\(swimsuit%20ruler\))
23
+
24
+ [Example Images and Prompts]()
25
+
26
+ Relevant full character prompt:
27
+ ```
28
+ amber \(genshin impact\), brown eyes, brown hair, long hair, red hair ribbon, brown short shorts, leather gloves, pouch, thighhighs, white boots, medium breasts, cleavage cutout, shrug \(clothing\)
29
+ ```
30
+ ![amber (genshin impact)](characters/artoria%20pendragon%20\(swimsuit%20ruler\)/extras/example.png)
31
+
32
+
characters/artoria pendragon (swimsuit ruler)/artoria pendragon (swimsuit ruler) flexible.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b1e7bd44a65b9970d8258464523805fa7b6c1d651d208dcfb9817af234dc641
3
+ size 151074607
characters/artoria pendragon (swimsuit ruler)/artoria pendragon (swimsuit ruler) strict.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23317d5a77154b96b83f554703a04b69e59b284c139b1a78ed8843a1df1e0545
3
+ size 151074607
characters/artoria pendragon (swimsuit ruler)/extras/example.png ADDED
characters/artoria pendragon (swimsuit ruler)/recommended prompts.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ flexible for custom outfits:
2
+ artoria pendragon, ahoge, blonde hair, green eyes, french braid, pony tail
3
+ strict or flexible for original outfit:
4
+ artoria pendragon \(swimsuit ruler\) \(fate\), ahoge, blonde hair, green eyes, french braid, pony tail, bare shoulders, large breasts, cleavage, clothing cut out, wrist cuffs, detached collar, navel cutout, feather boa, white leotard, blue necktie, blue pantyhose
5
+ additional features:
6
+ thigh strap, pouch
7
+ feather boa
characters/artoria pendragon (swimsuit ruler)/training notes.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Training Parameters
2
+ Dataset consisted of:
3
+ ```
4
+ synthetic non outfit images: 12 repeats * 9 images = 108
5
+ main outfit images from real humans: 5 repeats * 113 images = 565
6
+ synthetic rate: 108/565 = 19%
7
+ ```
8
+
9
+ Training Parameters:
10
+ ```
11
+ $learning_rate = 5e-5
12
+ $lr_warmup_ratio = 0.10
13
+ $train_batch_size = 4
14
+ $num_epochs = 3
15
+ $save_every_n_epochs=1
16
+ $scheduler="constant_with_warmup"
17
+ $network_dim=128
18
+ ```
19
+
20
+ Epoch 1 is flexible and epoch 2 is strict version of the model.
21
+
22
+ ## Points of failure:
23
+ The majority of naturally derived sources of data only consisted of the original outfit. This made it difficult to learn the identity of the character seperately from the outfit they wear. Due to the nature of their outfit, it was difficult to put on alternative outfits without losing all sense of modesty. To address this issue, an initial model was trained and used to generate images featuring alternative costumes with modest designs and a small handful were selected to be included in the dataset for a new model. An arbitary synthetic rate of 20% was chosen and it worked well enough that it did not warrant additional testing for this model.
24
+
25
+ We chose to keep the full booru name of the character as part of the tags so that it would be easy to use with the booru autocomplete extension but this includes the word swimsuit in it and probably contributes to alternative outfits having a harder time appearing correctly when using the full name.
26
+
27
+ ## Considerations for the future:
28
+ This model could have benefited from being trained at 768 resolution. The thin diamond shape patterns that are supposed to cover the blue leggings do not appear. It has been observed that higher resolution training allows for finer details to be learned. It would likely help in creating a consistent symbol on the blue tie as well.
29
+
30
+ ## Learnings:
31
+ Character designs that lean more towards the questionable side get a wide variety of images on the fetish scale. Sorting through those images was not fun. Community scores for images are also biased towards specific fetishes and niches and have to be taken into account when trying to automate image selection based on score. Instead of picking the top 50th percentile of images of the character, break it down into several categories and take the top 50th percentile or just completely reject the category in some cases.