AiAF commited on
Commit
9036dca
·
1 Parent(s): 99837eb

Emmi-Xi_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. Emmi-Xi-Flux1.safetensors +3 -0
  2. _latent_cache.zip +3 -0
  3. config.yaml +92 -0
  4. optimizer.pt.zip +3 -0
  5. samples/1734542416107__000000000_0.jpg +0 -0
  6. samples/1734542434344__000000000_1.jpg +0 -0
  7. samples/1734542452571__000000000_2.jpg +0 -0
  8. samples/1734542470791__000000000_3.jpg +0 -0
  9. samples/1734542489016__000000000_4.jpg +0 -0
  10. samples/1734542507250__000000000_5.jpg +0 -0
  11. samples/1734543100831__000000250_0.jpg +0 -0
  12. samples/1734543119080__000000250_1.jpg +0 -0
  13. samples/1734543137322__000000250_2.jpg +0 -0
  14. samples/1734543155551__000000250_3.jpg +0 -0
  15. samples/1734543173786__000000250_4.jpg +0 -0
  16. samples/1734543192021__000000250_5.jpg +0 -0
  17. samples/1734543778801__000000500_0.jpg +0 -0
  18. samples/1734543797053__000000500_1.jpg +0 -0
  19. samples/1734543815299__000000500_2.jpg +0 -0
  20. samples/1734543833539__000000500_3.jpg +0 -0
  21. samples/1734543851784__000000500_4.jpg +0 -0
  22. samples/1734543870040__000000500_5.jpg +0 -0
  23. samples/1734544463581__000000750_0.jpg +0 -0
  24. samples/1734544481826__000000750_1.jpg +0 -0
  25. samples/1734544500077__000000750_2.jpg +0 -0
  26. samples/1734544518321__000000750_3.jpg +0 -0
  27. samples/1734544536565__000000750_4.jpg +0 -0
  28. samples/1734544554818__000000750_5.jpg +0 -0
  29. samples/1734545144123__000001000_0.jpg +0 -0
  30. samples/1734545162369__000001000_1.jpg +0 -0
  31. samples/1734545180615__000001000_2.jpg +0 -0
  32. samples/1734545198858__000001000_3.jpg +0 -0
  33. samples/1734545217103__000001000_4.jpg +0 -0
  34. samples/1734545235353__000001000_5.jpg +0 -0
  35. samples/1734545830226__000001250_0.jpg +0 -0
  36. samples/1734545848482__000001250_1.jpg +0 -0
  37. samples/1734545866731__000001250_2.jpg +0 -0
  38. samples/1734545884971__000001250_3.jpg +0 -0
  39. samples/1734545903217__000001250_4.jpg +0 -0
  40. samples/1734545921460__000001250_5.jpg +0 -0
  41. samples/1734546513571__000001500_0.jpg +0 -0
  42. samples/1734546531814__000001500_1.jpg +0 -0
  43. samples/1734546550069__000001500_2.jpg +0 -0
  44. samples/1734546568324__000001500_3.jpg +0 -0
  45. samples/1734546586564__000001500_4.jpg +0 -0
  46. samples/1734546604819__000001500_5.jpg +0 -0
  47. samples/1734547193854__000001750_0.jpg +0 -0
  48. samples/1734547212096__000001750_1.jpg +0 -0
  49. samples/1734547230348__000001750_2.jpg +0 -0
  50. samples/1734547248583__000001750_3.jpg +0 -0
Emmi-Xi-Flux1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:302ecf94a082c07ad5c37fc84aa7d63c4755ee0e5b804f4063fe9ef5f01b0bd4
3
+ size 171969352
_latent_cache.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f18b448488caa9097622a75f5274a761365b2748071ae295496ce03be7b5f821
3
+ size 37805165
config.yaml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: Emmi-Xi-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
+ - '@emmi_xi_, @emmi_xi, Emmi Xi \(Person\),Photo of a woman with 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 the texture of her outfit.
55
+ The image has a high-quality, professional feel.'
56
+ - '@emmi_xi_, @emmi_xi, Emmi Xi \(Person\), Photo of a woman with 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
+ - '@emmi_xi_, @emmi_xi, Emmi Xi \(Person\), Photo of a woman with long blue
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
+ - '@emmi_xi_, @emmi_xi, Emmi Xi \(Person\), Photo of a woman with dark hair
68
+ wearing a black turtleneck sweater and a gold necklace with a large pendant.
69
+ She is sitting in the passenger seat of a car, smiling at the camera with
70
+ her right hand resting on her ear. The background shows a clear blue sky and
71
+ some greenery outside the car window. The lighting is bright and natural,
72
+ highlighting her features. The image is high quality and has a professional
73
+ feel. '
74
+ - '@emmi_xi_, @emmi_xi, Emmi Xi \(Person\), Photo of a woman with black hair,
75
+ wearing a blue and black Starfleet uniform with a gold Star Fleet com-badge
76
+ on the chest. She is standing in a well lit room with a blurred background.
77
+ The lighting is soft and natural, casting gentle shadows on her face and body.
78
+ The woman has a serious expression and is looking directly at the camera.
79
+ The image has a high-quality, professional feel.'
80
+ - '@emmi_xi_, @emmi_xi, Emmi Xi \(Person\), Photo of a woman with black hair,wearing
81
+ a blue t-shirt with white polka dots, standing in a snowy forest with tall
82
+ pine trees in the background. She has a neutral expression and is looking
83
+ directly at the camera. The lighting is soft and natural, creating a serene
84
+ atmosphere. The image is high quality and has a professional feel.'
85
+ neg: ''
86
+ seed: 20001010
87
+ walk_seed: true
88
+ guidance_scale: 4
89
+ sample_steps: 20
90
+ meta:
91
+ name: Emmi-Xi-Flux1
92
+ version: '1.0'
optimizer.pt.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b56eb8e255db8a1d0e454a8643d853e970a65ead635422a28b0ba6a95328e5f
3
+ size 155107942
samples/1734542416107__000000000_0.jpg ADDED
samples/1734542434344__000000000_1.jpg ADDED
samples/1734542452571__000000000_2.jpg ADDED
samples/1734542470791__000000000_3.jpg ADDED
samples/1734542489016__000000000_4.jpg ADDED
samples/1734542507250__000000000_5.jpg ADDED
samples/1734543100831__000000250_0.jpg ADDED
samples/1734543119080__000000250_1.jpg ADDED
samples/1734543137322__000000250_2.jpg ADDED
samples/1734543155551__000000250_3.jpg ADDED
samples/1734543173786__000000250_4.jpg ADDED
samples/1734543192021__000000250_5.jpg ADDED
samples/1734543778801__000000500_0.jpg ADDED
samples/1734543797053__000000500_1.jpg ADDED
samples/1734543815299__000000500_2.jpg ADDED
samples/1734543833539__000000500_3.jpg ADDED
samples/1734543851784__000000500_4.jpg ADDED
samples/1734543870040__000000500_5.jpg ADDED
samples/1734544463581__000000750_0.jpg ADDED
samples/1734544481826__000000750_1.jpg ADDED
samples/1734544500077__000000750_2.jpg ADDED
samples/1734544518321__000000750_3.jpg ADDED
samples/1734544536565__000000750_4.jpg ADDED
samples/1734544554818__000000750_5.jpg ADDED
samples/1734545144123__000001000_0.jpg ADDED
samples/1734545162369__000001000_1.jpg ADDED
samples/1734545180615__000001000_2.jpg ADDED
samples/1734545198858__000001000_3.jpg ADDED
samples/1734545217103__000001000_4.jpg ADDED
samples/1734545235353__000001000_5.jpg ADDED
samples/1734545830226__000001250_0.jpg ADDED
samples/1734545848482__000001250_1.jpg ADDED
samples/1734545866731__000001250_2.jpg ADDED
samples/1734545884971__000001250_3.jpg ADDED
samples/1734545903217__000001250_4.jpg ADDED
samples/1734545921460__000001250_5.jpg ADDED
samples/1734546513571__000001500_0.jpg ADDED
samples/1734546531814__000001500_1.jpg ADDED
samples/1734546550069__000001500_2.jpg ADDED
samples/1734546568324__000001500_3.jpg ADDED
samples/1734546586564__000001500_4.jpg ADDED
samples/1734546604819__000001500_5.jpg ADDED
samples/1734547193854__000001750_0.jpg ADDED
samples/1734547212096__000001750_1.jpg ADDED
samples/1734547230348__000001750_2.jpg ADDED
samples/1734547248583__000001750_3.jpg ADDED