Add files using upload-large-folder tool
Browse files- config.yaml +90 -0
- optimizer.pt +3 -0
- samples/1734710477668__000019000_0.jpg +0 -0
- samples/1734710507919__000019000_1.jpg +0 -0
- samples/1734714043681__000020000_0.jpg +0 -0
- samples/1734714073934__000020000_1.jpg +0 -0
- vkp1024pic_000001000.safetensors +3 -0
- vkp1024pic_000002000.safetensors +3 -0
- vkp1024pic_000003000.safetensors +3 -0
- vkp1024pic_000004000.safetensors +3 -0
- vkp1024pic_000005000.safetensors +3 -0
- vkp1024pic_000006000.safetensors +3 -0
- vkp1024pic_000007000.safetensors +3 -0
- vkp1024pic_000008000.safetensors +3 -0
- vkp1024pic_000009000.safetensors +3 -0
- vkp1024pic_000010000.safetensors +3 -0
- vkp1024pic_000011000.safetensors +3 -0
- vkp1024pic_000012000.safetensors +3 -0
- vkp1024pic_000013000.safetensors +3 -0
- vkp1024pic_000014000.safetensors +3 -0
- vkp1024pic_000015000.safetensors +3 -0
- vkp1024pic_000016000.safetensors +3 -0
- vkp1024pic_000017000.safetensors +3 -0
- vkp1024pic_000018000.safetensors +3 -0
- vkp1024pic_000019000.safetensors +3 -0
- vkp1024pic_000020000.safetensors +3 -0
config.yaml
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: vkp1024pic
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
performance_log_every: 1000
|
| 8 |
+
device: cuda:0
|
| 9 |
+
trigger_word: vkp1024pic
|
| 10 |
+
network:
|
| 11 |
+
type: lora
|
| 12 |
+
linear: 64
|
| 13 |
+
linear_alpha: 32
|
| 14 |
+
save:
|
| 15 |
+
dtype: float16
|
| 16 |
+
save_every: 1000
|
| 17 |
+
max_step_saves_to_keep: 500
|
| 18 |
+
push_to_hub: false
|
| 19 |
+
datasets:
|
| 20 |
+
- folder_path: ai-toolkit/config/Handpicked_1024
|
| 21 |
+
caption_ext: txt
|
| 22 |
+
caption_dropout_rate: 0.0
|
| 23 |
+
shuffle_tokens: false
|
| 24 |
+
cache_latents_to_disk: false
|
| 25 |
+
resolution:
|
| 26 |
+
- 1024
|
| 27 |
+
- folder_path: ai-toolkit/config/reg_weight_1024
|
| 28 |
+
caption_ext: txt
|
| 29 |
+
is_reg: true
|
| 30 |
+
caption_dropout_rate: 0.0
|
| 31 |
+
shuffle_tokens: false
|
| 32 |
+
cache_latents_to_disk: false
|
| 33 |
+
resolution:
|
| 34 |
+
- 1024
|
| 35 |
+
train:
|
| 36 |
+
reg_weight: 0.2
|
| 37 |
+
batch_size: 1
|
| 38 |
+
steps: 40000
|
| 39 |
+
gradient_accumulation_steps: 1
|
| 40 |
+
train_unet: true
|
| 41 |
+
content_or_style: content
|
| 42 |
+
train_text_encoder: false
|
| 43 |
+
gradient_checkpointing: true
|
| 44 |
+
noise_scheduler: flowmatch
|
| 45 |
+
optimizer: adamw
|
| 46 |
+
lr: 0.0001
|
| 47 |
+
skip_first_sample: true
|
| 48 |
+
linear_timesteps: true
|
| 49 |
+
ema_config:
|
| 50 |
+
use_ema: true
|
| 51 |
+
ema_decay: 0.99
|
| 52 |
+
dtype: bf16
|
| 53 |
+
model:
|
| 54 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 55 |
+
is_flux: true
|
| 56 |
+
quantize: true
|
| 57 |
+
low_vram: false
|
| 58 |
+
sample:
|
| 59 |
+
sampler: flowmatch
|
| 60 |
+
sample_every: 1000
|
| 61 |
+
width: 1024
|
| 62 |
+
height: 1024
|
| 63 |
+
prompts:
|
| 64 |
+
- In the style of vkp1024pic. A young man is sitting on a low wall outdoors.
|
| 65 |
+
He is wearing a light yellow T-shirt and dark pants, with white sneakers that
|
| 66 |
+
have small red details. He is sitting with one leg up on the wall and the
|
| 67 |
+
other foot on the ground, with his hands resting on his knee. His head is
|
| 68 |
+
slightly tilted to the side, and he is looking directly at the camera with
|
| 69 |
+
a calm face, as if he is relaxed. The sun is setting behind him, creating
|
| 70 |
+
a soft golden light that makes everything look warm. You can see the bright
|
| 71 |
+
sky and some green trees in the background. The road beside him has streetlights,
|
| 72 |
+
and a few cars are parked far away. It looks like he is in a peaceful park
|
| 73 |
+
with lots of grass and trees around. The sunlight makes a little lens flare
|
| 74 |
+
in the photo, adding a nice glowing effect.
|
| 75 |
+
- In the style of vkp1024pic. A full-body studio photo of a young man standing
|
| 76 |
+
confidently, looking directly at the camera. He is wearing a plain white shirt
|
| 77 |
+
and dark blue pants, with a brown belt around his waist. His hands are in
|
| 78 |
+
his pockets, and he stands confidently. The lighting is soft and even, highlighting
|
| 79 |
+
his face and the details of his outfit without creating any harsh shadows.
|
| 80 |
+
The background is simple and gray, with no other objects or decorations, making
|
| 81 |
+
the young man the clear focus of the photo. The overall mood is calm and focused,
|
| 82 |
+
with the young man appearing ready and composed.
|
| 83 |
+
neg: ''
|
| 84 |
+
seed: 42
|
| 85 |
+
walk_seed: true
|
| 86 |
+
guidance_scale: 3.0
|
| 87 |
+
sample_steps: 30
|
| 88 |
+
meta:
|
| 89 |
+
name: vkp1024pic
|
| 90 |
+
version: '1.0'
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91f6dd943cbfca9c4aff6458670dd23cf4961e75c85a829bc01d136d1dd59ca5
|
| 3 |
+
size 2750202918
|
samples/1734710477668__000019000_0.jpg
ADDED
|
samples/1734710507919__000019000_1.jpg
ADDED
|
samples/1734714043681__000020000_0.jpg
ADDED
|
samples/1734714073934__000020000_1.jpg
ADDED
|
vkp1024pic_000001000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a38dc4e9573cf214b651aef7226ed3fa516ed2e8973220a9915845651634905
|
| 3 |
+
size 687476560
|
vkp1024pic_000002000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4a5aee45195b7c660781e38fed4dc7f27af71ba321455283f30c3c60878254f
|
| 3 |
+
size 687476560
|
vkp1024pic_000003000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:288efe2933740a6cb610d22831cc961659fbbef291f466bf6ef8f3849c24b691
|
| 3 |
+
size 687476560
|
vkp1024pic_000004000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e02895802c04b5ea7a73fc2ef89565eb928b2db5fdb82c968e67d3f5f486c6da
|
| 3 |
+
size 687476560
|
vkp1024pic_000005000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cc07b4f56339dcd37f1bde69474c24debd6b9cff38324624799ef04f5506b91
|
| 3 |
+
size 687476560
|
vkp1024pic_000006000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d0d3c25dd483d088b4c3b2494e784477a9e130e75c18418dc41769371d25bdf
|
| 3 |
+
size 687476560
|
vkp1024pic_000007000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58d53b2b752793e0666158815a092492199879139518518402b92884335395ce
|
| 3 |
+
size 687476560
|
vkp1024pic_000008000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d553c0d2d725f3f19fbd5f969f2308c2155838c7e4b3a97fcb13ff8c0b9c3661
|
| 3 |
+
size 687476560
|
vkp1024pic_000009000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:665ba5c1544e14266c3fcac943093362cbe9054a3f512dc48edf064982dcbd96
|
| 3 |
+
size 687476560
|
vkp1024pic_000010000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:382ca026c9b233fd5ac5fcda5e7f64d23e542fdf6a5bc820b1007db006263730
|
| 3 |
+
size 687476560
|
vkp1024pic_000011000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f42387e07c77ef2ed7d03adea498850976ea7bc56d9a261b61bcd29a84c9f3e8
|
| 3 |
+
size 687476560
|
vkp1024pic_000012000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71643fc0e2734d19231ff177cf13752ccd9bb3d1bb3b897f49d30073ff47f44e
|
| 3 |
+
size 687476560
|
vkp1024pic_000013000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99072db8170a5dae47a6db6b03ec6116f907712fdcbf6ef9de7a43039edfd33e
|
| 3 |
+
size 687476560
|
vkp1024pic_000014000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cfa4be6602e058e83a914c1c58d396e97d44a600d1a12c1b7044b77edef9a93
|
| 3 |
+
size 687476560
|
vkp1024pic_000015000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:125299bc3d069c0436bcfdb113888e346fae661cf2f2f3836e9beecd6965ce90
|
| 3 |
+
size 687476560
|
vkp1024pic_000016000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12ef12b90458b3cefba4ef7d5057bc248520dc139a45eea2a080cdcaea479d0b
|
| 3 |
+
size 687476560
|
vkp1024pic_000017000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ded5bdfb45661a436e10d5b223d28467c95ddbdf0439ca4461d50abfbeee8e0f
|
| 3 |
+
size 687476560
|
vkp1024pic_000018000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7e66e2b36323dc28580a2aea424e7d772137a8772c9c6bec3836c15fd9730a7
|
| 3 |
+
size 687476560
|
vkp1024pic_000019000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7672679cc87682ab7429e4375d9e8e796403a99c24e9b3e2441689f751853f6e
|
| 3 |
+
size 687476560
|
vkp1024pic_000020000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9e00121af5c410e2e5a046de9669b03b927a0640a1ad5ad2a3fef03886621af
|
| 3 |
+
size 687476560
|