Upload folder using huggingface_hub
Browse files- .job_config.json +122 -0
- config.yaml +102 -0
- esminaia_000002250_high_noise.safetensors +3 -0
- esminaia_000002250_low_noise.safetensors +3 -0
- esminaia_000002500_high_noise.safetensors +3 -0
- esminaia_000002500_low_noise.safetensors +3 -0
- esminaia_000002750_high_noise.safetensors +3 -0
- esminaia_000002750_low_noise.safetensors +3 -0
- esminaia_high_noise.safetensors +3 -0
- esminaia_low_noise.safetensors +3 -0
- log.txt +0 -0
- optimizer.pt +3 -0
.job_config.json
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"job": "extension",
|
| 3 |
+
"config": {
|
| 4 |
+
"name": "eLiza",
|
| 5 |
+
"process": [
|
| 6 |
+
{
|
| 7 |
+
"type": "diffusion_trainer",
|
| 8 |
+
"training_folder": "/app/ai-toolkit/output",
|
| 9 |
+
"sqlite_db_path": "/app/ai-toolkit/aitk_db.db",
|
| 10 |
+
"device": "cuda",
|
| 11 |
+
"trigger_word": null,
|
| 12 |
+
"performance_log_every": 10,
|
| 13 |
+
"network": {
|
| 14 |
+
"type": "lora",
|
| 15 |
+
"linear": 32,
|
| 16 |
+
"linear_alpha": 32,
|
| 17 |
+
"conv": 16,
|
| 18 |
+
"conv_alpha": 16,
|
| 19 |
+
"lokr_full_rank": true,
|
| 20 |
+
"lokr_factor": -1,
|
| 21 |
+
"network_kwargs": {
|
| 22 |
+
"ignore_if_contains": []
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"save": {
|
| 26 |
+
"dtype": "bf16",
|
| 27 |
+
"save_every": 250,
|
| 28 |
+
"max_step_saves_to_keep": 4,
|
| 29 |
+
"save_format": "diffusers",
|
| 30 |
+
"push_to_hub": false
|
| 31 |
+
},
|
| 32 |
+
"datasets": [
|
| 33 |
+
{
|
| 34 |
+
"folder_path": "/app/ai-toolkit/datasets/esminaia",
|
| 35 |
+
"control_path": null,
|
| 36 |
+
"mask_path": null,
|
| 37 |
+
"mask_min_value": 0.1,
|
| 38 |
+
"default_caption": "",
|
| 39 |
+
"caption_ext": "txt",
|
| 40 |
+
"caption_dropout_rate": 0.05,
|
| 41 |
+
"cache_latents_to_disk": false,
|
| 42 |
+
"is_reg": false,
|
| 43 |
+
"network_weight": 1,
|
| 44 |
+
"resolution": [
|
| 45 |
+
512,
|
| 46 |
+
768,
|
| 47 |
+
1024
|
| 48 |
+
],
|
| 49 |
+
"controls": [],
|
| 50 |
+
"shrink_video_to_frames": true,
|
| 51 |
+
"num_frames": 1,
|
| 52 |
+
"do_i2v": true,
|
| 53 |
+
"flip_x": false,
|
| 54 |
+
"flip_y": false
|
| 55 |
+
}
|
| 56 |
+
],
|
| 57 |
+
"train": {
|
| 58 |
+
"batch_size": 1,
|
| 59 |
+
"bypass_guidance_embedding": false,
|
| 60 |
+
"steps": 3000,
|
| 61 |
+
"gradient_accumulation": 1,
|
| 62 |
+
"train_unet": true,
|
| 63 |
+
"train_text_encoder": false,
|
| 64 |
+
"gradient_checkpointing": true,
|
| 65 |
+
"noise_scheduler": "flowmatch",
|
| 66 |
+
"optimizer": "adamw8bit",
|
| 67 |
+
"timestep_type": "weighted",
|
| 68 |
+
"content_or_style": "balanced",
|
| 69 |
+
"optimizer_params": {
|
| 70 |
+
"weight_decay": 0.0001
|
| 71 |
+
},
|
| 72 |
+
"unload_text_encoder": false,
|
| 73 |
+
"cache_text_embeddings": true,
|
| 74 |
+
"lr": 0.0001,
|
| 75 |
+
"ema_config": {
|
| 76 |
+
"use_ema": false,
|
| 77 |
+
"ema_decay": 0.99
|
| 78 |
+
},
|
| 79 |
+
"skip_first_sample": false,
|
| 80 |
+
"force_first_sample": false,
|
| 81 |
+
"disable_sampling": true,
|
| 82 |
+
"dtype": "bf16",
|
| 83 |
+
"diff_output_preservation": false,
|
| 84 |
+
"diff_output_preservation_multiplier": 1,
|
| 85 |
+
"diff_output_preservation_class": "person",
|
| 86 |
+
"switch_boundary_every": 1
|
| 87 |
+
},
|
| 88 |
+
"model": {
|
| 89 |
+
"name_or_path": "ai-toolkit/Wan2.2-I2V-A14B-Diffusers-bf16",
|
| 90 |
+
"quantize": true,
|
| 91 |
+
"qtype": "uint4|ostris/accuracy_recovery_adapters/wan22_14b_i2v_torchao_uint4.safetensors",
|
| 92 |
+
"quantize_te": true,
|
| 93 |
+
"qtype_te": "qfloat8",
|
| 94 |
+
"arch": "wan22_14b_i2v",
|
| 95 |
+
"low_vram": false,
|
| 96 |
+
"model_kwargs": {
|
| 97 |
+
"train_high_noise": true,
|
| 98 |
+
"train_low_noise": true
|
| 99 |
+
}
|
| 100 |
+
},
|
| 101 |
+
"sample": {
|
| 102 |
+
"sampler": "flowmatch",
|
| 103 |
+
"sample_every": 250,
|
| 104 |
+
"width": 1024,
|
| 105 |
+
"height": 1024,
|
| 106 |
+
"samples": [],
|
| 107 |
+
"neg": "",
|
| 108 |
+
"seed": 42,
|
| 109 |
+
"walk_seed": true,
|
| 110 |
+
"guidance_scale": 4,
|
| 111 |
+
"sample_steps": 25,
|
| 112 |
+
"num_frames": 1,
|
| 113 |
+
"fps": 1
|
| 114 |
+
}
|
| 115 |
+
}
|
| 116 |
+
]
|
| 117 |
+
},
|
| 118 |
+
"meta": {
|
| 119 |
+
"name": "[name]",
|
| 120 |
+
"version": "1.0"
|
| 121 |
+
}
|
| 122 |
+
}
|
config.yaml
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: eLiza
|
| 4 |
+
process:
|
| 5 |
+
- type: diffusion_trainer
|
| 6 |
+
training_folder: /app/ai-toolkit/output
|
| 7 |
+
sqlite_db_path: /app/ai-toolkit/aitk_db.db
|
| 8 |
+
device: cuda
|
| 9 |
+
trigger_word: null
|
| 10 |
+
performance_log_every: 10
|
| 11 |
+
network:
|
| 12 |
+
type: lora
|
| 13 |
+
linear: 32
|
| 14 |
+
linear_alpha: 32
|
| 15 |
+
conv: 16
|
| 16 |
+
conv_alpha: 16
|
| 17 |
+
lokr_full_rank: true
|
| 18 |
+
lokr_factor: -1
|
| 19 |
+
network_kwargs:
|
| 20 |
+
ignore_if_contains: []
|
| 21 |
+
save:
|
| 22 |
+
dtype: bf16
|
| 23 |
+
save_every: 250
|
| 24 |
+
max_step_saves_to_keep: 4
|
| 25 |
+
save_format: diffusers
|
| 26 |
+
push_to_hub: false
|
| 27 |
+
datasets:
|
| 28 |
+
- folder_path: /app/ai-toolkit/datasets/esminaia
|
| 29 |
+
control_path: null
|
| 30 |
+
mask_path: null
|
| 31 |
+
mask_min_value: 0.1
|
| 32 |
+
default_caption: ''
|
| 33 |
+
caption_ext: txt
|
| 34 |
+
caption_dropout_rate: 0.05
|
| 35 |
+
cache_latents_to_disk: false
|
| 36 |
+
is_reg: false
|
| 37 |
+
network_weight: 1
|
| 38 |
+
resolution:
|
| 39 |
+
- 512
|
| 40 |
+
- 768
|
| 41 |
+
- 1024
|
| 42 |
+
controls: []
|
| 43 |
+
shrink_video_to_frames: true
|
| 44 |
+
num_frames: 1
|
| 45 |
+
do_i2v: true
|
| 46 |
+
flip_x: false
|
| 47 |
+
flip_y: false
|
| 48 |
+
train:
|
| 49 |
+
batch_size: 1
|
| 50 |
+
bypass_guidance_embedding: false
|
| 51 |
+
steps: 3000
|
| 52 |
+
gradient_accumulation: 1
|
| 53 |
+
train_unet: true
|
| 54 |
+
train_text_encoder: false
|
| 55 |
+
gradient_checkpointing: true
|
| 56 |
+
noise_scheduler: flowmatch
|
| 57 |
+
optimizer: adamw8bit
|
| 58 |
+
timestep_type: weighted
|
| 59 |
+
content_or_style: balanced
|
| 60 |
+
optimizer_params:
|
| 61 |
+
weight_decay: 0.0001
|
| 62 |
+
unload_text_encoder: false
|
| 63 |
+
cache_text_embeddings: true
|
| 64 |
+
lr: 0.0001
|
| 65 |
+
ema_config:
|
| 66 |
+
use_ema: false
|
| 67 |
+
ema_decay: 0.99
|
| 68 |
+
skip_first_sample: false
|
| 69 |
+
force_first_sample: false
|
| 70 |
+
disable_sampling: true
|
| 71 |
+
dtype: bf16
|
| 72 |
+
diff_output_preservation: false
|
| 73 |
+
diff_output_preservation_multiplier: 1
|
| 74 |
+
diff_output_preservation_class: person
|
| 75 |
+
switch_boundary_every: 1
|
| 76 |
+
model:
|
| 77 |
+
name_or_path: ai-toolkit/Wan2.2-I2V-A14B-Diffusers-bf16
|
| 78 |
+
quantize: true
|
| 79 |
+
qtype: uint4|ostris/accuracy_recovery_adapters/wan22_14b_i2v_torchao_uint4.safetensors
|
| 80 |
+
quantize_te: true
|
| 81 |
+
qtype_te: qfloat8
|
| 82 |
+
arch: wan22_14b_i2v
|
| 83 |
+
low_vram: false
|
| 84 |
+
model_kwargs:
|
| 85 |
+
train_high_noise: true
|
| 86 |
+
train_low_noise: true
|
| 87 |
+
sample:
|
| 88 |
+
sampler: flowmatch
|
| 89 |
+
sample_every: 250
|
| 90 |
+
width: 1024
|
| 91 |
+
height: 1024
|
| 92 |
+
samples: []
|
| 93 |
+
neg: ''
|
| 94 |
+
seed: 42
|
| 95 |
+
walk_seed: true
|
| 96 |
+
guidance_scale: 4
|
| 97 |
+
sample_steps: 25
|
| 98 |
+
num_frames: 1
|
| 99 |
+
fps: 1
|
| 100 |
+
meta:
|
| 101 |
+
name: eLiza
|
| 102 |
+
version: '1.0'
|
esminaia_000002250_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:612015b2916c68deb1c5f04970dce00f0a0b1d74d17b8caa81eb83c9ff4c5ebc
|
| 3 |
+
size 306808352
|
esminaia_000002250_low_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf15cd314c9d6664221ab3a7f11ed589a0d9e852d21d6b590872ef475b30c2d4
|
| 3 |
+
size 306808352
|
esminaia_000002500_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c4419d9a9792587ced4f3adf4321142fb8c6dd8c132251ec303822bb3c7bce1
|
| 3 |
+
size 306808352
|
esminaia_000002500_low_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82e4ce94c361315ea277d7d1e920d82d026ed2dc8fdbd2faa16d057f5f218bc4
|
| 3 |
+
size 306808352
|
esminaia_000002750_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27cdb71e75cec166941de9d50b75cbb55af6ec86a52a1637270eb891268629f8
|
| 3 |
+
size 306808352
|
esminaia_000002750_low_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e983375a8098ffaba517793016396572f5c203a7a5503e454c69c6eb28940978
|
| 3 |
+
size 306808352
|
esminaia_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4eb7adf51ed943eac52d784e3edf3879a876930ae2d18acb8ec25421b9c840f0
|
| 3 |
+
size 306808352
|
esminaia_low_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4ca01b79d068c1e143bd6e00296126dca5e9a5cbf2f8fa0fe9502aea2eea6fe
|
| 3 |
+
size 306808352
|
log.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9e878275acf036ec7c678503ccafc835a213e09e4f8b94a9410d5176798c490
|
| 3 |
+
size 624884069
|