Sergey004 commited on
Commit
0cdba1c
·
verified ·
1 Parent(s): b3e47ba

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. lucy_Illustrious/config/dataset_lucy_Illustrious.toml +16 -0
  2. lucy_Illustrious/config/training_lucy_Illustrious.toml +61 -0
  3. lucy_Illustrious/dataset/000.txt +1 -0
  4. lucy_Illustrious/dataset/001.txt +1 -0
  5. lucy_Illustrious/dataset/002.txt +1 -0
  6. lucy_Illustrious/dataset/003.txt +1 -0
  7. lucy_Illustrious/dataset/004.txt +1 -0
  8. lucy_Illustrious/dataset/005.txt +1 -0
  9. lucy_Illustrious/dataset/006.txt +1 -0
  10. lucy_Illustrious/dataset/007.txt +1 -0
  11. lucy_Illustrious/dataset/008.txt +1 -0
  12. lucy_Illustrious/dataset/009.txt +1 -0
  13. lucy_Illustrious/dataset/010.txt +1 -0
  14. lucy_Illustrious/dataset/011.txt +1 -0
  15. lucy_Illustrious/dataset/014.txt +1 -0
  16. lucy_Illustrious/dataset/015.txt +1 -0
  17. lucy_Illustrious/dataset/016.txt +1 -0
  18. lucy_Illustrious/dataset/017.txt +1 -0
  19. lucy_Illustrious/dataset/018.txt +1 -0
  20. lucy_Illustrious/dataset/019.txt +1 -0
  21. lucy_Illustrious/dataset/020.txt +1 -0
  22. lucy_Illustrious/dataset/021.txt +1 -0
  23. lucy_Illustrious/dataset/022.txt +1 -0
  24. lucy_Illustrious/dataset/023.txt +1 -0
  25. lucy_Illustrious/dataset/024.txt +1 -0
  26. lucy_Illustrious/dataset/025.txt +1 -0
  27. lucy_Illustrious/dataset/027.txt +1 -0
  28. lucy_Illustrious/dataset/028.txt +1 -0
  29. lucy_Illustrious/dataset/029.txt +1 -0
  30. lucy_Illustrious/dataset/030.txt +1 -0
  31. lucy_Illustrious/dataset/031.txt +1 -0
  32. lucy_Illustrious/dataset/032.txt +1 -0
  33. lucy_Illustrious/dataset/033.txt +1 -0
  34. lucy_Illustrious/dataset/034.txt +1 -0
  35. lucy_Illustrious/dataset/035.txt +1 -0
  36. lucy_Illustrious/dataset/036.txt +1 -0
  37. lucy_Illustrious/dataset/037.txt +1 -0
  38. lucy_Illustrious/dataset/038.txt +1 -0
  39. lucy_Illustrious/dataset/039.txt +1 -0
  40. lucy_Illustrious/dataset/040.txt +1 -0
  41. lucy_Illustrious/dataset/041.txt +1 -0
  42. lucy_Illustrious/dataset/042.txt +1 -0
  43. lucy_Illustrious/dataset/043.txt +1 -0
  44. lucy_Illustrious/dataset/044.txt +1 -0
  45. lucy_Illustrious/dataset/045.txt +1 -0
  46. lucy_Illustrious/dataset/046.txt +1 -0
  47. lucy_Illustrious/dataset/047.txt +1 -0
  48. lucy_Illustrious/dataset/048.txt +1 -0
  49. lucy_Illustrious/dataset/049.txt +1 -0
  50. lucy_Illustrious/dataset/050.txt +1 -0
lucy_Illustrious/config/dataset_lucy_Illustrious.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [[datasets]]
2
+
3
+ [[datasets.subsets]]
4
+ image_dir = "/home/user/Local_train/Loras/lucy_Illustrious/dataset"
5
+ num_repeats = 3
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
lucy_Illustrious/config/training_lucy_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.0005
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.0005
17
+ optimizer_args = [ "weight_decay=0.1", "betas=[0.9,0.99]",]
18
+ lr_scheduler = "cosine_with_restarts"
19
+ lr_warmup_steps = 63
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/lucy_Illustrious/output"
34
+ output_name = "lucy_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/lucy_Illustrious/logs"
48
+ log_prefix = "lucy_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
lucy_Illustrious/dataset/000.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, breasts, navel, nipples, open clothes, panties, photorealistic, realistic, red panties, small breasts, standing, underwear
lucy_Illustrious/dataset/001.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, breasts, covering breasts, covering privates, long sleeves, navel, open clothes, panties, photorealistic, realistic, red panties, shirt, standing, underwear
lucy_Illustrious/dataset/002.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, breasts, covering privates, dark skin, dark-skinned female, hair ornament, navel, nipples, panties, photorealistic, realistic, red panties, small breasts, standing, topless, underwear
lucy_Illustrious/dataset/003.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, ass, back, breasts, from behind, indoors, panties, photorealistic, realistic, red panties, red skirt, skirt, small breasts, standing, topless, underwear, undressing
lucy_Illustrious/dataset/004.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, bare shoulders, blurry, blurry background, bra strap, parted lips, photorealistic, realistic
lucy_Illustrious/dataset/005.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, bra, breasts, hair ornament, hairclip, photorealistic, realistic, underwear, white bra
lucy_Illustrious/dataset/006.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, blurry, blurry background, bra, bra strap, breasts, hair ornament, hairclip, indoors, parted lips, photorealistic, realistic, smile, underwear, white bra
lucy_Illustrious/dataset/007.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, denim, hair ornament, hairclip, hands on own hips, jeans, midriff, navel, panties, pants, panty peek, photorealistic, realistic, smile, torn pants, underwear, white panties
lucy_Illustrious/dataset/008.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1boy, 1girl, bra, breasts, camisole, hair ornament, hairclip, mole, mole under eye, photorealistic, realistic, solo focus, tan
lucy_Illustrious/dataset/009.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, hair ornament, hairclip, medium hair, photorealistic, realistic, scar, shirt, white shirt
lucy_Illustrious/dataset/010.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, clothes writing, hair ornament, hairclip, lips, photorealistic, realistic, sweater, white sweater
lucy_Illustrious/dataset/011.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, blue eyes, hair ornament, hairclip, parted lips, realistic, shirt, teeth, white shirt
lucy_Illustrious/dataset/014.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, bare shoulders, blurry, blurry background, bra strap, closed mouth, day, hair ornament, hairclip, off-shoulder shirt, outdoors, photorealistic, profile, realistic, shirt
lucy_Illustrious/dataset/015.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, closed eyes, eyeshadow, finger in own mouth, finger sucking, finger to mouth, grey shirt, indoors, lips, makeup, photorealistic, realistic, shirt
lucy_Illustrious/dataset/016.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, blurry, bra strap, hair ornament, hairclip, off-shoulder shirt, parted lips, photorealistic, realistic, shirt, skirt, smile, teeth, white shirt
lucy_Illustrious/dataset/017.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, blurry, blurry background, bra, bra strap, breasts, camisole, denim, medium hair, midriff, navel, panties, pants, panty peek, parted lips, photorealistic, realistic, tank top, underwear, white bra, white panties
lucy_Illustrious/dataset/018.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1boy, 1girl, asian, closed mouth, facial hair, hair ornament, indoors, photorealistic, profile, realistic, short hair
lucy_Illustrious/dataset/019.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, all fours, asian, breasts, downblouse, dress, hair ornament, hairclip, k-pop, open mouth, parted lips, photorealistic, realistic, red dress, small breasts, teeth
lucy_Illustrious/dataset/020.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, arms behind back, blurry, blurry background, bra, breasts, camisole, cleavage, downblouse, hair ornament, hairclip, leaning forward, medium breasts, panties, panty peek, parted lips, photorealistic, realistic, teeth, underwear, white bra, white panties
lucy_Illustrious/dataset/021.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, black eyes, blurry, dark skin, hair ornament, head tilt, parted lips, photorealistic, realistic, sharp teeth, teeth, very dark skin
lucy_Illustrious/dataset/022.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, blurry, blurry background, brown hair, day, hair ornament, hairclip, lips, looking to the side, outdoors, parted lips, photorealistic, realistic, shirt, white shirt
lucy_Illustrious/dataset/023.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, blurry, brown hair, close-up, hair ornament, lips, parted lips, photorealistic, realistic
lucy_Illustrious/dataset/024.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, breasts, hair ornament, hairclip, medium breasts, parted lips, photorealistic, profile, realistic, shirt
lucy_Illustrious/dataset/025.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, bare shoulders, blurry, bra strap, couch, floral print, hair ornament, hairclip, looking to the side, off shoulder, off-shoulder shirt, parted lips, photorealistic, realistic, red skirt, shirt, sitting, skirt, white shirt
lucy_Illustrious/dataset/027.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, breasts, hair ornament, parted lips, photorealistic, realistic, shirt, small breasts, teeth
lucy_Illustrious/dataset/028.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, arms behind back, bent over, blurry, blurry background, bra, breasts, camisole, cleavage, denim, downblouse, hair ornament, hairclip, jeans, leaning forward, medium breasts, panties, panty peek, photorealistic, realistic, shorts, underwear, white bra, white panties
lucy_Illustrious/dataset/029.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, bandeau, bare shoulders, blurry, blurry background, breasts, cleavage cutout, clothing cutout, crop top, day, depth of field, grass, looking to the side, medium breasts, medium hair, midriff, outdoors, photorealistic, realistic, strapless, tube top
lucy_Illustrious/dataset/030.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, bra, breasts, brown hair, camisole, cleavage, downblouse, hair ornament, medium breasts, photorealistic, realistic, strap slip, underwear, white bra, window blinds
lucy_Illustrious/dataset/031.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, black bra, black panties, bra, breasts, cowboy shot, hair ornament, hairclip, lingerie, looking to the side, navel, orange background, panties, photorealistic, realistic, small breasts, star hair ornament, underwear, underwear only
lucy_Illustrious/dataset/032.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, close-up, closed mouth, from side, hair ornament, hairclip, photorealistic, plant, profile, realistic
lucy_Illustrious/dataset/033.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, couch, grey shirt, hair ornament, hairclip, parted lips, photorealistic, plant, realistic, shirt, shorts, sitting
lucy_Illustrious/dataset/034.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, ass, barefoot, black bra, black panties, bra, from behind, head out of frame, indoors, lingerie, mirror, panties, photorealistic, realistic, reflection, standing, underwear, underwear only, wooden floor
lucy_Illustrious/dataset/035.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, bracelet, couch, cup, drinking, drinking glass, eyeshadow, hair ornament, holding, holding cup, indoors, jewelry, makeup, nail polish, photorealistic, plaid, plaid skirt, realistic, red nails, red skirt, ring, shirt, sitting, skirt, wine glass
lucy_Illustrious/dataset/036.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, bare shoulders, blurry, blurry background, breasts, brown hair, cleavage cutout, clothing cutout, crop top, day, depth of field, grass, hair ornament, hairclip, medium breasts, medium hair, outdoors, parted lips, photorealistic, realistic, strapless, teeth, tube top
lucy_Illustrious/dataset/037.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, blurry, blurry background, brown hair, depth of field, freckles, hair ornament, hairclip, lips, parted lips, photorealistic, realistic
lucy_Illustrious/dataset/038.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, blurry, blurry background, bra strap, bread, food, hair ornament, hairclip, jewelry, off-shoulder shirt, outdoors, parted lips, photorealistic, realistic, ring, sandwich, shirt
lucy_Illustrious/dataset/039.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, bikini, black eyes, blurry, blurry background, hair ornament, hairclip, indoors, mannequin, parted lips, photorealistic, realistic, side-tie bikini bottom, striped bikini, striped clothes, swimsuit
lucy_Illustrious/dataset/040.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, black eyes, forehead, grey shirt, grey sweater, indoors, k-pop, lips, medium hair, painting (object), parted lips, photorealistic, realistic, shirt, teeth
lucy_Illustrious/dataset/041.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, breasts, hair ornament, hairclip, indoors, long sleeves, nipple slip, nipples, no bra, one breast out, pajamas, parted lips, photorealistic, realistic, small breasts
lucy_Illustrious/dataset/042.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1boy, 1girl, asian, black eyes, brown hair, close-up, looking at another, lying, multiple girls, nude, parted lips, photorealistic, realistic, sitting
lucy_Illustrious/dataset/043.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1boy, 1girl, all fours, asian, breasts, brown hair, completely nude, erection, fellatio, hair ornament, hairclip, hetero, licking, licking penis, male pubic hair, nipples, nude, oral, penis, pov, precum, pubic hair, realistic, solo focus, tongue, tongue out, uncensored
lucy_Illustrious/dataset/044.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1boy, 1girl, asian, bra, breasts, hair ornament, hairclip, hetero, imminent kiss, indoors, looking at another, photorealistic, realistic, small breasts, stubble, underwear, white bra
lucy_Illustrious/dataset/045.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, 2girls, arm behind back, ass, bikini, breasts, brown hair, hair ornament, hairclip, indoors, looking back, medium breasts, multiple girls, photorealistic, realistic, red bikini, solo focus, swimsuit
lucy_Illustrious/dataset/046.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1boy, 1girl, asian, black eyes, facial hair, looking at another, parted lips, photorealistic, realistic, short hair, stubble, teeth
lucy_Illustrious/dataset/047.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, breasts, door, hair ornament, hairclip, indoors, pajamas, parted lips, photorealistic, realistic, shirt, small breasts, teeth
lucy_Illustrious/dataset/048.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1boy, 1girl, 2boys, asian, bara, beard stubble, chris redfield, closed eyes, couple, facial hair, kiss, male focus, multiple boys, photorealistic, realistic, short hair, sleeping, stubble, yaoi
lucy_Illustrious/dataset/049.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, breasts, carpet, cleavage, door, dress, hair ornament, hairclip, indoors, looking to the side, parted lips, photorealistic, realistic, red dress, teeth, wooden floor
lucy_Illustrious/dataset/050.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ lucy, black hair, long hair, brown eyes, 1girl, asian, breasts, hair ornament, pajamas, parted lips, photorealistic, realistic, shirt, teeth