AiAF commited on
Commit
73c4680
1 Parent(s): 93a7c84

kafun-かふん_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. Kafun-かふん-Flux1.safetensors +3 -0
  2. _latent_cache.zip +3 -0
  3. config.yaml +90 -0
  4. optimizer.pt.zip +3 -0
  5. samples/1735075942879__000000000_0.jpg +0 -0
  6. samples/1735075961075__000000000_1.jpg +0 -0
  7. samples/1735075979269__000000000_2.jpg +0 -0
  8. samples/1735075997465__000000000_3.jpg +0 -0
  9. samples/1735076015663__000000000_4.jpg +0 -0
  10. samples/1735076033864__000000000_5.jpg +0 -0
  11. samples/1735076585001__000000250_0.jpg +0 -0
  12. samples/1735076603222__000000250_1.jpg +0 -0
  13. samples/1735076621447__000000250_2.jpg +0 -0
  14. samples/1735076639667__000000250_3.jpg +0 -0
  15. samples/1735076657897__000000250_4.jpg +0 -0
  16. samples/1735076676122__000000250_5.jpg +0 -0
  17. samples/1735077222053__000000500_0.jpg +0 -0
  18. samples/1735077240279__000000500_1.jpg +0 -0
  19. samples/1735077258493__000000500_2.jpg +0 -0
  20. samples/1735077276717__000000500_3.jpg +0 -0
  21. samples/1735077294937__000000500_4.jpg +0 -0
  22. samples/1735077313150__000000500_5.jpg +0 -0
  23. samples/1735077851346__000000750_0.jpg +0 -0
  24. samples/1735077869563__000000750_1.jpg +0 -0
  25. samples/1735077887780__000000750_2.jpg +0 -0
  26. samples/1735077905997__000000750_3.jpg +0 -0
  27. samples/1735077924220__000000750_4.jpg +0 -0
  28. samples/1735077942446__000000750_5.jpg +0 -0
  29. samples/1735078489558__000001000_0.jpg +0 -0
  30. samples/1735078507775__000001000_1.jpg +0 -0
  31. samples/1735078525993__000001000_2.jpg +0 -0
  32. samples/1735078544215__000001000_3.jpg +0 -0
  33. samples/1735078562435__000001000_4.jpg +0 -0
  34. samples/1735078580663__000001000_5.jpg +0 -0
  35. samples/1735079125645__000001250_0.jpg +0 -0
  36. samples/1735079143867__000001250_1.jpg +0 -0
  37. samples/1735079162089__000001250_2.jpg +0 -0
  38. samples/1735079180305__000001250_3.jpg +0 -0
  39. samples/1735079198529__000001250_4.jpg +0 -0
  40. samples/1735079216752__000001250_5.jpg +0 -0
  41. samples/1735079756513__000001500_0.jpg +0 -0
  42. samples/1735079774732__000001500_1.jpg +0 -0
  43. samples/1735079792949__000001500_2.jpg +0 -0
  44. samples/1735079811173__000001500_3.jpg +0 -0
  45. samples/1735079829403__000001500_4.jpg +0 -0
  46. samples/1735079847617__000001500_5.jpg +0 -0
  47. samples/1735080399549__000001750_0.jpg +0 -0
  48. samples/1735080417766__000001750_1.jpg +0 -0
  49. samples/1735080435979__000001750_2.jpg +0 -0
  50. samples/1735080454190__000001750_3.jpg +0 -0
Kafun-かふん-Flux1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87571b6ea2a63925b80a6a400960724145317c88125e1a111663dc3ce2eb1ad6
3
+ size 171969368
_latent_cache.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be402a07c0c85b459990122925ccc7f0f105fd4421d72c51e71dc113b8a401e6
3
+ size 473069701
config.yaml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: "Kafun-\u304B\u3075\u3093-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
+ - "\u304B\u3075\u3093 \\(\u82B8\u8853\u5BB6\\), @kafun, kafun \\(Artist\\),\
52
+ \ illustration of a woman with blonde hair, wearing a white off-the-shoulder\
53
+ \ bodysuit, She has a neutral expression and is looking directly at the camera.\
54
+ \ The background is a plain, light grey wall. The image has a high-quality,\
55
+ \ professional feel."
56
+ - "\u304B\u3075\u3093 \\(\u82B8\u8853\u5BB6\\), @kafun, kafun \\(Artist\\),\
57
+ \ illustration of a woman with blonde hair, wearing a black lace bra, She\
58
+ \ has a small silver heart-shaped pendant necklace around her neck. She is\
59
+ \ looking directly at the camera with a neutral expression. The background\
60
+ \ is a plain, light-colored wall. The image is high quality ."
61
+ - "\u304B\u3075\u3093 \\(\u82B8\u8853\u5BB6\\), @kafun, kafun \\(Artist\\),\
62
+ \ illustration of a woman with long blonds hair, wearing a white shirt with\
63
+ \ a plunging neckline, She has a serious expression and is looking directly\
64
+ \ at the camera. The background is a plain, textured grey wall. The lighting\
65
+ \ is natural, highlighting her features. The image has a high-quality, professional\
66
+ \ feel. The woman is the main subject, positioned in the center of the frame. "
67
+ - "\u304B\u3075\u3093 \\(\u82B8\u8853\u5BB6\\), @kafun, kafun \\(Artist\\),\
68
+ \ illustration of a woman with blonde hair wearing a black turtleneck sweater\
69
+ \ and a gold necklace with a large pendant. She is sitting in the passenger\
70
+ \ seat of a car, smiling at the camera with her right hand resting on her\
71
+ \ ear. The background shows a clear blue sky and some greenery outside the\
72
+ \ car window. The image is high quality and has a professional feel. "
73
+ - "\u304B\u3075\u3093 \\(\u82B8\u8853\u5BB6\\), @kafun, kafun \\(Artist\\),\
74
+ \ illustration of a woman with blonde hair, wearing a blue and black Starfleet\
75
+ \ uniform with a gold Star Fleet com-badge on the chest. She is standing in\
76
+ \ a well lit room. The woman has a serious expression and is looking directly\
77
+ \ at the camera. The image has a high-quality, professional feel."
78
+ - "\u304B\u3075\u3093 \\(\u82B8\u8853\u5BB6\\), @kafun, kafun \\(Artist\\),\
79
+ \ illustration of a woman with blonde hair,wearing a blue t-shirt with white\
80
+ \ polka dots, standing in a snowy forest with tall pine trees in the background.\
81
+ \ She has a neutral expression and is looking directly at the camera. The\
82
+ \ image is high quality and has a professional feel."
83
+ neg: ''
84
+ seed: 23391
85
+ walk_seed: true
86
+ guidance_scale: 4
87
+ sample_steps: 20
88
+ meta:
89
+ name: "Kafun-\u304B\u3075\u3093-Flux1"
90
+ version: '1.0'
optimizer.pt.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77bad0f658530f10a11b2ed3bef04caf8d7380b14f17b53ff52393bf502216a7
3
+ size 154843172
samples/1735075942879__000000000_0.jpg ADDED
samples/1735075961075__000000000_1.jpg ADDED
samples/1735075979269__000000000_2.jpg ADDED
samples/1735075997465__000000000_3.jpg ADDED
samples/1735076015663__000000000_4.jpg ADDED
samples/1735076033864__000000000_5.jpg ADDED
samples/1735076585001__000000250_0.jpg ADDED
samples/1735076603222__000000250_1.jpg ADDED
samples/1735076621447__000000250_2.jpg ADDED
samples/1735076639667__000000250_3.jpg ADDED
samples/1735076657897__000000250_4.jpg ADDED
samples/1735076676122__000000250_5.jpg ADDED
samples/1735077222053__000000500_0.jpg ADDED
samples/1735077240279__000000500_1.jpg ADDED
samples/1735077258493__000000500_2.jpg ADDED
samples/1735077276717__000000500_3.jpg ADDED
samples/1735077294937__000000500_4.jpg ADDED
samples/1735077313150__000000500_5.jpg ADDED
samples/1735077851346__000000750_0.jpg ADDED
samples/1735077869563__000000750_1.jpg ADDED
samples/1735077887780__000000750_2.jpg ADDED
samples/1735077905997__000000750_3.jpg ADDED
samples/1735077924220__000000750_4.jpg ADDED
samples/1735077942446__000000750_5.jpg ADDED
samples/1735078489558__000001000_0.jpg ADDED
samples/1735078507775__000001000_1.jpg ADDED
samples/1735078525993__000001000_2.jpg ADDED
samples/1735078544215__000001000_3.jpg ADDED
samples/1735078562435__000001000_4.jpg ADDED
samples/1735078580663__000001000_5.jpg ADDED
samples/1735079125645__000001250_0.jpg ADDED
samples/1735079143867__000001250_1.jpg ADDED
samples/1735079162089__000001250_2.jpg ADDED
samples/1735079180305__000001250_3.jpg ADDED
samples/1735079198529__000001250_4.jpg ADDED
samples/1735079216752__000001250_5.jpg ADDED
samples/1735079756513__000001500_0.jpg ADDED
samples/1735079774732__000001500_1.jpg ADDED
samples/1735079792949__000001500_2.jpg ADDED
samples/1735079811173__000001500_3.jpg ADDED
samples/1735079829403__000001500_4.jpg ADDED
samples/1735079847617__000001500_5.jpg ADDED
samples/1735080399549__000001750_0.jpg ADDED
samples/1735080417766__000001750_1.jpg ADDED
samples/1735080435979__000001750_2.jpg ADDED
samples/1735080454190__000001750_3.jpg ADDED