Upload 110 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .ipynb_checkpoints/config-checkpoint.yaml +74 -0
- config-checkpoint.yaml +72 -0
- config.yaml +74 -0
- flux_lora_balloon_v1.safetensors +3 -0
- flux_lora_balloon_v1_000003000.safetensors +3 -0
- flux_lora_balloon_v1_000003250.safetensors +3 -0
- flux_lora_balloon_v1_000003500.safetensors +3 -0
- flux_lora_balloon_v1_000003750.safetensors +3 -0
- optimizer.pt +3 -0
- samples/.ipynb_checkpoints/1724035857179__000003000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724035877673__000003000_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724035898121__000003000_2-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724035918582__000003000_3-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724035939096__000003000_4-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724035959534__000003000_5-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724035980014__000003000_6-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036000543__000003000_7-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036020995__000003000_8-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036041444__000003000_9-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036752711__000003250_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036773177__000003250_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036793608__000003250_2-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036814036__000003250_3-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036834525__000003250_4-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036854946__000003250_5-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036875373__000003250_6-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036895846__000003250_7-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036916270__000003250_8-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724036936693__000003250_9-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037631666__000003500_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037652128__000003500_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037672557__000003500_2-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037692968__000003500_3-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037713433__000003500_4-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037733835__000003500_5-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037754272__000003500_6-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037774747__000003500_7-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037795210__000003500_8-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724037815654__000003500_9-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038518123__000003750_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038538605__000003750_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038559027__000003750_2-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038579441__000003750_3-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038599942__000003750_4-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038620407__000003750_5-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038640829__000003750_6-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038661300__000003750_7-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038681745__000003750_8-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1724038702182__000003750_9-checkpoint.jpg +0 -0
- 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