ygohel18 commited on
Commit
d4bf3e9
1 Parent(s): 78e8c78
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. config/config_file.toml +57 -0
  2. config/dataset_config.toml +22 -0
  3. config/sample_prompt.txt +2 -0
  4. input/2566620256391329248.caption +1 -0
  5. input/2566620256391329248.jpg +0 -0
  6. input/2567423631550821254.caption +1 -0
  7. input/2567423631550821254.jpg +0 -0
  8. input/2567423631559105899.caption +1 -0
  9. input/2567423631559105899.jpg +0 -0
  10. input/2568821401872374386.caption +1 -0
  11. input/2568821401872374386.jpg +0 -0
  12. input/2568821401880850969.caption +1 -0
  13. input/2568821401880850969.jpg +0 -0
  14. input/2568821401889273346.caption +1 -0
  15. input/2568821401889273346.jpg +0 -0
  16. input/2569518721060307847.caption +1 -0
  17. input/2569518721060307847.jpg +0 -0
  18. input/2569518721077282240.caption +1 -0
  19. input/2569518721077282240.jpg +0 -0
  20. input/2569518721093874438.caption +1 -0
  21. input/2569518721093874438.jpg +0 -0
  22. input/2569518721093926976.caption +1 -0
  23. input/2569518721093926976.jpg +0 -0
  24. input/2569518721110840646.caption +1 -0
  25. input/2569518721110840646.jpg +0 -0
  26. input/2570376296350054547.caption +1 -0
  27. input/2570376296350054547.jpg +0 -0
  28. input/2570918714606603860.caption +1 -0
  29. input/2570918714606603860.jpg +0 -0
  30. input/2570918714623245882.caption +1 -0
  31. input/2570918714623245882.jpg +0 -0
  32. input/2573946995668858085.caption +1 -0
  33. input/2573946995668858085.jpg +0 -0
  34. input/2573946995685564268.caption +1 -0
  35. input/2573946995685564268.jpg +0 -0
  36. input/2580724346670835564.caption +1 -0
  37. input/2580724346670835564.jpg +0 -0
  38. input/2580724346687788019.caption +1 -0
  39. input/2580724346687788019.jpg +0 -0
  40. input/2581811390226793068.caption +1 -0
  41. input/2581811390226793068.jpg +0 -0
  42. input/2581811390243552560.caption +1 -0
  43. input/2581811390243552560.jpg +0 -0
  44. input/2581811390251955966.caption +1 -0
  45. input/2581811390251955966.jpg +0 -0
  46. input/2581811390268578813.caption +1 -0
  47. input/2581811390268578813.jpg +0 -0
  48. input/2603203221170467247.caption +1 -0
  49. input/2603203221170467247.jpg +0 -0
  50. input/2603203221480886656.caption +1 -0
config/config_file.toml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [model_arguments]
2
+ v2 = false
3
+ v_parameterization = false
4
+ pretrained_model_name_or_path = "/content/drive/MyDrive/models/models/Stable-diffusion/v1-5-pruned.safetensors"
5
+
6
+ [additional_network_arguments]
7
+ no_metadata = false
8
+ unet_lr = 0.0001
9
+ text_encoder_lr = 5e-5
10
+ network_module = "networks.lora"
11
+ network_dim = 32
12
+ network_alpha = 16
13
+ network_train_unet_only = false
14
+ network_train_text_encoder_only = false
15
+ network_weights = "/content/drive/MyDrive/LoRA/gen-lora-char-cosplay/output/gen_lora_cosplay_40.safetensors"
16
+
17
+ [optimizer_arguments]
18
+ optimizer_type = "AdamW8bit"
19
+ learning_rate = 0.0001
20
+ max_grad_norm = 1.0
21
+ lr_scheduler = "constant"
22
+ lr_warmup_steps = 0
23
+
24
+ [dataset_arguments]
25
+ cache_latents = true
26
+ debug_dataset = false
27
+ vae_batch_size = 2
28
+
29
+ [training_arguments]
30
+ output_dir = "/content/drive/MyDrive/LoRA/gen-lora-char-cosplay/output"
31
+ output_name = "gen_lora_cosplay"
32
+ save_precision = "fp16"
33
+ save_every_n_epochs = 10
34
+ train_batch_size = 2
35
+ max_token_length = 75
36
+ mem_eff_attn = false
37
+ xformers = true
38
+ max_train_epochs = 10
39
+ max_data_loader_n_workers = 1
40
+ persistent_data_loader_workers = true
41
+ gradient_checkpointing = false
42
+ gradient_accumulation_steps = 1
43
+ mixed_precision = "fp16"
44
+ clip_skip = 2
45
+ logging_dir = "/content/drive/MyDrive/LoRA/gen-lora-char-cosplay/logs"
46
+ log_prefix = "gen-lora-char-cosplay"
47
+ lowram = true
48
+
49
+ [sample_prompt_arguments]
50
+ sample_every_n_epochs = 20
51
+ sample_sampler = "k_dpm_2"
52
+
53
+ [dreambooth_arguments]
54
+ prior_loss_weight = 1.0
55
+
56
+ [saving_arguments]
57
+ save_model_as = "safetensors"
config/dataset_config.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [[datasets]]
2
+ resolution = 768
3
+ min_bucket_reso = 256
4
+ max_bucket_reso = 1024
5
+ caption_dropout_rate = 0
6
+ caption_tag_dropout_rate = 0
7
+ caption_dropout_every_n_epochs = 0
8
+ flip_aug = false
9
+ color_aug = false
10
+ [[datasets.subsets]]
11
+ image_dir = "/content/drive/MyDrive/LoRA/gen-lora-char-cosplay/input"
12
+ class_tokens = "gencharcosplay"
13
+ num_repeats = 3
14
+
15
+
16
+ [general]
17
+ enable_bucket = true
18
+ caption_extension = ".txt"
19
+ shuffle_caption = true
20
+ keep_tokens = 0
21
+ bucket_reso_steps = 64
22
+ bucket_no_upscale = false
config/sample_prompt.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+
2
+ (mdjrny-v4 style,cosplay,costume,charcter,imagenery,hornes,colorfull,stocking,fishnet clothing), masterpiece, best quality, 1girl, ultra detailed, detailed, girl with medium lenght hair blonde, cinematic, white t-shirts --n lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry --w 512 --h 512 --l 7 --s 28
input/2566620256391329248.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black and white outfit is posing on a beach
input/2566620256391329248.jpg ADDED
input/2567423631550821254.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a nurse outfit holding a sys
input/2567423631550821254.jpg ADDED
input/2567423631559105899.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a nurse outfit sitting on a bed
input/2567423631559105899.jpg ADDED
input/2568821401872374386.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a nun costume posing for a picture
input/2568821401872374386.jpg ADDED
input/2568821401880850969.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a nun outfit posing for a picture
input/2568821401880850969.jpg ADDED
input/2568821401889273346.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black and white outfit posing
input/2568821401889273346.jpg ADDED
input/2569518721060307847.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black lingerie and cat ears
input/2569518721060307847.jpg ADDED
input/2569518721077282240.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black lingerie posing for a picture
input/2569518721077282240.jpg ADDED
input/2569518721093874438.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black cat costume posing for a picture
input/2569518721093874438.jpg ADDED
input/2569518721093926976.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black cat costume posing for a picture
input/2569518721093926976.jpg ADDED
input/2569518721110840646.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black lingerie posing for a picture
input/2569518721110840646.jpg ADDED
input/2570376296350054547.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman holding a glass of tea in her hand
input/2570376296350054547.jpg ADDED
input/2570918714606603860.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman sitting in a chair with her legs crossed
input/2570918714606603860.jpg ADDED
input/2570918714623245882.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a short skirt and a shirt
input/2570918714623245882.jpg ADDED
input/2573946995668858085.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a costume posing for a picture
input/2573946995668858085.jpg ADDED
input/2573946995685564268.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a costume sitting on a chair
input/2573946995685564268.jpg ADDED
input/2580724346670835564.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black lingerie holding a sword
input/2580724346670835564.jpg ADDED
input/2580724346687788019.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a black lingerie and stockings
input/2580724346687788019.jpg ADDED
input/2581811390226793068.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman holding a glass of tea in her hand
input/2581811390226793068.jpg ADDED
input/2581811390243552560.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman in a purple shirt and black skirt
input/2581811390243552560.jpg ADDED
input/2581811390251955966.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman sitting at a table with a glass of beer
input/2581811390251955966.jpg ADDED
input/2581811390268578813.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman sitting at a table drinking a glass of beer
input/2581811390268578813.jpg ADDED
input/2603203221170467247.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman with a black shirt and a red lipstick
input/2603203221170467247.jpg ADDED
input/2603203221480886656.caption ADDED
@@ -0,0 +1 @@
 
 
1
+ a woman sitting on a chair in a room