AiAF commited on
Commit
744d41f
1 Parent(s): 12d6ee7

Violet-Myers-waifuviolet_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. Violet-Myers-waifuviolet-Flux1.safetensors +3 -0
  2. _latent_cache.zip +3 -0
  3. config.yaml +91 -0
  4. optimizer.pt.zip +3 -0
  5. samples/1734320257780__000000000_0.jpg +0 -0
  6. samples/1734320275987__000000000_1.jpg +0 -0
  7. samples/1734320294157__000000000_2.jpg +0 -0
  8. samples/1734320312315__000000000_3.jpg +0 -0
  9. samples/1734320330502__000000000_4.jpg +0 -0
  10. samples/1734320348674__000000000_5.jpg +0 -0
  11. samples/1734320900643__000000250_0.jpg +0 -0
  12. samples/1734320918849__000000250_1.jpg +0 -0
  13. samples/1734320937051__000000250_2.jpg +0 -0
  14. samples/1734320955247__000000250_3.jpg +0 -0
  15. samples/1734320973449__000000250_4.jpg +0 -0
  16. samples/1734320991651__000000250_5.jpg +0 -0
  17. samples/1734321547758__000000500_0.jpg +0 -0
  18. samples/1734321565963__000000500_1.jpg +0 -0
  19. samples/1734321584153__000000500_2.jpg +0 -0
  20. samples/1734321602341__000000500_3.jpg +0 -0
  21. samples/1734321620539__000000500_4.jpg +0 -0
  22. samples/1734321638731__000000500_5.jpg +0 -0
  23. samples/1734322172431__000000750_0.jpg +0 -0
  24. samples/1734322190611__000000750_1.jpg +0 -0
  25. samples/1734322208783__000000750_2.jpg +0 -0
  26. samples/1734322226959__000000750_3.jpg +0 -0
  27. samples/1734322245129__000000750_4.jpg +0 -0
  28. samples/1734322263302__000000750_5.jpg +0 -0
  29. samples/1734322815643__000001000_0.jpg +0 -0
  30. samples/1734322833837__000001000_1.jpg +0 -0
  31. samples/1734322852016__000001000_2.jpg +0 -0
  32. samples/1734322870212__000001000_3.jpg +0 -0
  33. samples/1734322888393__000001000_4.jpg +0 -0
  34. samples/1734322906587__000001000_5.jpg +0 -0
  35. samples/1734323451741__000001250_0.jpg +0 -0
  36. samples/1734323469937__000001250_1.jpg +0 -0
  37. samples/1734323488118__000001250_2.jpg +0 -0
  38. samples/1734323506308__000001250_3.jpg +0 -0
  39. samples/1734323524489__000001250_4.jpg +0 -0
  40. samples/1734323542674__000001250_5.jpg +0 -0
  41. samples/1734324090277__000001500_0.jpg +0 -0
  42. samples/1734324108476__000001500_1.jpg +0 -0
  43. samples/1734324126663__000001500_2.jpg +0 -0
  44. samples/1734324144851__000001500_3.jpg +0 -0
  45. samples/1734324163043__000001500_4.jpg +0 -0
  46. samples/1734324181227__000001500_5.jpg +0 -0
  47. samples/1734324723734__000001750_0.jpg +0 -0
  48. samples/1734324741930__000001750_1.jpg +0 -0
  49. samples/1734324760138__000001750_2.jpg +0 -0
  50. samples/1734324778321__000001750_3.jpg +0 -0
Violet-Myers-waifuviolet-Flux1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55ebb41ad9870e81b4a47cbc4f025e19d781e2c40c003702c1afcb144f6c5194
3
+ size 171969384
_latent_cache.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31f52594ca26d552127d101b79e21ede8827811a305feab2040275ac0a3e39d
3
+ size 46431451
config.yaml ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: Violet-Myers-waifuviolet-Flux1
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: /content/output
7
+ device: cuda:0
8
+ network:
9
+ type: lora
10
+ linear: 16
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
+ - '@waifuviolet, violet myers \(person\),Photo of a woman with long black hair,
52
+ wearing a white off-the-shoulder bodysuit, She has a neutral expression and
53
+ is looking directly at the camera. The background is a plain, light grey wall.
54
+ The lighting is soft and natural, highlighting her curves and the texture
55
+ of her outfit. The image has a high-quality, professional feel.'
56
+ - '@waifuviolet, violet myers \(person\), Photo of a woman with long black hair,
57
+ wearing a black lace bra, She has a small silver heart-shaped pendant necklace
58
+ around her neck. She is looking directly at the camera with a neutral expression.
59
+ The background is a plain, light-colored wall. The lighting is soft and natural,
60
+ highlighting her features. The image is high quality .'
61
+ - '@waifuviolet, violet myers \(person\), Photo of a woman with long blonde
62
+ hair, wearing a white shirt with a plunging neckline, She has a serious expression
63
+ and is looking directly at the camera. The background is a plain, textured
64
+ grey wall. The lighting is soft and natural, highlighting her features. The
65
+ image has a high-quality, professional feel. The woman is the main subject,
66
+ positioned in the center of the frame. '
67
+ - '@waifuviolet, violet myers \(person\), Photo of a woman with dark hair wearing
68
+ a black turtleneck sweater and a gold necklace with a large pendant. She is
69
+ sitting in the passenger seat of a car, smiling at the camera with her right
70
+ hand resting on her ear. The background shows a clear blue sky and some greenery
71
+ outside the car window. The lighting is bright and natural, highlighting her
72
+ features. The image is high quality and has a professional feel. '
73
+ - '@waifuviolet, violet myers \(person\), Photo of a woman with black hair,
74
+ wearing a red and black Starfleet uniform with a gold Star Fleet com-badge
75
+ on the chest. She is standing in a dimly lit room with a blurred background.
76
+ The lighting is soft and natural, casting gentle shadows on her face and body.
77
+ The woman has a serious expression and is looking directly at the camera.
78
+ The image has a high-quality, professional feel.'
79
+ - '@waifuviolet, violet myers \(person\), Photo of a woman with black hair,wearing
80
+ a blue t-shirt with white polka dots, standing in a snowy forest with tall
81
+ pine trees in the background. She has a neutral expression and is looking
82
+ directly at the camera. The lighting is soft and natural, creating a serene
83
+ atmosphere. The image is high quality and has a professional feel.'
84
+ neg: ''
85
+ seed: 2092592377
86
+ walk_seed: true
87
+ guidance_scale: 4
88
+ sample_steps: 20
89
+ meta:
90
+ name: Violet-Myers-waifuviolet-Flux1
91
+ version: '1.0'
optimizer.pt.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a139edf1bc5511fac96aaf97c9b2d37248726553c8bc370d603484821fe6070
3
+ size 154974139
samples/1734320257780__000000000_0.jpg ADDED
samples/1734320275987__000000000_1.jpg ADDED
samples/1734320294157__000000000_2.jpg ADDED
samples/1734320312315__000000000_3.jpg ADDED
samples/1734320330502__000000000_4.jpg ADDED
samples/1734320348674__000000000_5.jpg ADDED
samples/1734320900643__000000250_0.jpg ADDED
samples/1734320918849__000000250_1.jpg ADDED
samples/1734320937051__000000250_2.jpg ADDED
samples/1734320955247__000000250_3.jpg ADDED
samples/1734320973449__000000250_4.jpg ADDED
samples/1734320991651__000000250_5.jpg ADDED
samples/1734321547758__000000500_0.jpg ADDED
samples/1734321565963__000000500_1.jpg ADDED
samples/1734321584153__000000500_2.jpg ADDED
samples/1734321602341__000000500_3.jpg ADDED
samples/1734321620539__000000500_4.jpg ADDED
samples/1734321638731__000000500_5.jpg ADDED
samples/1734322172431__000000750_0.jpg ADDED
samples/1734322190611__000000750_1.jpg ADDED
samples/1734322208783__000000750_2.jpg ADDED
samples/1734322226959__000000750_3.jpg ADDED
samples/1734322245129__000000750_4.jpg ADDED
samples/1734322263302__000000750_5.jpg ADDED
samples/1734322815643__000001000_0.jpg ADDED
samples/1734322833837__000001000_1.jpg ADDED
samples/1734322852016__000001000_2.jpg ADDED
samples/1734322870212__000001000_3.jpg ADDED
samples/1734322888393__000001000_4.jpg ADDED
samples/1734322906587__000001000_5.jpg ADDED
samples/1734323451741__000001250_0.jpg ADDED
samples/1734323469937__000001250_1.jpg ADDED
samples/1734323488118__000001250_2.jpg ADDED
samples/1734323506308__000001250_3.jpg ADDED
samples/1734323524489__000001250_4.jpg ADDED
samples/1734323542674__000001250_5.jpg ADDED
samples/1734324090277__000001500_0.jpg ADDED
samples/1734324108476__000001500_1.jpg ADDED
samples/1734324126663__000001500_2.jpg ADDED
samples/1734324144851__000001500_3.jpg ADDED
samples/1734324163043__000001500_4.jpg ADDED
samples/1734324181227__000001500_5.jpg ADDED
samples/1734324723734__000001750_0.jpg ADDED
samples/1734324741930__000001750_1.jpg ADDED
samples/1734324760138__000001750_2.jpg ADDED
samples/1734324778321__000001750_3.jpg ADDED