Обновление файлов
Browse files- .ipynb_checkpoints/config-checkpoint.yaml +66 -0
- config.yaml +66 -0
- k1unpan-a-man_000000200.safetensors +3 -0
- k1unpan-a-man_000000400.safetensors +3 -0
- k1unpan-a-man_000000600.safetensors +3 -0
- k1unpan-a-man_000000800.safetensors +3 -0
- optimizer.pt +3 -0
- samples/.ipynb_checkpoints/1738512499328__000000200_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738512537314__000000200_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738512575312__000000200_2-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738513501031__000000400_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738513539023__000000400_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738513577048__000000400_2-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738514551846__000000600_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738514589844__000000600_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738514627824__000000600_2-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738515573743__000000800_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738515611663__000000800_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1738515649630__000000800_2-checkpoint.jpg +0 -0
- samples/1738512499328__000000200_0.jpg +0 -0
- samples/1738512537314__000000200_1.jpg +0 -0
- samples/1738512575312__000000200_2.jpg +0 -0
- samples/1738513501031__000000400_0.jpg +0 -0
- samples/1738513539023__000000400_1.jpg +0 -0
- samples/1738513577048__000000400_2.jpg +0 -0
- samples/1738514551846__000000600_0.jpg +0 -0
- samples/1738514589844__000000600_1.jpg +0 -0
- samples/1738514627824__000000600_2.jpg +0 -0
- samples/1738515573743__000000800_0.jpg +0 -0
- samples/1738515611663__000000800_1.jpg +0 -0
- samples/1738515649630__000000800_2.jpg +0 -0
.ipynb_checkpoints/config-checkpoint.yaml
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: k1unpan-a-man
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: output
|
7 |
+
device: cuda:0
|
8 |
+
network:
|
9 |
+
type: lora
|
10 |
+
linear: 64
|
11 |
+
linear_alpha: 64
|
12 |
+
save:
|
13 |
+
dtype: float16
|
14 |
+
save_every: 200
|
15 |
+
max_step_saves_to_keep: 16
|
16 |
+
push_to_hub: true
|
17 |
+
hf_private: true
|
18 |
+
datasets:
|
19 |
+
- folder_path: datasets/e812e969-3ff2-468c-9b41-5be6eb4fa52e
|
20 |
+
caption_ext: txt
|
21 |
+
caption_dropout_rate: 0.05
|
22 |
+
shuffle_tokens: false
|
23 |
+
cache_latents_to_disk: true
|
24 |
+
resolution:
|
25 |
+
- 512
|
26 |
+
- 768
|
27 |
+
- 1024
|
28 |
+
train:
|
29 |
+
batch_size: 1
|
30 |
+
steps: 3000
|
31 |
+
gradient_accumulation_steps: 1
|
32 |
+
train_unet: true
|
33 |
+
train_text_encoder: false
|
34 |
+
gradient_checkpointing: true
|
35 |
+
noise_scheduler: flowmatch
|
36 |
+
optimizer: adamw8bit
|
37 |
+
lr: 0.0001
|
38 |
+
ema_config:
|
39 |
+
use_ema: true
|
40 |
+
ema_decay: 0.99
|
41 |
+
dtype: bf16
|
42 |
+
skip_first_sample: true
|
43 |
+
disable_sampling: false
|
44 |
+
model:
|
45 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
46 |
+
is_flux: true
|
47 |
+
quantize: true
|
48 |
+
low_vram: false
|
49 |
+
sample:
|
50 |
+
sampler: flowmatch
|
51 |
+
sample_every: 200
|
52 |
+
width: 1024
|
53 |
+
height: 1024
|
54 |
+
prompts:
|
55 |
+
- k1unpan a man smiles
|
56 |
+
- k1unpan a man is very surprised
|
57 |
+
- k1unpan a man laughs
|
58 |
+
neg: ''
|
59 |
+
seed: 42
|
60 |
+
walk_seed: true
|
61 |
+
guidance_scale: 3.5
|
62 |
+
sample_steps: 20
|
63 |
+
trigger_word: k1unpan a man
|
64 |
+
meta:
|
65 |
+
name: k1unpan-a-man
|
66 |
+
version: '1.0'
|
config.yaml
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: k1unpan-a-man
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: output
|
7 |
+
device: cuda:0
|
8 |
+
network:
|
9 |
+
type: lora
|
10 |
+
linear: 64
|
11 |
+
linear_alpha: 64
|
12 |
+
save:
|
13 |
+
dtype: float16
|
14 |
+
save_every: 200
|
15 |
+
max_step_saves_to_keep: 16
|
16 |
+
push_to_hub: true
|
17 |
+
hf_private: true
|
18 |
+
datasets:
|
19 |
+
- folder_path: datasets/e812e969-3ff2-468c-9b41-5be6eb4fa52e
|
20 |
+
caption_ext: txt
|
21 |
+
caption_dropout_rate: 0.05
|
22 |
+
shuffle_tokens: false
|
23 |
+
cache_latents_to_disk: true
|
24 |
+
resolution:
|
25 |
+
- 512
|
26 |
+
- 768
|
27 |
+
- 1024
|
28 |
+
train:
|
29 |
+
batch_size: 1
|
30 |
+
steps: 3000
|
31 |
+
gradient_accumulation_steps: 1
|
32 |
+
train_unet: true
|
33 |
+
train_text_encoder: false
|
34 |
+
gradient_checkpointing: true
|
35 |
+
noise_scheduler: flowmatch
|
36 |
+
optimizer: adamw8bit
|
37 |
+
lr: 0.0001
|
38 |
+
ema_config:
|
39 |
+
use_ema: true
|
40 |
+
ema_decay: 0.99
|
41 |
+
dtype: bf16
|
42 |
+
skip_first_sample: true
|
43 |
+
disable_sampling: false
|
44 |
+
model:
|
45 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
46 |
+
is_flux: true
|
47 |
+
quantize: true
|
48 |
+
low_vram: false
|
49 |
+
sample:
|
50 |
+
sampler: flowmatch
|
51 |
+
sample_every: 200
|
52 |
+
width: 1024
|
53 |
+
height: 1024
|
54 |
+
prompts:
|
55 |
+
- k1unpan a man smiles
|
56 |
+
- k1unpan a man is very surprised
|
57 |
+
- k1unpan a man laughs
|
58 |
+
neg: ''
|
59 |
+
seed: 42
|
60 |
+
walk_seed: true
|
61 |
+
guidance_scale: 3.5
|
62 |
+
sample_steps: 20
|
63 |
+
trigger_word: k1unpan a man
|
64 |
+
meta:
|
65 |
+
name: k1unpan-a-man
|
66 |
+
version: '1.0'
|
k1unpan-a-man_000000200.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9de21a1c29719beded58d0ed439b89242b9a3773e3bd4096df5c48c70e17ba0d
|
3 |
+
size 687476568
|
k1unpan-a-man_000000400.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cfc162aaf7028578bfd00f6c0b411fd2f86425db2a90e482898b8faab964b62
|
3 |
+
size 687476568
|
k1unpan-a-man_000000600.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ed58ef48627b3f92041672b1b1690089ebf5531695f83155c70c3566de4d067
|
3 |
+
size 687476568
|
k1unpan-a-man_000000800.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6318a827ae2df30786aa4838a4059958403ceb46db1d2f3d4741a6c825febc62
|
3 |
+
size 687476568
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63c2dfd7b0cef363a80f8a4bef1ced8a3441b8877eecabf47470aee0154d242b
|
3 |
+
size 699243652
|
samples/.ipynb_checkpoints/1738512499328__000000200_0-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738512537314__000000200_1-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738512575312__000000200_2-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738513501031__000000400_0-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738513539023__000000400_1-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738513577048__000000400_2-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738514551846__000000600_0-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738514589844__000000600_1-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738514627824__000000600_2-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738515573743__000000800_0-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738515611663__000000800_1-checkpoint.jpg
ADDED
![]() |
samples/.ipynb_checkpoints/1738515649630__000000800_2-checkpoint.jpg
ADDED
![]() |
samples/1738512499328__000000200_0.jpg
ADDED
![]() |
samples/1738512537314__000000200_1.jpg
ADDED
![]() |
samples/1738512575312__000000200_2.jpg
ADDED
![]() |
samples/1738513501031__000000400_0.jpg
ADDED
![]() |
samples/1738513539023__000000400_1.jpg
ADDED
![]() |
samples/1738513577048__000000400_2.jpg
ADDED
![]() |
samples/1738514551846__000000600_0.jpg
ADDED
![]() |
samples/1738514589844__000000600_1.jpg
ADDED
![]() |
samples/1738514627824__000000600_2.jpg
ADDED
![]() |
samples/1738515573743__000000800_0.jpg
ADDED
![]() |
samples/1738515611663__000000800_1.jpg
ADDED
![]() |
samples/1738515649630__000000800_2.jpg
ADDED
![]() |