Sergey004 commited on
Commit
7146ac2
·
verified ·
1 Parent(s): 7b5a8ad

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. Bill_cipher_Illustrious/Run_Bill_cipher.sh +70 -0
  2. Bill_cipher_Illustrious/config/dataset_Bill_cipher_Illustrious.toml +16 -0
  3. Bill_cipher_Illustrious/config/training_Bill_cipher_Illustrious.toml +61 -0
  4. Bill_cipher_Illustrious/dataset/000.txt +1 -0
  5. Bill_cipher_Illustrious/dataset/001.txt +1 -0
  6. Bill_cipher_Illustrious/dataset/002.txt +1 -0
  7. Bill_cipher_Illustrious/dataset/003.txt +1 -0
  8. Bill_cipher_Illustrious/dataset/004.txt +1 -0
  9. Bill_cipher_Illustrious/dataset/005.txt +1 -0
  10. Bill_cipher_Illustrious/dataset/006.txt +1 -0
  11. Bill_cipher_Illustrious/dataset/007.txt +1 -0
  12. Bill_cipher_Illustrious/dataset/008.txt +1 -0
  13. Bill_cipher_Illustrious/dataset/009.txt +1 -0
  14. Bill_cipher_Illustrious/dataset/010.txt +1 -0
  15. Bill_cipher_Illustrious/dataset/011.txt +1 -0
  16. Bill_cipher_Illustrious/dataset/012.txt +1 -0
  17. Bill_cipher_Illustrious/dataset/013.txt +1 -0
  18. Bill_cipher_Illustrious/dataset/014.txt +1 -0
  19. Bill_cipher_Illustrious/dataset/015.txt +1 -0
  20. Bill_cipher_Illustrious/dataset/016.txt +1 -0
  21. Bill_cipher_Illustrious/dataset/017.txt +1 -0
  22. Bill_cipher_Illustrious/dataset/018.txt +1 -0
  23. Bill_cipher_Illustrious/dataset/019.txt +1 -0
  24. Bill_cipher_Illustrious/dataset/020.txt +1 -0
  25. Bill_cipher_Illustrious/dataset/021.txt +1 -0
  26. Bill_cipher_Illustrious/dataset/022.txt +1 -0
  27. Bill_cipher_Illustrious/dataset/023.txt +1 -0
  28. Bill_cipher_Illustrious/dataset/024.txt +1 -0
  29. Bill_cipher_Illustrious/dataset/025.txt +1 -0
  30. Bill_cipher_Illustrious/dataset/026.txt +1 -0
  31. Bill_cipher_Illustrious/dataset/027.txt +1 -0
  32. Bill_cipher_Illustrious/dataset/028.txt +1 -0
  33. Bill_cipher_Illustrious/dataset/029.txt +1 -0
  34. Bill_cipher_Illustrious/dataset/030.txt +1 -0
  35. Bill_cipher_Illustrious/dataset/031.txt +1 -0
  36. Bill_cipher_Illustrious/dataset/032.txt +1 -0
  37. Bill_cipher_Illustrious/dataset/033.txt +1 -0
  38. Bill_cipher_Illustrious/dataset/034.txt +1 -0
  39. Bill_cipher_Illustrious/dataset/035.txt +1 -0
  40. Bill_cipher_Illustrious/dataset/036.txt +1 -0
  41. Bill_cipher_Illustrious/dataset/037.txt +1 -0
  42. Bill_cipher_Illustrious/dataset/038.txt +1 -0
  43. Bill_cipher_Illustrious/dataset/039.txt +1 -0
  44. Bill_cipher_Illustrious/dataset/040.txt +1 -0
  45. Bill_cipher_Illustrious/dataset/041.txt +1 -0
  46. Bill_cipher_Illustrious/dataset/042.txt +1 -0
  47. Bill_cipher_Illustrious/dataset/043.txt +1 -0
  48. Bill_cipher_Illustrious/dataset/044.txt +1 -0
  49. Bill_cipher_Illustrious/dataset/045.txt +1 -0
  50. Bill_cipher_Illustrious/dataset/046.txt +1 -0
Bill_cipher_Illustrious/Run_Bill_cipher.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 "Bill_cipher_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 "Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat" \
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 7.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 12
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
Bill_cipher_Illustrious/config/dataset_Bill_cipher_Illustrious.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [[datasets]]
2
+
3
+ [[datasets.subsets]]
4
+ image_dir = "/home/user/Local_train/Loras/Bill_cipher_Illustrious/dataset"
5
+ num_repeats = 4
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
Bill_cipher_Illustrious/config/training_Bill_cipher_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 = 49
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/Bill_cipher_Illustrious/output"
34
+ output_name = "Bill_cipher_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/Bill_cipher_Illustrious/logs"
48
+ log_prefix = "Bill_cipher_Illustrious"
49
+ log_with = "tensorboard"
50
+ lowram = false
51
+ train_batch_size = 4
52
+ xformers = false
53
+ sdpa = true
54
+ min_snr_gamma = 7.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
Bill_cipher_Illustrious/dataset/000.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1other, black background, black skin, hat, heart, no humans, red scarf, scarf, sitting, top hat
Bill_cipher_Illustrious/dataset/001.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, arm up, bow, bowtie, holding, holding sign, no humans, one-eyed, red eyes, sign, transparent background, triangle
Bill_cipher_Illustrious/dataset/002.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1girl, baseball cap, black hair, gloves, hat, hood, hoodie, multiple boys, ruins, star (symbol), triangle
Bill_cipher_Illustrious/dataset/003.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1boy, black skin, colored skin, crossed legs, cup, drinking glass, half-closed eyes, holding, holding cup, one-eyed, red background, sitting, throne, triangle, wine glass
Bill_cipher_Illustrious/dataset/004.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bow, black bowtie, bow, bowtie, car, explosion, fire, hat, motor vehicle, no humans, one-eyed, sign, top hat
Bill_cipher_Illustrious/dataset/005.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bow, black bowtie, bow, bowtie, cocktail glass, cup, drinking glass, english text, hat, no humans, one-eyed, sitting, slit pupils, top hat, traditional bowtie
Bill_cipher_Illustrious/dataset/006.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, !, autumn, autumn leaves, cup, cyclops, disposable cup, holding, holding cup, leaf, male focus, one-eyed, plaid scarf, scarf, yellow background, yellow theme
Bill_cipher_Illustrious/dataset/007.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, hand on own hip, middle finger, no humans, one-eyed, outline, triangle
Bill_cipher_Illustrious/dataset/008.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black background, blue fire, english text, fire, glitch, glowing, one-eyed, star (symbol), triangle
Bill_cipher_Illustrious/dataset/009.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, bird, black bow, black bowtie, border, bow, bowtie, cane, copyright name, cyclops, english text, floating, flying, forest, hat, holding, mountain, nature, no humans, one-eyed, outdoors, pine tree, red eyes, sky, top hat, tree, umbrella
Bill_cipher_Illustrious/dataset/010.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bowtie, blood, bow, bowtie, english text, extra eyes, flat color, guro, hat, purple background, sign, top hat
Bill_cipher_Illustrious/dataset/011.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, bow, curtains, glowing, lamppost, no humans, one-eyed, outstretched arms, sign, spread arms
Bill_cipher_Illustrious/dataset/012.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, armchair, black bow, black bowtie, black headwear, blue background, blue outline, bow, bowtie, chair, couch, cup, floating, flying sweatdrops, hat, index finger raised, no humans, one-eyed, outline, sitting, top hat, traditional bowtie
Bill_cipher_Illustrious/dataset/013.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1girl, abstract, colored skin, red background, single horn, statue, throne, triangle, yellow skin
Bill_cipher_Illustrious/dataset/014.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1other, black bow, black bowtie, bow, bowtie, disembodied limb, one-eyed, pov, pov hands, sign, triangle
Bill_cipher_Illustrious/dataset/015.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 2boys, bow, bowtie, clenched teeth, facial hair, firing, formal, hat, laser, male focus, multiple boys, mustache, necktie, no humans, sky, suit, sunglasses, sunset, teeth, top hat, traditional bowtie
Bill_cipher_Illustrious/dataset/016.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, alcohol, beer, beer mug, black bow, black bowtie, bow, bowtie, brown eyes, cup, english text, foam, hat, indoors, instagram username, mug, multiple boys, one-eyed, top hat, twitter username, window
Bill_cipher_Illustrious/dataset/017.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1other, baseball cap, blue footwear, candy, crewmate (among us), food, hat, holding, holding candy, holding food, holding lollipop, lollipop, multicolored headwear, no humans, shoes, sneakers, standing, swirl lollipop
Bill_cipher_Illustrious/dataset/018.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, blurry, blurry background, bowtie, burning, fire, hat, no humans, one-eyed, smoke, star (symbol), top hat, triangle
Bill_cipher_Illustrious/dataset/019.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bow, black bowtie, bow, bowtie, floating, hat, instagram username, no humans, top hat, traditional bowtie, traffic cone, triangle, twitter username, web address
Bill_cipher_Illustrious/dataset/020.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bow, black bowtie, blue background, blue outline, bow, bowtie, floating, no humans, objectification, one-eyed, sign, triangle, wheel
Bill_cipher_Illustrious/dataset/021.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, clothed pokemon, no humans, object on head, oversized clothes, pokemon (creature), striped clothes, twitter username
Bill_cipher_Illustrious/dataset/022.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, brown eyes, crown, curtains, cyclops, earth (planet), hand on own hip, holding, no humans, one-eyed, planet, scepter, staff, standing
Bill_cipher_Illustrious/dataset/023.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, brown eyes, crown, curtains, cyclops, earth (planet), hand on own hip, holding, no humans, one-eyed, planet, scepter, staff, standing
Bill_cipher_Illustrious/dataset/024.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, argyle background, blue fire, bow, bowtie, christmas, circle, cyclops, fire, hand on own hip, hat, index finger raised, no humans, one-eyed, red bow, red bowtie, round image, santa hat
Bill_cipher_Illustrious/dataset/025.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1boy, black bowtie, bow, bowtie, couch, formal, glowing, hat, indoors, male focus, on couch, one-eyed, stitches, suit, top hat, traditional bowtie
Bill_cipher_Illustrious/dataset/026.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bow, black bowtie, bow, bowtie, character name, english text, height chart, holding, holding sign, no humans, sign, standing, traditional bowtie, v
Bill_cipher_Illustrious/dataset/027.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bow, black bowtie, bow, bowtie, cyclops, hat, mini hat, no humans, one-eyed, own hands together, sign, top hat, traditional bowtie, triangle
Bill_cipher_Illustrious/dataset/028.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, abstract, black background, english text, no humans, sign, straight-on, top hat, triangle, warning sign, yellow theme
Bill_cipher_Illustrious/dataset/029.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, alcohol, black bowtie, bow, bowtie, cup, drink, drinking glass, drunk, food, food focus, fruit, glass, holding cup, ice, ice cube, in container, in cup, lemon, lemon slice, no humans
Bill_cipher_Illustrious/dataset/030.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1boy, black headwear, chalice, crossed legs, cup, gloves, hat, holding, holding cup, male focus, sitting, smile, space, star (sky), throne, tongue, tongue out, top hat, wine glass
Bill_cipher_Illustrious/dataset/031.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, balloon, blue background, bow, bowtie, hat, heart, heart balloon, holding, holding balloon, mini hat, no humans, top hat
Bill_cipher_Illustrious/dataset/032.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, ._., 1boy, 2boys, black bow, black bowtie, bow, bowtie, brown hair, bulging eyes, crossover, english text, hat, looking at another, one-eyed, top hat
Bill_cipher_Illustrious/dataset/033.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, ._., 1boy, 2boys, black bow, black bowtie, bow, bowtie, brown hair, bulging eyes, crossover, english text, hat, looking at another, one-eyed, top hat
Bill_cipher_Illustrious/dataset/034.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bow, black bowtie, black headwear, bow, bowtie, cane, cyclops, eyelashes, hat, holding, holding cane, mini hat, no humans, one-eyed, top hat, traditional bowtie
Bill_cipher_Illustrious/dataset/035.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1boy, bowtie, hat, red background, smile, throne, top hat, traditional bowtie, triangle
Bill_cipher_Illustrious/dataset/036.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1boy, 1other, black bow, black bowtie, black gloves, book, bow, bowtie, english text, gloves, hat, jumpsuit, shoes, sitting, speech bubble, top hat, white footwear
Bill_cipher_Illustrious/dataset/037.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black headwear, glowing, hat, mini hat, mini top hat, no humans, outline, pokemon (creature), red background, solid oval eyes, top hat, |_|
Bill_cipher_Illustrious/dataset/038.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, claws, glowing, no humans, outline, sign, sky, space, star (sky), starry sky, traffic cone
Bill_cipher_Illustrious/dataset/039.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, extra eyes, no humans, one-eyed, sign, triangle, warning sign
Bill_cipher_Illustrious/dataset/040.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black headwear, closed eyes, flower, hat, nightcap, no humans, pillow, sleeping, white flower, zzz
Bill_cipher_Illustrious/dataset/041.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1other, angel, angel wings, black background, chain, colored skin, crossed arms, fire, halo, long sleeves, marker (medium), no humans, no mouth, other focus, sitting, white skin, white wings, wings
Bill_cipher_Illustrious/dataset/042.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, !, colored sclera, fire, glowing, no humans, one-eyed, pillar, road sign, rope, sign, smile, standing, torch, traffic cone, triangle, warning sign
Bill_cipher_Illustrious/dataset/043.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, black bow, bow, briefcase, door, no humans, pokemon (creature), suitcase
Bill_cipher_Illustrious/dataset/044.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, 1other, 2boys, bow, bowl, bowtie, chips (food), colored skin, english text, extra arms, food, holding, popcorn, sitting, speech bubble, weapon
Bill_cipher_Illustrious/dataset/045.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, animal focus, clock, lying, no humans, on back, sign
Bill_cipher_Illustrious/dataset/046.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Bill_cipher, yellow triangle, black eyes, bow tie, black hands, black legs, black hat, !, ?, arrow (symbol), black background, black bowtie, bow, bowtie, circle, glasses, heart, light bulb, no humans, one-eyed, star (symbol), top hat, triangle, warning sign