AiAF commited on
Commit
6cedd40
1 Parent(s): a06b9c8

Lauren-Aspyn_LoRA_Flux1 Repo update. Uploading the following: sample images, latents cache archive (.zip), config.yaml (settings used), and the archived optimizer.zip

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. _latent_cache.zip +3 -0
  2. config.yaml +96 -0
  3. optimizer.pt.zip +3 -0
  4. samples/1734103868801__000000000_0.jpg +3 -0
  5. samples/1734103886931__000000000_1.jpg +3 -0
  6. samples/1734103905055__000000000_2.jpg +3 -0
  7. samples/1734103923176__000000000_3.jpg +3 -0
  8. samples/1734103941299__000000000_4.jpg +3 -0
  9. samples/1734103959424__000000000_5.jpg +3 -0
  10. samples/1734104518115__000000250_0.jpg +3 -0
  11. samples/1734104536256__000000250_1.jpg +3 -0
  12. samples/1734104554394__000000250_2.jpg +3 -0
  13. samples/1734104572547__000000250_3.jpg +3 -0
  14. samples/1734104590688__000000250_4.jpg +3 -0
  15. samples/1734104608831__000000250_5.jpg +3 -0
  16. samples/1734105165838__000000500_0.jpg +3 -0
  17. samples/1734105183999__000000500_1.jpg +3 -0
  18. samples/1734105202149__000000500_2.jpg +3 -0
  19. samples/1734105220292__000000500_3.jpg +3 -0
  20. samples/1734105238446__000000500_4.jpg +3 -0
  21. samples/1734105256587__000000500_5.jpg +3 -0
  22. samples/1734105813762__000000750_0.jpg +3 -0
  23. samples/1734105831911__000000750_1.jpg +3 -0
  24. samples/1734105850061__000000750_2.jpg +3 -0
  25. samples/1734105868215__000000750_3.jpg +3 -0
  26. samples/1734105886368__000000750_4.jpg +3 -0
  27. samples/1734105904502__000000750_5.jpg +3 -0
  28. samples/1734106461762__000001000_0.jpg +3 -0
  29. samples/1734106479957__000001000_1.jpg +3 -0
  30. samples/1734106498099__000001000_2.jpg +3 -0
  31. samples/1734106516247__000001000_3.jpg +3 -0
  32. samples/1734106534397__000001000_4.jpg +3 -0
  33. samples/1734106552543__000001000_5.jpg +3 -0
  34. samples/1734107108308__000001250_0.jpg +3 -0
  35. samples/1734107126448__000001250_1.jpg +3 -0
  36. samples/1734107144586__000001250_2.jpg +3 -0
  37. samples/1734107162721__000001250_3.jpg +3 -0
  38. samples/1734107180868__000001250_4.jpg +3 -0
  39. samples/1734107199011__000001250_5.jpg +3 -0
  40. samples/1734107755772__000001500_0.jpg +3 -0
  41. samples/1734107773936__000001500_1.jpg +3 -0
  42. samples/1734107792097__000001500_2.jpg +3 -0
  43. samples/1734107810238__000001500_3.jpg +3 -0
  44. samples/1734107828391__000001500_4.jpg +3 -0
  45. samples/1734107846541__000001500_5.jpg +3 -0
  46. samples/1734108408340__000001750_0.jpg +3 -0
  47. samples/1734108426486__000001750_1.jpg +3 -0
  48. samples/1734108444628__000001750_2.jpg +3 -0
  49. samples/1734108462789__000001750_3.jpg +3 -0
  50. samples/1734108480946__000001750_4.jpg +3 -0
_latent_cache.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5259fb4d7c6dcd2aa8ca433d2728946db8701d5651143ec94048fe48c44127a
3
+ size 14088723
config.yaml ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: Lauren-Aspyn-Flux1
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: /content/output
7
+ device: cuda:0
8
+ network:
9
+ type: lora
10
+ linear: 8
11
+ linear_alpha: 16
12
+ save:
13
+ dtype: float16
14
+ save_every: 250
15
+ max_step_saves_to_keep: 10
16
+ datasets:
17
+ - folder_path: /content/dataset
18
+ caption_ext: txt
19
+ caption_dropout_rate: 0.05
20
+ shuffle_tokens: false
21
+ cache_latents_to_disk: true
22
+ resolution:
23
+ - 512
24
+ - 768
25
+ - 1024
26
+ train:
27
+ batch_size: 1
28
+ steps: 2000
29
+ gradient_accumulation_steps: 1
30
+ train_unet: true
31
+ train_text_encoder: false
32
+ content_or_style: content
33
+ gradient_checkpointing: true
34
+ noise_scheduler: flowmatch
35
+ optimizer: adamw8bit
36
+ lr: 0.0004
37
+ ema_config:
38
+ use_ema: true
39
+ ema_decay: 0.99
40
+ dtype: bf16
41
+ model:
42
+ name_or_path: black-forest-labs/FLUX.1-dev
43
+ is_flux: true
44
+ quantize: true
45
+ sample:
46
+ sampler: flowmatch
47
+ sample_every: 250
48
+ width: 832
49
+ height: 1216
50
+ prompts:
51
+ - Lauren Aspyn \(Person\), @laurenaspyn, Photo of a woman with brown | black
52
+ hair, smiling at the camera. She is wearing a red bikini top that accentuates
53
+ her large breasts and cleavage. The background is a serene beach scene with
54
+ gentle waves crashing onto the shore. The lighting is soft and natural, casting
55
+ gentle shadows on her face and body. The overall mood is cheerful and inviting. The
56
+ image is high quality ad has a professional feel
57
+ - Lauren Aspyn \(Person\), @laurenaspyn, A woman with black hair, wearing
58
+ a blue and white striped shirt, smiling at the camera. She is standing in
59
+ the middle of the image, with a bright blue sky and a few people in the background.
60
+ The building behind her has arches and intricate carvings, and the image is
61
+ taken from a low angle, giving a clear view of her upper body. The lighting
62
+ is bright and natural, highlighting her curly hair and the blue sky. The image
63
+ is high quality ad has a professional feel
64
+ - 'Lauren Aspyn \(Person\), @laurenaspyn, Photo of a woman with brown hair,
65
+ wearing a pink ribbed crop top and blue jeans, standing in a modern living
66
+ room with a beige carpet, white walls, and shelves with various items. She
67
+ is smiling at the camera, looking directly at the viewer. The lighting is
68
+ bright and natural, coming from the left side of the image. The woman has
69
+ fair skin and a slender physique. The image has a high-quality, professional
70
+ feel. '
71
+ - 'Lauren Aspyn \(Person\), @laurenaspyn, Photo of a young woman with fair skin
72
+ and dark hair styled in two buns with pink ribbons, wearing a black turtleneck
73
+ sweater and a gold necklace with a large pendant. She is sitting in the passenger
74
+ seat of a car, smiling at the camera with her right hand resting on her ear.
75
+ The background shows a clear blue sky and some greenery outside the car window.
76
+ The lighting is bright and natural, highlighting her features. The image is
77
+ high quality and has a professional feel. '
78
+ - Lauren Aspyn \(Person\), @laurenaspyn, cPhoto of a woman with black hair,
79
+ wearing a beige and black Starfleet uniform with a gold star emblem on the
80
+ chest. She is standing in a dimly lit room with a blurred background. The
81
+ lighting is soft and natural, casting gentle shadows on her face and body.
82
+ The woman has a serious expression and is looking directly at the camera.
83
+ medium breasts, The image has a high-quality, professional feel.
84
+ - Lauren Aspyn \(Person\), @laurenaspyn, Photo of a woman with black hair,wearing
85
+ a blue t-shirt with white polka dots, standing in a snowy forest with tall
86
+ pine trees in the background. She has a neutral expression and is looking
87
+ directly at the camera. The lighting is soft and natural, creating a serene
88
+ atmosphere. The image is high quality and has a professional feel.
89
+ neg: ''
90
+ seed: 44
91
+ walk_seed: true
92
+ guidance_scale: 4
93
+ sample_steps: 20
94
+ meta:
95
+ name: Lauren-Aspyn-Flux1
96
+ version: '1.0'
optimizer.pt.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4886187ab2ac831247950ff1b40c0a2733b5a1f09a8c61cd438bceed5096f447
3
+ size 78197332
samples/1734103868801__000000000_0.jpg ADDED

Git LFS Details

  • SHA256: 9e13c7940c41a49232cd632d459c8889929eb8bdddf3052ba77e419e008e7d4e
  • Pointer size: 130 Bytes
  • Size of remote file: 53.4 kB
samples/1734103886931__000000000_1.jpg ADDED

Git LFS Details

  • SHA256: 62a9ee2d9852c4d71b67821eb5c51e7dadb3543470fb8cb832be4c68364c1f5b
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
samples/1734103905055__000000000_2.jpg ADDED

Git LFS Details

  • SHA256: 558902be2c98af106d88b224a3cc0d161676ac16b21e0f0d92d7227a16e34426
  • Pointer size: 130 Bytes
  • Size of remote file: 78.7 kB
samples/1734103923176__000000000_3.jpg ADDED

Git LFS Details

  • SHA256: eb36862057674df865c0a3c7034519774f3f3ff2de35a336c7d61a2cfe0feecd
  • Pointer size: 130 Bytes
  • Size of remote file: 75 kB
samples/1734103941299__000000000_4.jpg ADDED

Git LFS Details

  • SHA256: 786f881f497d5923fd7aa36e49b2f4724eb57c087d398e67880adfa842d7566d
  • Pointer size: 130 Bytes
  • Size of remote file: 36.1 kB
samples/1734103959424__000000000_5.jpg ADDED

Git LFS Details

  • SHA256: cb92817df5867e85402d332599aa068aaa28f53b8c729cd480b91bec91e59b93
  • Pointer size: 130 Bytes
  • Size of remote file: 62.4 kB
samples/1734104518115__000000250_0.jpg ADDED

Git LFS Details

  • SHA256: 3888100112858aebb8c760a7b66237509f6c4e0529d7377c9d8080c3b7b93eb1
  • Pointer size: 130 Bytes
  • Size of remote file: 62 kB
samples/1734104536256__000000250_1.jpg ADDED

Git LFS Details

  • SHA256: b923a5711ed81c52de0a86c240018aa066c65e15a2ccf07472257da6f778f54b
  • Pointer size: 131 Bytes
  • Size of remote file: 153 kB
samples/1734104554394__000000250_2.jpg ADDED

Git LFS Details

  • SHA256: 3714404a3711508929b4394badcd07feae30e56b097834aa0a9d7babe3bde791
  • Pointer size: 130 Bytes
  • Size of remote file: 85.2 kB
samples/1734104572547__000000250_3.jpg ADDED

Git LFS Details

  • SHA256: 1f7b5a0b5f539996308b64d1426331cb50c986c37689a1dfb186dee4bd0b09a5
  • Pointer size: 130 Bytes
  • Size of remote file: 90.5 kB
samples/1734104590688__000000250_4.jpg ADDED

Git LFS Details

  • SHA256: 77c903e13442e4ffe9bf274eb196e32ef7989e90a3e91517a53f31e1dd9b3d1e
  • Pointer size: 130 Bytes
  • Size of remote file: 38.2 kB
samples/1734104608831__000000250_5.jpg ADDED

Git LFS Details

  • SHA256: 97a6b6d3fc717098bb724580720b8d568970c06751d27269ffbe542879b0dd43
  • Pointer size: 130 Bytes
  • Size of remote file: 67.2 kB
samples/1734105165838__000000500_0.jpg ADDED

Git LFS Details

  • SHA256: 3c2b7570acb2a631f2ffa570d7825f132e3a096b3447d83acccaef065285aeb5
  • Pointer size: 130 Bytes
  • Size of remote file: 60.6 kB
samples/1734105183999__000000500_1.jpg ADDED

Git LFS Details

  • SHA256: 4ac80607aaba9e6592ec63f8f93e2a833ebe25f0f7ed2167699f2fe33f8aad2c
  • Pointer size: 131 Bytes
  • Size of remote file: 151 kB
samples/1734105202149__000000500_2.jpg ADDED

Git LFS Details

  • SHA256: fb26471c22f73992c352a4ca5afaa434ad168ab1e496c34d311a6f5102842325
  • Pointer size: 130 Bytes
  • Size of remote file: 89.3 kB
samples/1734105220292__000000500_3.jpg ADDED

Git LFS Details

  • SHA256: 1c61274f2120eaf597cab5669bd8d16635a36053b9cf2977840017b632756295
  • Pointer size: 130 Bytes
  • Size of remote file: 74.3 kB
samples/1734105238446__000000500_4.jpg ADDED

Git LFS Details

  • SHA256: c216e96f0cf6122febf8facef6d766125324bf974ec99ff74ede57b9de0aa306
  • Pointer size: 130 Bytes
  • Size of remote file: 40.7 kB
samples/1734105256587__000000500_5.jpg ADDED

Git LFS Details

  • SHA256: acc2ae50e898cdb4f5a90cd5847cfd4cacb617059fe4755553c687e6d995021f
  • Pointer size: 130 Bytes
  • Size of remote file: 75.8 kB
samples/1734105813762__000000750_0.jpg ADDED

Git LFS Details

  • SHA256: d593ae2b0f5e26d22171e6d19d0bb3d7ef89d19d817099adf31799c008d69e8e
  • Pointer size: 130 Bytes
  • Size of remote file: 64.6 kB
samples/1734105831911__000000750_1.jpg ADDED

Git LFS Details

  • SHA256: 03efde2041c7c3814bdd6f6d2d46e7efb43ea7ed8f6d71452e73a3989af6c98c
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB
samples/1734105850061__000000750_2.jpg ADDED

Git LFS Details

  • SHA256: 127c60baed53c34712e222168a4bce4c31634582ff0a0319503c75bce79047b1
  • Pointer size: 130 Bytes
  • Size of remote file: 95 kB
samples/1734105868215__000000750_3.jpg ADDED

Git LFS Details

  • SHA256: b57767667c9f511d2a4203ac24a579608456c556e4c8d2c1797c77c879a2264f
  • Pointer size: 130 Bytes
  • Size of remote file: 90.9 kB
samples/1734105886368__000000750_4.jpg ADDED

Git LFS Details

  • SHA256: 4a0fd3a18089ebed0934efc7c32e52b583a5f34c9e5d5763378ddf7a7418e06d
  • Pointer size: 130 Bytes
  • Size of remote file: 44.4 kB
samples/1734105904502__000000750_5.jpg ADDED

Git LFS Details

  • SHA256: f5304c5cd65fd5432a55233b69dec82b0dcefb73fa8e721542819100c42456e9
  • Pointer size: 130 Bytes
  • Size of remote file: 84.5 kB
samples/1734106461762__000001000_0.jpg ADDED

Git LFS Details

  • SHA256: 5b3866f9379e3801378103f65e2cd66ff9ceb81540e9e736b174e66c4cf20b6f
  • Pointer size: 130 Bytes
  • Size of remote file: 60.1 kB
samples/1734106479957__000001000_1.jpg ADDED

Git LFS Details

  • SHA256: bc7de5e31d6f46ab6348ca40b96199c42cab01e9c91b9cc8eb72a1e83817cded
  • Pointer size: 131 Bytes
  • Size of remote file: 146 kB
samples/1734106498099__000001000_2.jpg ADDED

Git LFS Details

  • SHA256: 808bfec355eb2326c62669da6e4e2056edd1fef78111c165589c0eee56b881b6
  • Pointer size: 130 Bytes
  • Size of remote file: 88.6 kB
samples/1734106516247__000001000_3.jpg ADDED

Git LFS Details

  • SHA256: ffa5d9f586b913c4940c9e8adaad569527686a6af5ce992324be2bec4566569a
  • Pointer size: 130 Bytes
  • Size of remote file: 71.5 kB
samples/1734106534397__000001000_4.jpg ADDED

Git LFS Details

  • SHA256: 4e9ebbd11f13a708c76e15ccc3d2feb904a4b404ef750b3522a273cc137a7d77
  • Pointer size: 130 Bytes
  • Size of remote file: 40.3 kB
samples/1734106552543__000001000_5.jpg ADDED

Git LFS Details

  • SHA256: 50eebe9b69510e139ae6f32820479567bac3a914d0db04d67bcd1b29b90ebd6a
  • Pointer size: 130 Bytes
  • Size of remote file: 84.9 kB
samples/1734107108308__000001250_0.jpg ADDED

Git LFS Details

  • SHA256: 9574ed1dbb90b911a4f1700cf18d2fdb12c0adc45eada6989c86d0a89986da8f
  • Pointer size: 130 Bytes
  • Size of remote file: 66 kB
samples/1734107126448__000001250_1.jpg ADDED

Git LFS Details

  • SHA256: b705a49e464c0f3da827476ca4274fcfddb04b351b49b5b354021f926924e7c7
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
samples/1734107144586__000001250_2.jpg ADDED

Git LFS Details

  • SHA256: 9c72e72795d5e1233bce4eed81fc4a904fea225492c204bb3173cad43b03b37e
  • Pointer size: 130 Bytes
  • Size of remote file: 99.8 kB
samples/1734107162721__000001250_3.jpg ADDED

Git LFS Details

  • SHA256: e61f6f179a3379a5313b7d7f8e01c7f7111c6c80c7167763765284d3387960f3
  • Pointer size: 130 Bytes
  • Size of remote file: 74.8 kB
samples/1734107180868__000001250_4.jpg ADDED

Git LFS Details

  • SHA256: a564894da6b4ae909b8eaae6e23b4e8b57335c7c560570ad5cc96e23be18ecf7
  • Pointer size: 130 Bytes
  • Size of remote file: 42.2 kB
samples/1734107199011__000001250_5.jpg ADDED

Git LFS Details

  • SHA256: 86eac70d3ca7b4fef6b0c6e066ae1529c31059ae66c3253a7544d75a6608b007
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
samples/1734107755772__000001500_0.jpg ADDED

Git LFS Details

  • SHA256: 4327262e721329dda87089a3c3e612aaa13bc196dc405eaaf6a192908beeb844
  • Pointer size: 130 Bytes
  • Size of remote file: 59.5 kB
samples/1734107773936__000001500_1.jpg ADDED

Git LFS Details

  • SHA256: ffb5bfb8e12ca9669f38cc54c78c4023dd1d37a8c17955e91dbccaeb589071bd
  • Pointer size: 131 Bytes
  • Size of remote file: 158 kB
samples/1734107792097__000001500_2.jpg ADDED

Git LFS Details

  • SHA256: 3c8ce56c53264ab0cafb5047176f19e08cfa726d1ebb2db96b4971ec24a90151
  • Pointer size: 130 Bytes
  • Size of remote file: 85.9 kB
samples/1734107810238__000001500_3.jpg ADDED

Git LFS Details

  • SHA256: 6dee114730dcc65b67d7ede1577891c446ca5a55dfc049f9aed6602a633afef2
  • Pointer size: 130 Bytes
  • Size of remote file: 73 kB
samples/1734107828391__000001500_4.jpg ADDED

Git LFS Details

  • SHA256: e92912ca61213693baae996b5f2eaf27b0516efd27ba324f2e841e9ebeb6c7b3
  • Pointer size: 130 Bytes
  • Size of remote file: 39.1 kB
samples/1734107846541__000001500_5.jpg ADDED

Git LFS Details

  • SHA256: a9eabbe6c21bfeb17d16f3cdedb01cd5a3000c0923dc7f978f044717d757f7c8
  • Pointer size: 130 Bytes
  • Size of remote file: 82.5 kB
samples/1734108408340__000001750_0.jpg ADDED

Git LFS Details

  • SHA256: 07f45156991cfd3a461905cae464aa1725896a4eef2e28d2813f7042bc8e985c
  • Pointer size: 130 Bytes
  • Size of remote file: 66.4 kB
samples/1734108426486__000001750_1.jpg ADDED

Git LFS Details

  • SHA256: e7a348104b1eef53484d695a3e606f31bfa715921b4d9d57b3a1dfad3d23020c
  • Pointer size: 131 Bytes
  • Size of remote file: 150 kB
samples/1734108444628__000001750_2.jpg ADDED

Git LFS Details

  • SHA256: 7f4d1c954b026289d9b9663af5b682a05f82ca977cbdcc970f582d39a50482fe
  • Pointer size: 130 Bytes
  • Size of remote file: 87.3 kB
samples/1734108462789__000001750_3.jpg ADDED

Git LFS Details

  • SHA256: f3341bd3a24601b798517b20a128980f60317afdabed1d1550cfa22b42f8616b
  • Pointer size: 130 Bytes
  • Size of remote file: 73.4 kB
samples/1734108480946__000001750_4.jpg ADDED

Git LFS Details

  • SHA256: cc608f8259028d4faa25a0faaba354475b68e879f3a0ab26ca9a43e1617d3013
  • Pointer size: 130 Bytes
  • Size of remote file: 44.9 kB