giapdo commited on
Commit
8f732a9
·
verified ·
1 Parent(s): 9f781f0

Add 52 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. config.yaml +74 -0
  2. dogiap_first_lora_training.safetensors +3 -0
  3. images/1730432737735__000000000_1.jpg +3 -0
  4. images/1730432864458__000000000_2.jpg +3 -0
  5. images/1730432991378__000000000_3.jpg +3 -0
  6. images/1730433118557__000000000_4.jpg +3 -0
  7. images/1730433245821__000000000_5.jpg +3 -0
  8. images/1730438229234__000000250_1.jpg +3 -0
  9. images/1730438356674__000000250_2.jpg +3 -0
  10. images/1730438484082__000000250_3.jpg +3 -0
  11. images/1730438611503__000000250_4.jpg +3 -0
  12. images/1730438738901__000000250_5.jpg +3 -0
  13. images/1730443702756__000000500_1.jpg +3 -0
  14. images/1730443830254__000000500_2.jpg +3 -0
  15. images/1730443957754__000000500_3.jpg +3 -0
  16. images/1730444085200__000000500_4.jpg +3 -0
  17. images/1730444212630__000000500_5.jpg +3 -0
  18. images/1730449050121__000000750_0.jpg +3 -0
  19. images/1730449177589__000000750_1.jpg +3 -0
  20. images/1730449305066__000000750_2.jpg +3 -0
  21. images/1730449432512__000000750_3.jpg +3 -0
  22. images/1730449559990__000000750_4.jpg +3 -0
  23. images/1730449687455__000000750_5.jpg +3 -0
  24. images/1730454651581__000001000_1.jpg +3 -0
  25. images/1730454779255__000001000_2.jpg +3 -0
  26. images/1730454906880__000001000_3.jpg +3 -0
  27. images/1730455034478__000001000_4.jpg +3 -0
  28. images/1730455162146__000001000_5.jpg +3 -0
  29. images/1730461066439__000001250_1.jpg +3 -0
  30. images/1730461194212__000001250_2.jpg +3 -0
  31. images/1730461322013__000001250_3.jpg +3 -0
  32. images/1730461449823__000001250_4.jpg +3 -0
  33. images/1730461577617__000001250_5.jpg +3 -0
  34. images/1730466423356__000001500_0.jpg +3 -0
  35. images/1730466551181__000001500_1.jpg +3 -0
  36. images/1730466679001__000001500_2.jpg +3 -0
  37. images/1730466806808__000001500_3.jpg +3 -0
  38. images/1730466934599__000001500_4.jpg +3 -0
  39. images/1730467062405__000001500_5.jpg +3 -0
  40. images/1730471907475__000001750_0.jpg +3 -0
  41. images/1730472035180__000001750_1.jpg +3 -0
  42. images/1730472162892__000001750_2.jpg +3 -0
  43. images/1730472290633__000001750_3.jpg +3 -0
  44. images/1730472418334__000001750_4.jpg +3 -0
  45. images/1730472546102__000001750_5.jpg +3 -0
  46. images/1730477365123__000002000_0.jpg +3 -0
  47. images/1730477493011__000002000_1.jpg +3 -0
  48. images/1730477620917__000002000_2.jpg +3 -0
  49. images/1730477748761__000002000_3.jpg +3 -0
  50. images/1730477876609__000002000_4.jpg +3 -0
config.yaml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: dogiap_first_lora_training
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output
7
+ device: cuda:0
8
+ trigger_word: DoGiap
9
+ network:
10
+ type: lora
11
+ linear: 16
12
+ linear_alpha: 16
13
+ save:
14
+ dtype: float16
15
+ save_every: 200
16
+ max_step_saves_to_keep: 4
17
+ push_to_hub: false
18
+ datasets:
19
+ - folder_path: /home/infimum/code/flux/training_lora/img_resouce
20
+ caption_ext: txt
21
+ caption_dropout_rate: 0.05
22
+ shuffle_tokens: false
23
+ cache_latents_to_disk: true
24
+ resolution:
25
+ - 512
26
+ train:
27
+ batch_size: 1
28
+ steps: 2000
29
+ gradient_accumulation_steps: 1
30
+ train_unet: true
31
+ train_text_encoder: false
32
+ gradient_checkpointing: true
33
+ noise_scheduler: flowmatch
34
+ optimizer: adamw8bit
35
+ lr: 0.0001
36
+ ema_config:
37
+ use_ema: true
38
+ ema_decay: 0.99
39
+ dtype: bf16
40
+ model:
41
+ name_or_path: black-forest-labs/FLUX.1-schnell
42
+ assistant_lora_path: ostris/FLUX.1-schnell-training-adapter
43
+ is_flux: true
44
+ quantize: true
45
+ sample:
46
+ sampler: flowmatch
47
+ sample_every: 250
48
+ width: 512
49
+ height: 512
50
+ prompts:
51
+ - '[{trigger_word}] holding a sign that says ''I LOVE Giap dep trai!'''
52
+ - Describe a cozy modern living room featuring a minimalist design with neutral
53
+ tones, a sleek sectional sofa, and a statement coffee table. The trigger word
54
+ is {trigger_word}
55
+ - Illustrate a modern living room with large windows allowing natural light,
56
+ adorned with indoor plants, and a combination of textured fabrics. Include
57
+ the trigger word {trigger_word}.
58
+ - Conceptualize a living room that merges functionality and style, including
59
+ built-in shelving, smart home technology, and contemporary art pieces, while
60
+ emphasizing the trigger word {trigger_word}
61
+ - Create a vibrant living room space with bold accent colors, a mix of vintage
62
+ and modern furniture, and unique lighting fixtures. Use the trigger word {trigger_word}
63
+ to enhance the description.
64
+ - Visualize a modern living room that emphasizes sustainability, featuring recycled
65
+ materials, eco-friendly decor, and energy-efficient appliances. Incorporate
66
+ the trigger word {trigger_word} into the design.
67
+ neg: ''
68
+ seed: 42
69
+ walk_seed: true
70
+ guidance_scale: 3.5
71
+ sample_steps: 20
72
+ meta:
73
+ name: dogiap_first_lora_training
74
+ version: '1.0'
dogiap_first_lora_training.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d06ca1fb9ceffcdb00d57c3b603d22f710dd3331c951b58a6a4409d443c43dd6
3
+ size 171969432
images/1730432737735__000000000_1.jpg ADDED

Git LFS Details

  • SHA256: 001cfd3a6cd9b80b15bc02a780bab6a65dfdb1b4adaa420b52762e0849852f13
  • Pointer size: 130 Bytes
  • Size of remote file: 26.3 kB
images/1730432864458__000000000_2.jpg ADDED

Git LFS Details

  • SHA256: 635d1cfda5e1e62179c6e044f5618000130a53b20e43aaae871993797ad27e97
  • Pointer size: 130 Bytes
  • Size of remote file: 47.1 kB
images/1730432991378__000000000_3.jpg ADDED

Git LFS Details

  • SHA256: 482c48fbe18d349f31c08014155e5634a0b3ba71b88e162609e921b764c59df7
  • Pointer size: 130 Bytes
  • Size of remote file: 44.2 kB
images/1730433118557__000000000_4.jpg ADDED

Git LFS Details

  • SHA256: 8192290b74007c89e948cd1f8e5327996e9f77659ee5036847ce38d27f6ab717
  • Pointer size: 130 Bytes
  • Size of remote file: 37.3 kB
images/1730433245821__000000000_5.jpg ADDED

Git LFS Details

  • SHA256: 4bbdd4ec51ef3dab4bcd54d7454bcc8e0561ebad739a5253e922ece677b0c45e
  • Pointer size: 130 Bytes
  • Size of remote file: 31.2 kB
images/1730438229234__000000250_1.jpg ADDED

Git LFS Details

  • SHA256: 53c31e54f29cd7b18641e73ca1ee0685ded637a2d1406035714712150b3636c9
  • Pointer size: 130 Bytes
  • Size of remote file: 24.4 kB
images/1730438356674__000000250_2.jpg ADDED

Git LFS Details

  • SHA256: 01dfc525595e653f9a9e40c08bae200598b479ecdfd56590aefe2bad4712c75b
  • Pointer size: 130 Bytes
  • Size of remote file: 45 kB
images/1730438484082__000000250_3.jpg ADDED

Git LFS Details

  • SHA256: e7e7124bbdf95eaf4452d516bc7f606c11d02cc5168d724f1ba8cc5837c60c66
  • Pointer size: 130 Bytes
  • Size of remote file: 40.6 kB
images/1730438611503__000000250_4.jpg ADDED

Git LFS Details

  • SHA256: 4e8953d6b9bbf72d6385e9aa4eaef17979ae4b5523cf6b54e3ca331cf55bb0a5
  • Pointer size: 130 Bytes
  • Size of remote file: 34 kB
images/1730438738901__000000250_5.jpg ADDED

Git LFS Details

  • SHA256: 8377ac1d79382a7a125d371841dd9530368a954bb6c3854e8fc7fd9abadd4518
  • Pointer size: 130 Bytes
  • Size of remote file: 27.2 kB
images/1730443702756__000000500_1.jpg ADDED

Git LFS Details

  • SHA256: e84ecdb7152dd4fcf35347a06d3ba7bb6bb1e2e30ef1896ab7d9d78e1f517111
  • Pointer size: 130 Bytes
  • Size of remote file: 23.3 kB
images/1730443830254__000000500_2.jpg ADDED

Git LFS Details

  • SHA256: 97531d81f40d02df0f55b895ee1410fab0f331590774cb169a1cf82b5fbc292e
  • Pointer size: 130 Bytes
  • Size of remote file: 46 kB
images/1730443957754__000000500_3.jpg ADDED

Git LFS Details

  • SHA256: eee241df3efcef0a2774c000be8d3b087a5dbbda51f0944822f0e7796773e6dc
  • Pointer size: 130 Bytes
  • Size of remote file: 42.1 kB
images/1730444085200__000000500_4.jpg ADDED

Git LFS Details

  • SHA256: 296389b11ad840d10407e2f639bdaf6a0698133d630d0d4ff48f54a27b801202
  • Pointer size: 130 Bytes
  • Size of remote file: 31.2 kB
images/1730444212630__000000500_5.jpg ADDED

Git LFS Details

  • SHA256: e82724d7d21aeac4b13da5691c4cedad6e7a1384efabbe6d3656f8fbc7f8e474
  • Pointer size: 130 Bytes
  • Size of remote file: 29.1 kB
images/1730449050121__000000750_0.jpg ADDED

Git LFS Details

  • SHA256: a899d94ffd27b6502d4ad3d0c5ecd7cc09fec421d3d9c08c37ddcd707c151c00
  • Pointer size: 130 Bytes
  • Size of remote file: 28.3 kB
images/1730449177589__000000750_1.jpg ADDED

Git LFS Details

  • SHA256: 453d7634a01a01e1b6d6fe9b4c5c80b2c2aec321a8e424db32092e024a728bdb
  • Pointer size: 130 Bytes
  • Size of remote file: 23.2 kB
images/1730449305066__000000750_2.jpg ADDED

Git LFS Details

  • SHA256: f776cef1f553ebe263f2904369c96078619da3d1c9da00658f64f257d18bc8bf
  • Pointer size: 130 Bytes
  • Size of remote file: 47.9 kB
images/1730449432512__000000750_3.jpg ADDED

Git LFS Details

  • SHA256: 7fcbac16e4c28e25d561c80d7ac94261f6311af2a13297f202f1f7ea6feb692e
  • Pointer size: 130 Bytes
  • Size of remote file: 42.5 kB
images/1730449559990__000000750_4.jpg ADDED

Git LFS Details

  • SHA256: 89e859414fe9eacb11f0ef25ba9498ef179ed23f491936f983a8788dcf8c6a30
  • Pointer size: 130 Bytes
  • Size of remote file: 33.1 kB
images/1730449687455__000000750_5.jpg ADDED

Git LFS Details

  • SHA256: 12d67b4bc3cb457d352de6bcce9eeb3773266e289d81697a089748184b8f630a
  • Pointer size: 130 Bytes
  • Size of remote file: 28.2 kB
images/1730454651581__000001000_1.jpg ADDED

Git LFS Details

  • SHA256: 8a56f6b00e2abf40a85cc186c6eea8d25b81274b5c05a91efaa0e4a1a8390299
  • Pointer size: 130 Bytes
  • Size of remote file: 26.8 kB
images/1730454779255__000001000_2.jpg ADDED

Git LFS Details

  • SHA256: e1f695129ac21b7a4883c6c7bd7531ff9780807a8cbfb2d6581a610ef3290703
  • Pointer size: 130 Bytes
  • Size of remote file: 50.7 kB
images/1730454906880__000001000_3.jpg ADDED

Git LFS Details

  • SHA256: 7d5fce4adabdb1c0ed0f66b5747704985dfabf9c0527c67d8357c89e5662a0b7
  • Pointer size: 130 Bytes
  • Size of remote file: 42.4 kB
images/1730455034478__000001000_4.jpg ADDED

Git LFS Details

  • SHA256: 5a61f9cc49b7dfa8bbd2fa7378860fbf157e967ec61d78ef4c1d7b0f510687fa
  • Pointer size: 130 Bytes
  • Size of remote file: 37.8 kB
images/1730455162146__000001000_5.jpg ADDED

Git LFS Details

  • SHA256: a4379cc0d59e33214a9f2041fb980d8d3f13b60048f0434d68b027d3cbe6f462
  • Pointer size: 130 Bytes
  • Size of remote file: 25 kB
images/1730461066439__000001250_1.jpg ADDED

Git LFS Details

  • SHA256: 1910384421b4d2107cd9477a35810112c1f4c1c831fb8e954375efab2fec281c
  • Pointer size: 130 Bytes
  • Size of remote file: 23.9 kB
images/1730461194212__000001250_2.jpg ADDED

Git LFS Details

  • SHA256: 6f6d6c880624ce20810b7e3a87bccb7bcfe0f35bc89cf92bbaea8c66495f6103
  • Pointer size: 130 Bytes
  • Size of remote file: 50.8 kB
images/1730461322013__000001250_3.jpg ADDED

Git LFS Details

  • SHA256: 5950d1dfe02538dc0230e1d9b263120a404180298391dbdc941ab9be35801622
  • Pointer size: 130 Bytes
  • Size of remote file: 44.5 kB
images/1730461449823__000001250_4.jpg ADDED

Git LFS Details

  • SHA256: 9048bafd3812347dffd931019617e09b8a6d64c618c19c2187b478f13772f7c5
  • Pointer size: 130 Bytes
  • Size of remote file: 35.1 kB
images/1730461577617__000001250_5.jpg ADDED

Git LFS Details

  • SHA256: 73278594b83f28329080ee3f4de1f5e58c9bb7aaffd08150b7de49476e04c0dd
  • Pointer size: 130 Bytes
  • Size of remote file: 29.7 kB
images/1730466423356__000001500_0.jpg ADDED

Git LFS Details

  • SHA256: 44bbe6619e2198406ca773bae8d4de9c51820c6bb9051745c745abfb6d027021
  • Pointer size: 130 Bytes
  • Size of remote file: 26.3 kB
images/1730466551181__000001500_1.jpg ADDED

Git LFS Details

  • SHA256: 5f5f0d807a3da9e893e5e9c342dd44e7afce371066fc79a5c0930c199d2d6143
  • Pointer size: 130 Bytes
  • Size of remote file: 24.8 kB
images/1730466679001__000001500_2.jpg ADDED

Git LFS Details

  • SHA256: 29994625e150e8850fd4cd8ec07993cdf8fc970f399579d53637da688f8eeafb
  • Pointer size: 130 Bytes
  • Size of remote file: 49.7 kB
images/1730466806808__000001500_3.jpg ADDED

Git LFS Details

  • SHA256: e67869db8629a59c471743d57a9acebeff696b7ee948e6d4f1059f24f7537f07
  • Pointer size: 130 Bytes
  • Size of remote file: 41.8 kB
images/1730466934599__000001500_4.jpg ADDED

Git LFS Details

  • SHA256: cb2d77b1eda3206ed2734e7cc533fd3cfe912369cd6c6760bdf65f06296d1b89
  • Pointer size: 130 Bytes
  • Size of remote file: 33.8 kB
images/1730467062405__000001500_5.jpg ADDED

Git LFS Details

  • SHA256: 1427cd18d1e30c7915ab06900f5fbb1c5d5b11bf5887e86609ff9c4c5781d546
  • Pointer size: 130 Bytes
  • Size of remote file: 30.4 kB
images/1730471907475__000001750_0.jpg ADDED

Git LFS Details

  • SHA256: 2815d727223e5a8c15ca232466bfaf947745123c1f181e1d61befc4c8137d79b
  • Pointer size: 130 Bytes
  • Size of remote file: 24.6 kB
images/1730472035180__000001750_1.jpg ADDED

Git LFS Details

  • SHA256: 254923910d7624884f288219496bc2ffa888f6207e77ad7c5fd7c599a5766fb5
  • Pointer size: 130 Bytes
  • Size of remote file: 19.6 kB
images/1730472162892__000001750_2.jpg ADDED

Git LFS Details

  • SHA256: 85b86a5c0c7a5fe3f97d9023f1a978bc84afe124d5f7dc8bb58482dd494d94d3
  • Pointer size: 130 Bytes
  • Size of remote file: 46 kB
images/1730472290633__000001750_3.jpg ADDED

Git LFS Details

  • SHA256: cf989d9d3b549fdacea21357995bd3aadee9dd05b4bfab5753b380b9258917c4
  • Pointer size: 130 Bytes
  • Size of remote file: 43.5 kB
images/1730472418334__000001750_4.jpg ADDED

Git LFS Details

  • SHA256: 7336c95a1d66c923446895ca5c813aee26d45e0d63ed31f96c81ab5031e3e650
  • Pointer size: 130 Bytes
  • Size of remote file: 32 kB
images/1730472546102__000001750_5.jpg ADDED

Git LFS Details

  • SHA256: 3f5cc8722df1f57ca02dac66fe46ae96e736f5b5ccb679c29a86679644fd95a5
  • Pointer size: 130 Bytes
  • Size of remote file: 26.6 kB
images/1730477365123__000002000_0.jpg ADDED

Git LFS Details

  • SHA256: 51940d21a49e91d69abac01de4b8137362447145c22760bf8c42a4cae400dfd3
  • Pointer size: 130 Bytes
  • Size of remote file: 25.2 kB
images/1730477493011__000002000_1.jpg ADDED

Git LFS Details

  • SHA256: 59db3d3a77e76c0bb0b780775f6c8552ada034ef0724b6841b3cd690cbc2dc84
  • Pointer size: 130 Bytes
  • Size of remote file: 20.1 kB
images/1730477620917__000002000_2.jpg ADDED

Git LFS Details

  • SHA256: 849772cd54308caa21861d838435494508792935726d9293fffe3d3da466370a
  • Pointer size: 130 Bytes
  • Size of remote file: 46.8 kB
images/1730477748761__000002000_3.jpg ADDED

Git LFS Details

  • SHA256: cd4038b5b22691cc4614ac41eb3ae2dbc4ebcdc20f5c3de59f11713028fd8acc
  • Pointer size: 130 Bytes
  • Size of remote file: 38.3 kB
images/1730477876609__000002000_4.jpg ADDED

Git LFS Details

  • SHA256: 128ebdeca5d485a0312c93593eba9195a9c769b36237ab641835a6579578ca07
  • Pointer size: 130 Bytes
  • Size of remote file: 34.1 kB