Sergey004 commited on
Commit
0138ba3
·
verified ·
1 Parent(s): 2be025d

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. PhantasmBark_Illustrious/Run_PhantasmBark_Style.sh +70 -0
  2. PhantasmBark_Illustrious/config/dataset_PhantasmBark_Illustrious.toml +16 -0
  3. PhantasmBark_Illustrious/config/training_PhantasmBark_Illustrious.toml +61 -0
  4. PhantasmBark_Illustrious/dataset/20241004_013002.txt +1 -0
  5. PhantasmBark_Illustrious/dataset/20241004_013005.txt +1 -0
  6. PhantasmBark_Illustrious/dataset/20241004_013009.txt +1 -0
  7. PhantasmBark_Illustrious/dataset/20241004_013013.txt +1 -0
  8. PhantasmBark_Illustrious/dataset/20241004_013021.txt +1 -0
  9. PhantasmBark_Illustrious/dataset/20241004_013025.txt +1 -0
  10. PhantasmBark_Illustrious/dataset/20241004_013032.txt +1 -0
  11. PhantasmBark_Illustrious/dataset/20241004_013036.txt +1 -0
  12. PhantasmBark_Illustrious/dataset/20241004_013037.txt +1 -0
  13. PhantasmBark_Illustrious/dataset/20241004_013038.txt +1 -0
  14. PhantasmBark_Illustrious/dataset/20241004_013039.txt +1 -0
  15. PhantasmBark_Illustrious/dataset/20241004_013042.txt +1 -0
  16. PhantasmBark_Illustrious/dataset/20241004_013046.txt +1 -0
  17. PhantasmBark_Illustrious/dataset/20241004_013050.txt +1 -0
  18. PhantasmBark_Illustrious/dataset/20241004_013053.txt +1 -0
  19. PhantasmBark_Illustrious/dataset/20241004_013057.txt +1 -0
  20. PhantasmBark_Illustrious/dataset/20241004_013101.txt +1 -0
  21. PhantasmBark_Illustrious/dataset/20241004_013106.txt +1 -0
  22. PhantasmBark_Illustrious/dataset/20241004_013110.txt +1 -0
  23. PhantasmBark_Illustrious/dataset/20241004_013117.txt +1 -0
  24. PhantasmBark_Illustrious/dataset/20241004_013120.txt +1 -0
  25. PhantasmBark_Illustrious/dataset/20241004_013125.txt +1 -0
  26. PhantasmBark_Illustrious/dataset/20241004_013129.txt +1 -0
  27. PhantasmBark_Illustrious/dataset/20241004_013132.txt +1 -0
  28. PhantasmBark_Illustrious/dataset/20241004_013139.txt +1 -0
  29. PhantasmBark_Illustrious/dataset/20241004_013144.txt +1 -0
  30. PhantasmBark_Illustrious/dataset/20241004_013151.txt +1 -0
  31. PhantasmBark_Illustrious/dataset/20241004_013155.txt +1 -0
  32. PhantasmBark_Illustrious/dataset/20241004_013159.txt +1 -0
  33. PhantasmBark_Illustrious/dataset/20241004_013202.txt +1 -0
  34. PhantasmBark_Illustrious/dataset/20241004_013212.txt +1 -0
  35. PhantasmBark_Illustrious/dataset/20241004_013215.txt +1 -0
  36. PhantasmBark_Illustrious/dataset/20241004_013220.txt +1 -0
  37. PhantasmBark_Illustrious/dataset/20241004_013225.txt +1 -0
  38. PhantasmBark_Illustrious/dataset/20241004_013232.txt +1 -0
  39. PhantasmBark_Illustrious/dataset/20241004_013235.txt +1 -0
  40. PhantasmBark_Illustrious/dataset/20241004_013240.txt +1 -0
  41. PhantasmBark_Illustrious/dataset/20241004_013244.txt +1 -0
  42. PhantasmBark_Illustrious/dataset/20241004_013251.txt +1 -0
  43. PhantasmBark_Illustrious/dataset/20241004_013255.txt +1 -0
  44. PhantasmBark_Illustrious/dataset/20241004_013258.txt +1 -0
  45. PhantasmBark_Illustrious/dataset/20241004_013302.txt +1 -0
  46. PhantasmBark_Illustrious/dataset/20241004_013306.txt +1 -0
  47. PhantasmBark_Illustrious/dataset/20241004_013312.txt +1 -0
  48. PhantasmBark_Illustrious/dataset/20241004_013316.txt +1 -0
  49. PhantasmBark_Illustrious/dataset/20241004_013320.txt +1 -0
  50. PhantasmBark_Illustrious/dataset/20241004_013324.txt +1 -0
PhantasmBark_Illustrious/Run_PhantasmBark_Style.sh ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # (Необязательно, но хорошая практика)
3
+
4
+ # --- Активация окружения ---
5
+ # Убедитесь, что путь к вашему venv правильный!
6
+ source ./Loras/lora_env/bin/activate || exit 1 # Пример с выходом при ошибке
7
+
8
+ echo "Starting LoRA Style Training Pipeline..."
9
+ echo "Ensure your virtual environment is activated."
10
+ echo "Using Python version: $(python --version)"
11
+ echo "Using GPU: $(nvidia-smi --query-gpu=name --format=csv,noheader)"
12
+
13
+ python master_train.py \
14
+ --project_name "PhantasmBark_Illustrious" \
15
+ --base_dir "./Loras" \
16
+ --run_steps "tag,curate,config,train" \
17
+ \
18
+ --base_model "/mnt/e/stable-diffusion-webui/models/Stable-diffusion/SDXL/Ilust/illustriousXL_v01.safetensors" \
19
+ --base_vae "stabilityai/sdxl-vae" \
20
+ \
21
+ --overwrite_tags \
22
+ --tagging_method "wd14" \
23
+ --tagger_threshold 0.45 \
24
+ --tagger_batch_size 16 \
25
+ --tagger_blacklist "nsfw, lowres, bad anatomy, signature, watermark, text, artist name, virtual youtuber, parody, poorly drawn, amateur drawing, sketch" \
26
+ --caption_extension ".txt" \
27
+ --activation_tag "sergey004-style, by PhantasmBark," \
28
+ --remove_tags "solo, duo, group, simple background, white background, grey background, gradient background, abstract background, looking at viewer, upper body, full body, portrait, absurdres, highres, bad quality, normal quality, signature, artist name, text, watermark, logo, copyright, traditional media, scan, photo, official art, fanart, commission, request, meme, joke, parody, nsfw, sfw, child, loli, shota" \
29
+ --remove_duplicate_tags \
30
+ --sort_tags_alpha \
31
+ \
32
+ --resolution 1024 \
33
+ --keep_tokens 1 \
34
+ --preferred_unit "Epochs" \
35
+ --how_many 10 \
36
+ --save_every_n_epochs 1 \
37
+ --keep_only_last_n_epochs 10 \
38
+ --auto_repeats \
39
+ \
40
+ --unet_lr 3e-4 \
41
+ --text_encoder_lr 6e-5 \
42
+ --lr_scheduler "cosine_with_restarts" \
43
+ --lr_scheduler_num_cycles 3 \
44
+ --lr_warmup_ratio 0.05 \
45
+ --min_snr_gamma 5.0 \
46
+ \
47
+ --lora_type "LoRA" \
48
+ --network_dim 32 \
49
+ --network_alpha 16 \
50
+ \
51
+ --optimizer "AdamW8bit" \
52
+ --optimizer_args "weight_decay=0.1 betas=[0.9,0.99]" \
53
+ --train_batch_size 4 \
54
+ --precision "bf16" \
55
+ --cross_attention "sdpa" \
56
+ --cache_latents \
57
+ --auto_vram_params \
58
+ --cache_latents_to_disk \
59
+ --gradient_checkpointing \
60
+ --seed 42 \
61
+ --max_bucket_reso 4096 \
62
+ --num_cpu_threads 16
63
+
64
+ # --- Проверка завершения ---
65
+ EXIT_CODE=$?
66
+ if [ $EXIT_CODE -eq 0 ]; then
67
+ echo "Master script finished successfully."
68
+ else
69
+ echo "Master script failed with exit code $EXIT_CODE."
70
+ fi
PhantasmBark_Illustrious/config/dataset_PhantasmBark_Illustrious.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [[datasets]]
2
+
3
+ [[datasets.subsets]]
4
+ image_dir = "/home/user/Local_train/Loras/PhantasmBark_Illustrious/dataset"
5
+ num_repeats = 5
6
+ caption_extension = ".txt"
7
+
8
+ [general]
9
+ resolution = 1024
10
+ keep_tokens = 1
11
+ flip_aug = false
12
+ enable_bucket = true
13
+ bucket_reso_steps = 64
14
+ min_bucket_reso = 256
15
+ max_bucket_reso = 4096
16
+ bucket_no_upscale = false
PhantasmBark_Illustrious/config/training_PhantasmBark_Illustrious.toml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [model_arguments]
2
+ pretrained_model_name_or_path = "/mnt/e/stable-diffusion-webui/models/Stable-diffusion/SDXL/Ilust/illustriousXL_v01.safetensors"
3
+ vae = "stabilityai/sdxl-vae"
4
+ v_parameterization = false
5
+
6
+ [network_arguments]
7
+ unet_lr = 0.0003
8
+ text_encoder_lr = 6e-5
9
+ network_dim = 32
10
+ network_alpha = 16
11
+ network_module = "networks.lora"
12
+ network_train_unet_only = false
13
+
14
+ [optimizer_arguments]
15
+ optimizer_type = "AdamW8bit"
16
+ learning_rate = 0.0003
17
+ optimizer_args = [ "weight_decay=0.1", "betas=[0.9,0.99]",]
18
+ lr_scheduler = "cosine_with_restarts"
19
+ lr_warmup_steps = 40
20
+ lr_scheduler_num_cycles = 3
21
+ max_grad_norm = 1.0
22
+ loss_type = "l2"
23
+
24
+ [dataset_arguments]
25
+ cache_latents = true
26
+ cache_latents_to_disk = true
27
+ cache_text_encoder_outputs = false
28
+ keep_tokens = 1
29
+ shuffle_caption = true
30
+ caption_extension = ".txt"
31
+
32
+ [training_arguments]
33
+ output_dir = "/home/user/Local_train/Loras/PhantasmBark_Illustrious/output"
34
+ output_name = "PhantasmBark_Illustrious"
35
+ save_precision = "fp16"
36
+ save_every_n_epochs = 1
37
+ save_last_n_epochs = 10
38
+ save_model_as = "safetensors"
39
+ max_train_epochs = 10
40
+ max_data_loader_n_workers = 2
41
+ persistent_data_loader_workers = true
42
+ seed = 42
43
+ gradient_checkpointing = true
44
+ gradient_accumulation_steps = 1
45
+ mixed_precision = "bf16"
46
+ full_bf16 = false
47
+ logging_dir = "/home/user/Local_train/Loras/PhantasmBark_Illustrious/logs"
48
+ log_prefix = "PhantasmBark_Illustrious"
49
+ log_with = "tensorboard"
50
+ lowram = false
51
+ train_batch_size = 4
52
+ xformers = false
53
+ sdpa = true
54
+ min_snr_gamma = 5.0
55
+ max_token_length = 225
56
+ bucket_reso_steps = 64
57
+ min_bucket_reso = 256
58
+ max_bucket_reso = 4096
59
+ bucket_no_upscale = false
60
+ enable_bucket = true
61
+ zero_terminal_snr = false
PhantasmBark_Illustrious/dataset/20241004_013002.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, abs, animal ears, bara, bare tree, black shorts, bulge, fang, fang out, feet out of frame, flexing, full moon, furry, furry male, large pectorals, male focus, mature male, moon, muscular, muscular male, navel, night, night sky, nipples, pectorals, short hair, shorts, standing, stomach, strongman waist, tail, thick eyebrows, thick thighs, thighs, topless male, tree, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013005.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, armpit hair, bara, beard, black tank top, blue tank top, dog boy, dog ears, facial hair, feet out of frame, forked eyebrows, full beard, furry, furry male, goatee, goatee stubble, large pectorals, male focus, mature male, muscular, muscular male, nipples, outstretched arms, pectorals, purple fur, seductive smile, short hair, sidepec, spread arms, tail, tank top, thick eyebrows, two-tone fur
PhantasmBark_Illustrious/dataset/20241004_013009.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, black background, cat, electricity, furry male, glasses, glowing, male focus, monochrome, no humans, open mouth, smile
PhantasmBark_Illustrious/dataset/20241004_013013.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, bench, furry, furry male, grey fur, hair over eyes, lamppost, male focus, muscular, muscular male, night, outdoors, pants, park bench, rain, sitting, sitting on bench, tail, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013021.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, belly, body fur, boxers, bulge, closed eyes, cowboy shot, deformed, ear wiggle, facial hair, fang, fang out, forked eyebrows, furry, furry male, goatee, green fur, large pectorals, male focus, male underwear, mature male, motion lines, muscular, muscular male, navel hair, nipples, pectorals, plump, short hair, stomach, strongman waist, tail, thick eyebrows, tiger boy, tiger ears, topless male, tusks, underwear
PhantasmBark_Illustrious/dataset/20241004_013025.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, body fur, collar, dog boy, dog ears, freckles, furry, furry male, glasses, green shirt, male focus, pectorals, shirt, short hair, t-shirt, thick eyebrows, yellow fur
PhantasmBark_Illustrious/dataset/20241004_013032.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, animal nose, arms at sides, black fur, blurry, body fur, cat boy, cat ears, cat tail, dated, furry, furry female, furry male, greyscale, happy, male focus, monochrome, multiple tails, shirt, short hair, short sleeves, smile, standing, tail, two tails, whiskers, white fur
PhantasmBark_Illustrious/dataset/20241004_013036.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, clenched hands, deformed, dog boy, fighting stance, furry, furry male, large pectorals, looking ahead, male focus, muscular, muscular male, navel, pants, pectorals, red pants, short hair, standing, stomach, tail, thick eyebrows, topless male, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013037.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, biceps, deformed, feet out of frame, flexing, furry, furry male, grin, male focus, muscular, muscular male, short hair, smile, tail, teeth, thick eyebrows, topless male, wolf boy, wolf tail
PhantasmBark_Illustrious/dataset/20241004_013038.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, bathroom, belly, dog boy, fluffy, frown, furry, furry male, large pectorals, male focus, muscular, muscular male, no nipples, nude, pectorals, plump, sauna, short hair, sitting, steam, strongman waist, tail, thick eyebrows, tiles, wet, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013039.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, 2boys, abs, animal ears, bara, black fur, deformed, dog boy, furry, furry male, furry with furry, grey fur, holding hands, large pectorals, male focus, mature male, multiple boys, muscular, muscular male, navel, navel hair, no nipples, pectorals, red shorts, short hair, smile, solo focus, stomach, strongman waist, thick eyebrows, topless male, walking
PhantasmBark_Illustrious/dataset/20241004_013042.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, beard, crossed arms, dog boy, facial hair, frown, furry, furry male, large pectorals, male focus, mature male, muscular, muscular male, pectorals, short hair, tail, thick eyebrows, v-shaped eyebrows, wolf boy, wolf ears, wolf tail
PhantasmBark_Illustrious/dataset/20241004_013046.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, armband, bara, bare pectorals, dog boy, dog ears, fang, fang out, feet out of frame, furry, furry male, green pants, green scarf, large pectorals, male focus, muscular, muscular male, nipples, pants, pectorals, scarf, short hair, tail, thick eyebrows
PhantasmBark_Illustrious/dataset/20241004_013050.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, !, !!, 2boys, animal ears, bara, between pectorals, black fur, blanket, brown fur, couple, dog boy, dog ears, from side, furry, furry male, furry with furry, large pectorals, looking at another, lying, male focus, mature male, multiple boys, muscular, muscular male, on back, pectorals, pillow, short hair, thick eyebrows, under covers, wolf boy, yaoi
PhantasmBark_Illustrious/dataset/20241004_013053.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 2boys, animal ears, bara, black fur, couple, deformed, dog boy, furry, furry male, furry with furry, holding hands, large pectorals, male focus, multiple boys, muscular, muscular male, navel hair, no nipples, pectorals, red pants, red shorts, short hair, smile, strongman waist, thick eyebrows, topless male, walking, yaoi
PhantasmBark_Illustrious/dataset/20241004_013057.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 2boys, animal ears, bara, black fur, blue fur, body fur, brown headwear, dog boy, dog ears, english text, fang, furrification, furry, furry male, furry with furry, grabbing, groping, hat, large pectorals, male focus, multiple boys, muscular, muscular male, pectoral focus, pectoral grab, pectorals, plump, pov, pov hands, solo focus, tusks, wolf boy, yaoi
PhantasmBark_Illustrious/dataset/20241004_013101.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, brown fur, closed eyes, dog boy, dog ears, english text, furry, furry male, male focus, muscular, muscular male, open mouth, orange fur, pectorals, tail, thick eyebrows, turn pale, white fur
PhantasmBark_Illustrious/dataset/20241004_013106.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, dog boy, fluffy, furry, furry male, greyscale, large pectorals, male focus, monochrome, muscular, muscular male, pectorals, short hair, solid oval eyes, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013110.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 2boys, 2koma, >_<, abs, animal ears, bara, comic, deformed, furry, furry male, furry with furry, goatee, large pectorals, male focus, male swimwear, mountain (arknights), multiple boys, muscular, muscular male, nipples, notice lines, pectorals, scar, short hair, size difference, swim briefs, thick eyebrows, tiger boy, tiger ears, topless male, white fur, yaoi
PhantasmBark_Illustrious/dataset/20241004_013117.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, bathroom, belly, dog boy, fluffy, frown, furry, furry male, large pectorals, male focus, muscular, muscular male, no nipples, nude, pectorals, plump, sauna, short hair, sitting, steam, strongman waist, tail, thick eyebrows, tiles, wet, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013120.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, biceps, deformed, feet out of frame, flexing, furry, furry male, grin, male focus, muscular, muscular male, short hair, smile, tail, teeth, thick eyebrows, topless male, wolf boy, wolf tail
PhantasmBark_Illustrious/dataset/20241004_013125.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, deformed, fighting stance, furry, furry male, large pectorals, looking ahead, male focus, muscular, muscular male, navel, pants, pectorals, red pants, short hair, standing, stomach, tail, thick eyebrows, topless male, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013129.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, bath, bathing, bathtub, blush, closed eyes, dog boy, english text, furry, furry male, green fur, large pectorals, male focus, muscular, muscular male, no nipples, nude, partially submerged, pectorals, plump, smile, steam, wet, white fur, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013132.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, belly, black shorts, blue fur, deformed, dog boy, english text, furry, furry male, green fur, large pectorals, male focus, muscular, muscular male, navel, nervous sweating, pectorals, plump, short hair, shorts, standing, stomach, tail, thick eyebrows, topless male, two-tone fur, white fur, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013139.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, blue hoodie, blue sky, brown fur, cloud, furry, furry male, grass, hands in pockets, hood, hood down, hoodie, male focus, outdoors, pants, sky, standing, tail, tree, wide shot
PhantasmBark_Illustrious/dataset/20241004_013144.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, >_<, arm hair, bara, beard stubble, black tank top, chest hair, cropped torso, facial hair, goatee stubble, hairy, horns, large pectorals, male focus, mature male, monster boy, muscular, muscular male, pectoral cleavage, pectorals, sidepec, stubble, tank top, thick eyebrows, wavy mouth
PhantasmBark_Illustrious/dataset/20241004_013151.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, bara, belly, blank eyes, english text, furry, furry male, grass, hand on own stomach, kaijuu, large pectorals, male focus, muscular, muscular male, nipples, pectorals, personification, plump, slime (creature), topless male, white eyes
PhantasmBark_Illustrious/dataset/20241004_013155.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, 2boys, animal ears, bara, blush, brown fur, computer, couple, dog boy, furry, furry male, furry with furry, furry with non-furry, grabbing, grabbing from behind, hug, hug from behind, interspecies, laptop, large pectorals, male focus, multiple boys, muscular, muscular male, no nipples, nude, pectorals, piggyback, short hair, smile, tail, topless male, wolf boy, yaoi
PhantasmBark_Illustrious/dataset/20241004_013159.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, :q, animal ears, bara, belly, fangs, fangs out, furry, furry male, holding, holding clothes, holding panties, holding underwear, large pectorals, long hair, male focus, male underwear, muscular, muscular male, navel, navel hair, no nipples, nude, out-of-frame censoring, pectorals, plump, seductive smile, steam, stomach, strongman waist, thick eyebrows, tongue, tongue out, tusks, underwear, very sweaty, wet, yellow fur
PhantasmBark_Illustrious/dataset/20241004_013202.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, bare pectorals, belly, bulge, coat, full moon, furry, furry male, grass, hands in pockets, hood, hood up, hooded coat, hooded jacket, jacket, lake, large pectorals, male focus, moon, muscular, muscular male, navel, night, night sky, pants, pectorals, plump, short hair, sky, star (sky), starry sky, tail, thick eyebrows, water
PhantasmBark_Illustrious/dataset/20241004_013212.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, abs, arms behind head, arms up, bara, closed eyes, colored skin, cowboy shot, demon boy, demon tail, horns, large pectorals, male focus, monster boy, muscular, muscular male, navel, nipples, pants, pectorals, personification, purple skin, purple theme, short hair, stomach, strongman waist, tail, thick eyebrows, topless male, tusks
PhantasmBark_Illustrious/dataset/20241004_013215.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, dog, embers, fluffy, furry, furry male, male focus, sparks
PhantasmBark_Illustrious/dataset/20241004_013220.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, arm behind head, balloon, bara, belly, belt, birthday, cake, dog boy, fang, food, fox boy, furry, furry male, grey necktie, male focus, midriff peek, muscular male, necktie, nervous sweating, pectorals, plump, shirt, short hair, sweat, tail, thick eyebrows, very sweaty, yellow fur
PhantasmBark_Illustrious/dataset/20241004_013225.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 2boys, animal ears, bara, blue fur, blush, comic, couple, dog boy, english text, fluffy, furry, furry male, furry with furry, furry with non-furry, giant male, grabbing, grabbing from behind, groping, interspecies, large pectorals, male focus, multiple boys, muscular, muscular male, nipple stimulation, nipples, pectoral grab, pectorals, short hair, size difference, stomach, tail, thick eyebrows, topless male, two-tone fur, white fur, yaoi
PhantasmBark_Illustrious/dataset/20241004_013232.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, ._., 2boys, animal ears, ass, bara, black shorts, blush, chibi, couple, deformed, dog boy, from side, furry, furry male, furry with non-furry, grey fur, head on head, head rest, interspecies, male focus, multiple boys, muscular, muscular male, short hair, shorts, sitting, size difference, sleeping on person, solid oval eyes, tail, thick eyebrows, thick thighs, thighs, wolf boy, wolf tail, yaoi
PhantasmBark_Illustrious/dataset/20241004_013235.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, !, 1boy, animal ears, bara, bear boy, belly, blush, clothes lift, dog boy, dog ears, dressing, furry, furry male, lifted by self, male focus, muscular, muscular male, pants, pectorals, plump, shirt lift, short hair, tail, underpec, undressing, yellow fur
PhantasmBark_Illustrious/dataset/20241004_013240.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, dog boy, from side, furry, furry male, grey fur, hand on own stomach, large pectorals, male focus, muscular, muscular male, pectorals, short hair, shorts, sleeping, tank top, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013244.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, 4koma, animal ears, bara, between pectorals, cellphone, comic, deformed, dog boy, dog ears, furry, furry male, furry with furry, holding, holding phone, large pectorals, looking at phone, lying, male focus, mature male, muscular, muscular male, nude, on side, pectorals, phone, plump, sequential, short hair, sleeping, smile, thick eyebrows
PhantasmBark_Illustrious/dataset/20241004_013251.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, black male swimwear, bush, closed eyes, fireflies, from side, furry, furry male, grey fur, large pectorals, male focus, male swimwear, muscular, muscular male, nature, night, night sky, outdoors, pectorals, sky, star (sky), starry sky, tail, topless male, tree, wading, water, white fur, wolf boy, wolf ears, wolf tail
PhantasmBark_Illustrious/dataset/20241004_013255.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, belly, blue fur, blush, bulge, clothes lift, fang, feet out of frame, furry, furry male, hand under clothes, hand under shirt, large pectorals, lifted by self, male focus, muscular, muscular male, navel, navel hair, pants, pectoral cleavage, pectoral grab, pectorals, plump, shirt, shirt lift, short hair, sitting, stomach, strongman waist, underpec, white fur, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013258.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, 1other, abs, animal ears, bara, bare pectorals, belly, black tank top, blush, brown fur, bulge, clothes lift, disembodied limb, dog boy, dog ears, dog tail, feet out of frame, from above, furry, furry male, grass, harness, large pectorals, lifted by self, lying, male focus, muscular, muscular male, navel, on back, pants, pectorals, plump, shirt lift, short hair, solo focus, stomach, strongman waist, tail, tank top, thick thighs, thighs, tickling, underpec
PhantasmBark_Illustrious/dataset/20241004_013302.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, bare pectorals, belly, furry, furry male, grey fur, grin, jacket, large pectorals, male focus, monochrome, muscular, muscular male, navel hair, open clothes, pectoral cleavage, pectorals, plump, short hair, smile, stomach, tail, waving, wolf boy, wolf ears, wolf tail
PhantasmBark_Illustrious/dataset/20241004_013306.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, averting eyes, bara, bare pectorals, belly, belt, blue fur, blush, furry, furry male, grey fur, heart, hood, hood up, hooded jacket, jacket, large pectorals, male focus, muscular, muscular male, navel, no nipples, open clothes, open jacket, pants, pectorals, plump, short hair, stomach, strongman waist, two-tone fur, white fur, wolf boy, wolf ears
PhantasmBark_Illustrious/dataset/20241004_013312.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, body writing, bodypaint, closed eyes, cropped torso, fang, fang out, fluffy, furry, furry male, grey fur, heart, large pectorals, male focus, milestone celebration, muscular, muscular male, navel, no nipples, nude, pectoral press, pectorals, plump, short hair, smile, stomach, strongman waist, tail, white fur, wolf boy
PhantasmBark_Illustrious/dataset/20241004_013316.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 2boys, 2koma, animal ears, bara, belly, blue fur, blush, comic, disembodied limb, dog boy, faceless, faceless male, fluffy, furry, furry male, furry with furry, furry with non-furry, grabbing, grey fur, groping, headpat, heart pasties, interspecies, large pectorals, male focus, multiple boys, muscular, muscular male, nude, pasties, pectoral grab, pectorals, petting, plump, short hair, solo focus, stomach, strongman waist, tail, thick eyebrows, two-tone fur, white fur, wolf boy, wolf ears, wolf tail, yaoi
PhantasmBark_Illustrious/dataset/20241004_013320.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, animal ears, bara, belly, blue fur, blush, embarrassed, feet out of frame, furry, furry male, grey fur, heart, heart pasties, large pectorals, male focus, muscular, muscular male, naked towel, pectorals, plump, steam, strongman waist, tail, thick thighs, towel, two-tone fur, white fur, wolf boy, wolf ears, wolf tail
PhantasmBark_Illustrious/dataset/20241004_013324.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ sergey004-style, by PhantasmBark, 1boy, abs, adjusting clothes, adjusting headwear, animal ears, bara, bare pectorals, black fur, body fur, brown headwear, bulge, cigarette, cowboy hat, feet out of frame, furry, furry male, grin, hat, holding, holding cigarette, jacket, large pectorals, male focus, muscular, muscular male, navel, navel hair, nipples, no shirt, open clothes, pectorals, sharp teeth, shorts, smile, smoke, smoking, stomach, tail, wolf boy