glif
/

rvorias commited on
Commit
43c58a1
1 Parent(s): f418a01

Upload folder using huggingface_hub

Browse files
Files changed (28) hide show
  1. ylucic/flux_dev_Patent_Invention_captions/config.yaml +71 -0
  2. ylucic/flux_dev_Patent_Invention_captions/flux_dev_Patent_Invention_captions.safetensors +3 -0
  3. ylucic/flux_dev_Patent_Invention_captions/flux_dev_Patent_Invention_captions_000000500.safetensors +3 -0
  4. ylucic/flux_dev_Patent_Invention_captions/flux_dev_Patent_Invention_captions_000001000.safetensors +3 -0
  5. ylucic/flux_dev_Patent_Invention_captions/samples/1726355097694__000000000_0.jpg +0 -0
  6. ylucic/flux_dev_Patent_Invention_captions/samples/1726355122302__000000000_1.jpg +0 -0
  7. ylucic/flux_dev_Patent_Invention_captions/samples/1726355146926__000000000_2.jpg +0 -0
  8. ylucic/flux_dev_Patent_Invention_captions/samples/1726355171564__000000000_3.jpg +0 -0
  9. ylucic/flux_dev_Patent_Invention_captions/samples/1726355196228__000000000_4.jpg +0 -0
  10. ylucic/flux_dev_Patent_Invention_captions/samples/1726355220893__000000000_5.jpg +0 -0
  11. ylucic/flux_dev_Patent_Invention_captions/samples/1726356418875__000000500_0.jpg +0 -0
  12. ylucic/flux_dev_Patent_Invention_captions/samples/1726356443650__000000500_1.jpg +0 -0
  13. ylucic/flux_dev_Patent_Invention_captions/samples/1726356468424__000000500_2.jpg +0 -0
  14. ylucic/flux_dev_Patent_Invention_captions/samples/1726356493195__000000500_3.jpg +0 -0
  15. ylucic/flux_dev_Patent_Invention_captions/samples/1726356517970__000000500_4.jpg +0 -0
  16. ylucic/flux_dev_Patent_Invention_captions/samples/1726356542739__000000500_5.jpg +0 -0
  17. ylucic/flux_dev_Patent_Invention_captions/samples/1726357733302__000001000_0.jpg +0 -0
  18. ylucic/flux_dev_Patent_Invention_captions/samples/1726357758078__000001000_1.jpg +0 -0
  19. ylucic/flux_dev_Patent_Invention_captions/samples/1726357782854__000001000_2.jpg +0 -0
  20. ylucic/flux_dev_Patent_Invention_captions/samples/1726357807624__000001000_3.jpg +0 -0
  21. ylucic/flux_dev_Patent_Invention_captions/samples/1726357832366__000001000_4.jpg +0 -0
  22. ylucic/flux_dev_Patent_Invention_captions/samples/1726357857085__000001000_5.jpg +0 -0
  23. ylucic/flux_dev_Patent_Invention_captions/samples/1726359046474__000001500_0.jpg +0 -0
  24. ylucic/flux_dev_Patent_Invention_captions/samples/1726359071243__000001500_1.jpg +0 -0
  25. ylucic/flux_dev_Patent_Invention_captions/samples/1726359096013__000001500_2.jpg +0 -0
  26. ylucic/flux_dev_Patent_Invention_captions/samples/1726359120782__000001500_3.jpg +0 -0
  27. ylucic/flux_dev_Patent_Invention_captions/samples/1726359145553__000001500_4.jpg +0 -0
  28. ylucic/flux_dev_Patent_Invention_captions/samples/1726359170321__000001500_5.jpg +0 -0
ylucic/flux_dev_Patent_Invention_captions/config.yaml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: flux_dev_Patent_Invention_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_Patent_Invention_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
+ - wounded centaur, mythical creature [trigger]
32
+ - ruins of athens, snake [trigger]
33
+ - silver vampire sword [trigger]
34
+ - a pocket calculator [trigger]
35
+ - a SpaceX rocket [trigger]
36
+ - a Moon based dome structure [trigger]
37
+ sample_every: 500
38
+ sample_steps: 25
39
+ sampler: flowmatch
40
+ seed: 42
41
+ walk_seed: true
42
+ width: 1024
43
+ save:
44
+ dtype: float16
45
+ max_step_saves_to_keep: 3
46
+ save_every: 500
47
+ save_format: diffusers
48
+ train:
49
+ batch_size: 1
50
+ dtype: bf16
51
+ ema_config:
52
+ ema_decay: 0.99
53
+ use_ema: true
54
+ gradient_accumulation_steps: 1
55
+ gradient_checkpointing: true
56
+ linear_timesteps: true
57
+ loss_type: mse
58
+ lr: 0.0002
59
+ noise_scheduler: flowmatch
60
+ optimizer: adamw8bit
61
+ reg_weight: 1.0
62
+ steps: 1500
63
+ target_noise_multiplier: 1.0
64
+ train_text_encoder: false
65
+ train_unet: true
66
+ training_folder: /root/lorahub
67
+ trigger_word: PTNT style
68
+ type: sd_trainer
69
+ job: extension
70
+ meta:
71
+ description: ''
ylucic/flux_dev_Patent_Invention_captions/flux_dev_Patent_Invention_captions.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bd730102b8d8eee4d387c3ed23f34cbe739d04633735db337ea171185ceea1c
3
+ size 451202728
ylucic/flux_dev_Patent_Invention_captions/flux_dev_Patent_Invention_captions_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54a8cbad1402a17d09efcb4d5b45e68bc96a5b4ff7c1286cb458da94536366d4
3
+ size 451202728
ylucic/flux_dev_Patent_Invention_captions/flux_dev_Patent_Invention_captions_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d556771bd91a20eea4486a85d2f9aed28dc03f762490347b1c6bb6e3745eebea
3
+ size 451202728
ylucic/flux_dev_Patent_Invention_captions/samples/1726355097694__000000000_0.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726355122302__000000000_1.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726355146926__000000000_2.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726355171564__000000000_3.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726355196228__000000000_4.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726355220893__000000000_5.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726356418875__000000500_0.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726356443650__000000500_1.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726356468424__000000500_2.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726356493195__000000500_3.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726356517970__000000500_4.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726356542739__000000500_5.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726357733302__000001000_0.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726357758078__000001000_1.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726357782854__000001000_2.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726357807624__000001000_3.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726357832366__000001000_4.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726357857085__000001000_5.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726359046474__000001500_0.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726359071243__000001500_1.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726359096013__000001500_2.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726359120782__000001500_3.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726359145553__000001500_4.jpg ADDED
ylucic/flux_dev_Patent_Invention_captions/samples/1726359170321__000001500_5.jpg ADDED