glif
/

rvorias commited on
Commit
26b97d8
1 Parent(s): 91b2dc4

Upload folder using huggingface_hub

Browse files
Files changed (28) hide show
  1. WereSloth/flux_dev_nanovirus/config.yaml +77 -0
  2. WereSloth/flux_dev_nanovirus/flux_dev_nanovirus.safetensors +3 -0
  3. WereSloth/flux_dev_nanovirus/flux_dev_nanovirus_000000500.safetensors +3 -0
  4. WereSloth/flux_dev_nanovirus/flux_dev_nanovirus_000001000.safetensors +3 -0
  5. WereSloth/flux_dev_nanovirus/samples/1726375647258__000000000_0.jpg +0 -0
  6. WereSloth/flux_dev_nanovirus/samples/1726375671844__000000000_1.jpg +0 -0
  7. WereSloth/flux_dev_nanovirus/samples/1726375696435__000000000_2.jpg +0 -0
  8. WereSloth/flux_dev_nanovirus/samples/1726375721035__000000000_3.jpg +0 -0
  9. WereSloth/flux_dev_nanovirus/samples/1726375745655__000000000_4.jpg +0 -0
  10. WereSloth/flux_dev_nanovirus/samples/1726375770280__000000000_5.jpg +0 -0
  11. WereSloth/flux_dev_nanovirus/samples/1726376964743__000000500_0.jpg +0 -0
  12. WereSloth/flux_dev_nanovirus/samples/1726376989376__000000500_1.jpg +0 -0
  13. WereSloth/flux_dev_nanovirus/samples/1726377013989__000000500_2.jpg +0 -0
  14. WereSloth/flux_dev_nanovirus/samples/1726377038612__000000500_3.jpg +0 -0
  15. WereSloth/flux_dev_nanovirus/samples/1726377063245__000000500_4.jpg +0 -0
  16. WereSloth/flux_dev_nanovirus/samples/1726377087859__000000500_5.jpg +0 -0
  17. WereSloth/flux_dev_nanovirus/samples/1726378278838__000001000_0.jpg +0 -0
  18. WereSloth/flux_dev_nanovirus/samples/1726378303493__000001000_1.jpg +0 -0
  19. WereSloth/flux_dev_nanovirus/samples/1726378328118__000001000_2.jpg +0 -0
  20. WereSloth/flux_dev_nanovirus/samples/1726378352736__000001000_3.jpg +0 -0
  21. WereSloth/flux_dev_nanovirus/samples/1726378377355__000001000_4.jpg +0 -0
  22. WereSloth/flux_dev_nanovirus/samples/1726378402162__000001000_5.jpg +0 -0
  23. WereSloth/flux_dev_nanovirus/samples/1726379592998__000001500_0.jpg +0 -0
  24. WereSloth/flux_dev_nanovirus/samples/1726379617621__000001500_1.jpg +0 -0
  25. WereSloth/flux_dev_nanovirus/samples/1726379642241__000001500_2.jpg +0 -0
  26. WereSloth/flux_dev_nanovirus/samples/1726379666857__000001500_3.jpg +0 -0
  27. WereSloth/flux_dev_nanovirus/samples/1726379691476__000001500_4.jpg +0 -0
  28. WereSloth/flux_dev_nanovirus/samples/1726379716095__000001500_5.jpg +0 -0
WereSloth/flux_dev_nanovirus/config.yaml ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: flux_dev_nanovirus
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_nanovirus/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
+ - knollingcase, visual encyclopedia entry, Transparent gelatinous Nanobots that
32
+ can repair and regenerate damaged organs inside the human body. Macro shot
33
+ Ultra-high definition render by Sophia Lee. Symmetrical design , hexapod style
34
+ nanobots internal visible circuits , album cover art [nnvir]
35
+ - knollingcase, visual encyclopedia entry, Transparent gelatinous Nanobots that
36
+ can repair and regenerate damaged organs inside the human body. Macro shot
37
+ Ultra-high definition render by Sophia Lee. Symmetrical design , hexapod style
38
+ nanobots internal visible circuits , album cover art
39
+ - nanotech machine [nnvir]
40
+ - insect [nnvir]
41
+ - abstract surreal painting [nnvir]
42
+ - '[nnvir] in the shape of the letter O'
43
+ sample_every: 500
44
+ sample_steps: 25
45
+ sampler: flowmatch
46
+ seed: 42
47
+ walk_seed: true
48
+ width: 1024
49
+ save:
50
+ dtype: float16
51
+ max_step_saves_to_keep: 3
52
+ save_every: 500
53
+ save_format: diffusers
54
+ train:
55
+ batch_size: 1
56
+ dtype: bf16
57
+ ema_config:
58
+ ema_decay: 0.99
59
+ use_ema: true
60
+ gradient_accumulation_steps: 1
61
+ gradient_checkpointing: true
62
+ linear_timesteps: true
63
+ loss_type: mse
64
+ lr: 0.0002
65
+ noise_scheduler: flowmatch
66
+ optimizer: adamw8bit
67
+ reg_weight: 1.0
68
+ steps: 1500
69
+ target_noise_multiplier: 1.0
70
+ train_text_encoder: false
71
+ train_unet: true
72
+ training_folder: /root/lorahub
73
+ trigger_word: nnvir
74
+ type: sd_trainer
75
+ job: extension
76
+ meta:
77
+ description: ''
WereSloth/flux_dev_nanovirus/flux_dev_nanovirus.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431bd069281cfe7038f6e62f1a77fea3a2229631be990d9710e8fbd849bf3de1
3
+ size 451202704
WereSloth/flux_dev_nanovirus/flux_dev_nanovirus_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429784e9987c009de1a6d4cf12a13f3b8444b20d273765accdb50673c662cf2e
3
+ size 451202704
WereSloth/flux_dev_nanovirus/flux_dev_nanovirus_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:126596dd7d62b221a9cbec485f5e036f33434a38581ee5df02723d74f06e261e
3
+ size 451202704
WereSloth/flux_dev_nanovirus/samples/1726375647258__000000000_0.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726375671844__000000000_1.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726375696435__000000000_2.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726375721035__000000000_3.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726375745655__000000000_4.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726375770280__000000000_5.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726376964743__000000500_0.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726376989376__000000500_1.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726377013989__000000500_2.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726377038612__000000500_3.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726377063245__000000500_4.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726377087859__000000500_5.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726378278838__000001000_0.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726378303493__000001000_1.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726378328118__000001000_2.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726378352736__000001000_3.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726378377355__000001000_4.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726378402162__000001000_5.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726379592998__000001500_0.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726379617621__000001500_1.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726379642241__000001500_2.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726379666857__000001500_3.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726379691476__000001500_4.jpg ADDED
WereSloth/flux_dev_nanovirus/samples/1726379716095__000001500_5.jpg ADDED