glif
/

rvorias commited on
Commit
ab8210d
1 Parent(s): 1259119

Upload folder using huggingface_hub

Browse files
Files changed (20) hide show
  1. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/config.yaml +72 -0
  2. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/flux_dev_Dither_Atkinson_Coarse_captions.safetensors +3 -0
  3. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/flux_dev_Dither_Atkinson_Coarse_captions_000000500.safetensors +3 -0
  4. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/flux_dev_Dither_Atkinson_Coarse_captions_000001000.safetensors +3 -0
  5. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726533278090__000000000_0.jpg +0 -0
  6. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726533302687__000000000_1.jpg +0 -0
  7. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726533327287__000000000_2.jpg +0 -0
  8. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726533351889__000000000_3.jpg +0 -0
  9. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726534561392__000000500_0.jpg +0 -0
  10. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726534586033__000000500_1.jpg +0 -0
  11. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726534610669__000000500_2.jpg +0 -0
  12. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726534635304__000000500_3.jpg +0 -0
  13. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726535846418__000001000_0.jpg +0 -0
  14. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726535871058__000001000_1.jpg +0 -0
  15. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726535895694__000001000_2.jpg +0 -0
  16. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726535920323__000001000_3.jpg +0 -0
  17. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726537129160__000001500_0.jpg +0 -0
  18. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726537153798__000001500_1.jpg +0 -0
  19. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726537178434__000001500_2.jpg +0 -0
  20. ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726537203065__000001500_3.jpg +0 -0
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/config.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: flux_dev_Dither_Atkinson_Coarse_captions
3
+ process:
4
+ - datasets:
5
+ - cache_latents_to_disk: true
6
+ caption_dropout_rate: 0.2
7
+ caption_ext: txt
8
+ folder_path: /root/lorahub/flux_dev_Dither_Atkinson_Coarse_captions/dataset
9
+ resolution:
10
+ - 512
11
+ - 768
12
+ - 1024
13
+ shuffle_tokens: false
14
+ token_dropout_rate: 0.01
15
+ device: cuda:0
16
+ model:
17
+ is_flux: true
18
+ name_or_path: black-forest-labs/FLUX.1-dev
19
+ quantize: true
20
+ text_encoder_bits: 8
21
+ network:
22
+ linear: 42
23
+ linear_alpha: 42
24
+ transformer_only: true
25
+ type: lora
26
+ performance_log_every: 500
27
+ sample:
28
+ height: 1024
29
+ neg: ''
30
+ prompts:
31
+ - portrait of a man standing in front of a building, wearing a jacket with patches
32
+ on it. [trigger]
33
+ - photo of ruins of athens [trigger]
34
+ - peony flower. The flower is in full bloom, with its petals radiating outward
35
+ in a symmetrical pattern. [trigger]
36
+ - close up portrait of a woman with flowers in her hair, surrounded by leaves.
37
+ [trigger]
38
+ sample_every: 500
39
+ sample_steps: 25
40
+ sampler: flowmatch
41
+ seed: 42
42
+ walk_seed: true
43
+ width: 1024
44
+ save:
45
+ dtype: float16
46
+ max_step_saves_to_keep: 3
47
+ save_every: 500
48
+ save_format: diffusers
49
+ train:
50
+ batch_size: 1
51
+ dtype: bf16
52
+ ema_config:
53
+ ema_decay: 0.99
54
+ use_ema: true
55
+ gradient_accumulation_steps: 1
56
+ gradient_checkpointing: true
57
+ linear_timesteps: true
58
+ loss_type: mse
59
+ lr: 0.0002
60
+ noise_scheduler: flowmatch
61
+ optimizer: adamw8bit
62
+ reg_weight: 1.0
63
+ steps: 1500
64
+ target_noise_multiplier: 1.0
65
+ train_text_encoder: false
66
+ train_unet: true
67
+ training_folder: /root/lorahub
68
+ trigger_word: in ATKSN style
69
+ type: sd_trainer
70
+ job: extension
71
+ meta:
72
+ description: ''
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/flux_dev_Dither_Atkinson_Coarse_captions.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d155358a895dfeea0aba3db40f935d90e0685f30ffb42546a15baeebe2d1f15d
3
+ size 451202744
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/flux_dev_Dither_Atkinson_Coarse_captions_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff30a01b1de8056d713fe509635899fb2f54a709c58bd01c61106eabf6c5b4b2
3
+ size 451202744
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/flux_dev_Dither_Atkinson_Coarse_captions_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a6543925af8319cf969e21ce0d48a519a4c21cd82f0bb71ed1aac374fb0c0f
3
+ size 451202744
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726533278090__000000000_0.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726533302687__000000000_1.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726533327287__000000000_2.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726533351889__000000000_3.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726534561392__000000500_0.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726534586033__000000500_1.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726534610669__000000500_2.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726534635304__000000500_3.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726535846418__000001000_0.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726535871058__000001000_1.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726535895694__000001000_2.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726535920323__000001000_3.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726537129160__000001500_0.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726537153798__000001500_1.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726537178434__000001500_2.jpg ADDED
ylucic/flux_dev_Dither_Atkinson_Coarse_captions/samples/1726537203065__000001500_3.jpg ADDED