flyway commited on
Commit
caf4fe9
1 Parent(s): 6c3bba1

Upload 110 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .ipynb_checkpoints/config-checkpoint.yaml +74 -0
  2. config-checkpoint.yaml +72 -0
  3. config.yaml +74 -0
  4. flux_lora_balloon_v1.safetensors +3 -0
  5. flux_lora_balloon_v1_000003000.safetensors +3 -0
  6. flux_lora_balloon_v1_000003250.safetensors +3 -0
  7. flux_lora_balloon_v1_000003500.safetensors +3 -0
  8. flux_lora_balloon_v1_000003750.safetensors +3 -0
  9. optimizer.pt +3 -0
  10. samples/.ipynb_checkpoints/1724035857179__000003000_0-checkpoint.jpg +0 -0
  11. samples/.ipynb_checkpoints/1724035877673__000003000_1-checkpoint.jpg +0 -0
  12. samples/.ipynb_checkpoints/1724035898121__000003000_2-checkpoint.jpg +0 -0
  13. samples/.ipynb_checkpoints/1724035918582__000003000_3-checkpoint.jpg +0 -0
  14. samples/.ipynb_checkpoints/1724035939096__000003000_4-checkpoint.jpg +0 -0
  15. samples/.ipynb_checkpoints/1724035959534__000003000_5-checkpoint.jpg +0 -0
  16. samples/.ipynb_checkpoints/1724035980014__000003000_6-checkpoint.jpg +0 -0
  17. samples/.ipynb_checkpoints/1724036000543__000003000_7-checkpoint.jpg +0 -0
  18. samples/.ipynb_checkpoints/1724036020995__000003000_8-checkpoint.jpg +0 -0
  19. samples/.ipynb_checkpoints/1724036041444__000003000_9-checkpoint.jpg +0 -0
  20. samples/.ipynb_checkpoints/1724036752711__000003250_0-checkpoint.jpg +0 -0
  21. samples/.ipynb_checkpoints/1724036773177__000003250_1-checkpoint.jpg +0 -0
  22. samples/.ipynb_checkpoints/1724036793608__000003250_2-checkpoint.jpg +0 -0
  23. samples/.ipynb_checkpoints/1724036814036__000003250_3-checkpoint.jpg +0 -0
  24. samples/.ipynb_checkpoints/1724036834525__000003250_4-checkpoint.jpg +0 -0
  25. samples/.ipynb_checkpoints/1724036854946__000003250_5-checkpoint.jpg +0 -0
  26. samples/.ipynb_checkpoints/1724036875373__000003250_6-checkpoint.jpg +0 -0
  27. samples/.ipynb_checkpoints/1724036895846__000003250_7-checkpoint.jpg +0 -0
  28. samples/.ipynb_checkpoints/1724036916270__000003250_8-checkpoint.jpg +0 -0
  29. samples/.ipynb_checkpoints/1724036936693__000003250_9-checkpoint.jpg +0 -0
  30. samples/.ipynb_checkpoints/1724037631666__000003500_0-checkpoint.jpg +0 -0
  31. samples/.ipynb_checkpoints/1724037652128__000003500_1-checkpoint.jpg +0 -0
  32. samples/.ipynb_checkpoints/1724037672557__000003500_2-checkpoint.jpg +0 -0
  33. samples/.ipynb_checkpoints/1724037692968__000003500_3-checkpoint.jpg +0 -0
  34. samples/.ipynb_checkpoints/1724037713433__000003500_4-checkpoint.jpg +0 -0
  35. samples/.ipynb_checkpoints/1724037733835__000003500_5-checkpoint.jpg +0 -0
  36. samples/.ipynb_checkpoints/1724037754272__000003500_6-checkpoint.jpg +0 -0
  37. samples/.ipynb_checkpoints/1724037774747__000003500_7-checkpoint.jpg +0 -0
  38. samples/.ipynb_checkpoints/1724037795210__000003500_8-checkpoint.jpg +0 -0
  39. samples/.ipynb_checkpoints/1724037815654__000003500_9-checkpoint.jpg +0 -0
  40. samples/.ipynb_checkpoints/1724038518123__000003750_0-checkpoint.jpg +0 -0
  41. samples/.ipynb_checkpoints/1724038538605__000003750_1-checkpoint.jpg +0 -0
  42. samples/.ipynb_checkpoints/1724038559027__000003750_2-checkpoint.jpg +0 -0
  43. samples/.ipynb_checkpoints/1724038579441__000003750_3-checkpoint.jpg +0 -0
  44. samples/.ipynb_checkpoints/1724038599942__000003750_4-checkpoint.jpg +0 -0
  45. samples/.ipynb_checkpoints/1724038620407__000003750_5-checkpoint.jpg +0 -0
  46. samples/.ipynb_checkpoints/1724038640829__000003750_6-checkpoint.jpg +0 -0
  47. samples/.ipynb_checkpoints/1724038661300__000003750_7-checkpoint.jpg +0 -0
  48. samples/.ipynb_checkpoints/1724038681745__000003750_8-checkpoint.jpg +0 -0
  49. samples/.ipynb_checkpoints/1724038702182__000003750_9-checkpoint.jpg +0 -0
  50. samples/.ipynb_checkpoints/1724039418627__000004000_1-checkpoint.jpg +0 -0
.ipynb_checkpoints/config-checkpoint.yaml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: bollon_art_flux_lora_v1
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: 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: 6
16
+ datasets:
17
+ - folder_path: /root/ai-toolkit/train_data/balloon_art
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: 3000
29
+ gradient_accumulation_steps: 1
30
+ train_unet: true
31
+ train_text_encoder: false
32
+ gradient_checkpointing: true
33
+ noise_scheduler: flowmatch
34
+ optimizer: adamw8bit
35
+ lr: 0.0001
36
+ linear_timesteps: true
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: 1024
49
+ height: 1024
50
+ prompts:
51
+ - a balloon art of a beetle
52
+ - a balloon art of a caterpillar made up of multiple layers of green and white
53
+ balloons. the caterpillar is elongated and has a cylindrical shape with a
54
+ pointed end
55
+ - a balloon art of a small figurine of a deer standing on top of a pile of green
56
+ spheres
57
+ - An elephant woven from balloons
58
+ - a balloon art of a monkey made of balloons. the monkey is standing on all
59
+ fours with its body facing towards the left side of the image
60
+ - woman playing the guitar, on stage, singing a song, laser lights, punk rocker
61
+ - hipster man with a beard, building a chair, in a wood shop
62
+ - photo of a man, white background, medium shot, modeling clothing, studio lighting,
63
+ white backdrop
64
+ - a man holding a sign that says, 'this is a sign'
65
+ - a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
66
+ in a desert, with a motorcycle
67
+ neg: ''
68
+ seed: 42
69
+ walk_seed: true
70
+ guidance_scale: 4
71
+ sample_steps: 20
72
+ meta:
73
+ name: bollon_art_flux_lora_v1
74
+ version: '1.0'
config-checkpoint.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: flux_lora_balloon_v1
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output/balloon
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: 4
16
+ datasets:
17
+ - folder_path: /root/autodl-tmp/ai-toolkit/train-data/balloon-art
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: 4000
29
+ gradient_accumulation_steps: 1
30
+ train_unet: true
31
+ train_text_encoder: false
32
+ gradient_checkpointing: true
33
+ noise_scheduler: flowmatch
34
+ optimizer: adamw8bit
35
+ lr: 0.0001
36
+ ema_config:
37
+ use_ema: true
38
+ ema_decay: 0.99
39
+ dtype: bf16
40
+ model:
41
+ name_or_path: /root/autodl-tmp/FLUX.1-dev
42
+ is_flux: true
43
+ quantize: true
44
+ sample:
45
+ sampler: flowmatch
46
+ sample_every: 250
47
+ width: 1024
48
+ height: 1024
49
+ prompts:
50
+ - a balloon art of a beetle
51
+ - a caterpillar made up of multiple layers of green and white balloons.
52
+ - a balloon art of a small figurine of a deer standing on top of a pile of green
53
+ spheres
54
+ - An elephant woven from balloons
55
+ - a balloon art of a monkey made of balloons. the monkey is standing on all
56
+ fours with its body facing towards the left side of the image
57
+ - woman playing the balloon guitar, on stage, singing a song, laser lights,
58
+ punk rocker
59
+ - hipster man with a beard, building a balloon chair, in a wood shop
60
+ - photo of a balloon man, white background, medium shot, balloon clothing,
61
+ studio lighting
62
+ - a balloon man holding a sign that says, 'this is a sign'
63
+ - a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
64
+ in a desert, with a balloon style motorcycle
65
+ neg: ''
66
+ seed: 42
67
+ walk_seed: true
68
+ guidance_scale: 4
69
+ sample_steps: 20
70
+ meta:
71
+ name: flux_lora_balloon_v1
72
+ version: '1.0'
config.yaml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: bollon_art_flux_lora_v1
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: 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: 6
16
+ datasets:
17
+ - folder_path: /root/ai-toolkit/train_data/balloon_art
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: 3000
29
+ gradient_accumulation_steps: 1
30
+ train_unet: true
31
+ train_text_encoder: false
32
+ gradient_checkpointing: true
33
+ noise_scheduler: flowmatch
34
+ optimizer: adamw8bit
35
+ lr: 0.0001
36
+ linear_timesteps: true
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: 1024
49
+ height: 1024
50
+ prompts:
51
+ - a balloon art of a beetle
52
+ - a balloon art of a caterpillar made up of multiple layers of green and white
53
+ balloons. the caterpillar is elongated and has a cylindrical shape with a
54
+ pointed end
55
+ - a balloon art of a small figurine of a deer standing on top of a pile of green
56
+ spheres
57
+ - An elephant woven from balloons
58
+ - a balloon art of a monkey made of balloons. the monkey is standing on all
59
+ fours with its body facing towards the left side of the image
60
+ - woman playing the guitar, on stage, singing a song, laser lights, punk rocker
61
+ - hipster man with a beard, building a chair, in a wood shop
62
+ - photo of a man, white background, medium shot, modeling clothing, studio lighting,
63
+ white backdrop
64
+ - a man holding a sign that says, 'this is a sign'
65
+ - a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
66
+ in a desert, with a motorcycle
67
+ neg: ''
68
+ seed: 42
69
+ walk_seed: true
70
+ guidance_scale: 4
71
+ sample_steps: 20
72
+ meta:
73
+ name: bollon_art_flux_lora_v1
74
+ version: '1.0'
flux_lora_balloon_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:932b9a4db9880c7b8113eead4b75c032f451c483f355624f5ec30e7dec76e89d
3
+ size 171969368
flux_lora_balloon_v1_000003000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1f2dce2383013e54298faf2ed47531c7ca66dc5bacba9391cc67a9a49538212
3
+ size 171969368
flux_lora_balloon_v1_000003250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0844023a3224e9380a0be8770cf008b814abb2b62eabbbde89f7a0293fd585
3
+ size 171969368
flux_lora_balloon_v1_000003500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b721926f1906f6230e3c5d7f087f842819fa1362b854b9760a73fdb2bdcf012
3
+ size 171969368
flux_lora_balloon_v1_000003750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc2600cb3c5e085d8ae353d547baaaf5388dd71de5fecea455ca4330ff69cf31
3
+ size 171969368
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c96b8b59030bb41763826ecd3580132b88189dc28c3f19c404f5985105b4e24
3
+ size 173272836
samples/.ipynb_checkpoints/1724035857179__000003000_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724035877673__000003000_1-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724035898121__000003000_2-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724035918582__000003000_3-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724035939096__000003000_4-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724035959534__000003000_5-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724035980014__000003000_6-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036000543__000003000_7-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036020995__000003000_8-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036041444__000003000_9-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036752711__000003250_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036773177__000003250_1-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036793608__000003250_2-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036814036__000003250_3-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036834525__000003250_4-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036854946__000003250_5-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036875373__000003250_6-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036895846__000003250_7-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036916270__000003250_8-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724036936693__000003250_9-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037631666__000003500_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037652128__000003500_1-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037672557__000003500_2-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037692968__000003500_3-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037713433__000003500_4-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037733835__000003500_5-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037754272__000003500_6-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037774747__000003500_7-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037795210__000003500_8-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724037815654__000003500_9-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038518123__000003750_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038538605__000003750_1-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038559027__000003750_2-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038579441__000003750_3-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038599942__000003750_4-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038620407__000003750_5-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038640829__000003750_6-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038661300__000003750_7-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038681745__000003750_8-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724038702182__000003750_9-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1724039418627__000004000_1-checkpoint.jpg ADDED