Uploading full model folder
Browse files- .ipynb_checkpoints/config-checkpoint.yaml +68 -0
- Alessa_wan2.2_high_000000500_high_noise.safetensors +3 -0
- Alessa_wan2.2_high_000001000_high_noise.safetensors +3 -0
- Alessa_wan2.2_high_000001500_high_noise.safetensors +3 -0
- Alessa_wan2.2_high_000002000_high_noise.safetensors +3 -0
- Alessa_wan2.2_high_000002500_high_noise.safetensors +3 -0
- Alessa_wan2.2_high_high_noise.safetensors +3 -0
- config.yaml +68 -0
- optimizer.pt +3 -0
- samples/.ipynb_checkpoints/1765556430396__000001000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1765558356304__000002000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1765560272808__000003000_0-checkpoint.jpg +0 -0
- samples/1765556430396__000001000_0.jpg +0 -0
- samples/1765558356304__000002000_0.jpg +0 -0
- samples/1765560272808__000003000_0.jpg +0 -0
.ipynb_checkpoints/config-checkpoint.yaml
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: Alessa_wan2.2_high
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
network:
|
| 9 |
+
type: lora
|
| 10 |
+
linear: 32
|
| 11 |
+
linear_alpha: 32
|
| 12 |
+
save:
|
| 13 |
+
dtype: float16
|
| 14 |
+
save_every: 500
|
| 15 |
+
max_step_saves_to_keep: 4
|
| 16 |
+
datasets:
|
| 17 |
+
- folder_path: /alessafiore_dataset
|
| 18 |
+
caption_ext: txt
|
| 19 |
+
caption_dropout_rate: 0.05
|
| 20 |
+
num_frames: 1
|
| 21 |
+
resolution:
|
| 22 |
+
- 1024
|
| 23 |
+
train:
|
| 24 |
+
batch_size: 1
|
| 25 |
+
steps: 3000
|
| 26 |
+
gradient_accumulation: 1
|
| 27 |
+
train_unet: true
|
| 28 |
+
train_text_encoder: false
|
| 29 |
+
gradient_checkpointing: true
|
| 30 |
+
noise_scheduler: flowmatch
|
| 31 |
+
timestep_type: linear
|
| 32 |
+
optimizer: adamw8bit
|
| 33 |
+
lr: 0.0001
|
| 34 |
+
optimizer_params:
|
| 35 |
+
weight_decay: 0.0001
|
| 36 |
+
skip_first_sample: true
|
| 37 |
+
dtype: bf16
|
| 38 |
+
switch_boundary_every: 10
|
| 39 |
+
cache_text_embeddings: true
|
| 40 |
+
model:
|
| 41 |
+
name_or_path: ai-toolkit/Wan2.2-T2V-A14B-Diffusers-bf16
|
| 42 |
+
arch: wan22_14b
|
| 43 |
+
quantize: false
|
| 44 |
+
quantize_te: false
|
| 45 |
+
qtype_te: qfloat8
|
| 46 |
+
low_vram: false
|
| 47 |
+
model_kwargs:
|
| 48 |
+
train_high_noise: true
|
| 49 |
+
train_low_noise: false
|
| 50 |
+
sample:
|
| 51 |
+
sampler: flowmatch
|
| 52 |
+
sample_every: 1000
|
| 53 |
+
width: 832
|
| 54 |
+
height: 1216
|
| 55 |
+
num_frames: 1
|
| 56 |
+
fps: 16
|
| 57 |
+
prompts:
|
| 58 |
+
- tik tok video of an ohwx woman with shoulder length hair is kneeling on floor
|
| 59 |
+
near a bed, She gathers her hair up slowly, She is looking at viewer with
|
| 60 |
+
a playful expression on her face,
|
| 61 |
+
neg: ''
|
| 62 |
+
seed: 42
|
| 63 |
+
walk_seed: true
|
| 64 |
+
guidance_scale: 3.5
|
| 65 |
+
sample_steps: 25
|
| 66 |
+
meta:
|
| 67 |
+
name: Alessa_wan2.2_high
|
| 68 |
+
version: '1.0'
|
Alessa_wan2.2_high_000000500_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8811cbbbb0002caa82c1c405ce46bde4580955a4a984d3ef57dd98fb9f6dfc5f
|
| 3 |
+
size 306807576
|
Alessa_wan2.2_high_000001000_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80c61ddfc7687b86fdd43b607579e19ff6a1f29f39400af259afee92972bcd72
|
| 3 |
+
size 306807576
|
Alessa_wan2.2_high_000001500_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a1a1bb44362b1e48194f58938c1cad1e4fd777ada5a8dba905ff401eeb320aa
|
| 3 |
+
size 306807576
|
Alessa_wan2.2_high_000002000_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb49c4b289792746f36b53ce33679db17dc7a1b21776dc0e02456e58d305ebc1
|
| 3 |
+
size 306807576
|
Alessa_wan2.2_high_000002500_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13619e6d062c3ae9fed8f35e0bed426f6fbb118d939b217d5b3c9fcaf0868988
|
| 3 |
+
size 306807576
|
Alessa_wan2.2_high_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2623bab75864e6f0d0aeb39ca843a19485b90663f082208846715b7799f9e1a
|
| 3 |
+
size 306807576
|
config.yaml
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: Alessa_wan2.2_high
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
network:
|
| 9 |
+
type: lora
|
| 10 |
+
linear: 32
|
| 11 |
+
linear_alpha: 32
|
| 12 |
+
save:
|
| 13 |
+
dtype: float16
|
| 14 |
+
save_every: 500
|
| 15 |
+
max_step_saves_to_keep: 4
|
| 16 |
+
datasets:
|
| 17 |
+
- folder_path: /alessafiore_dataset
|
| 18 |
+
caption_ext: txt
|
| 19 |
+
caption_dropout_rate: 0.05
|
| 20 |
+
num_frames: 1
|
| 21 |
+
resolution:
|
| 22 |
+
- 1024
|
| 23 |
+
train:
|
| 24 |
+
batch_size: 1
|
| 25 |
+
steps: 3000
|
| 26 |
+
gradient_accumulation: 1
|
| 27 |
+
train_unet: true
|
| 28 |
+
train_text_encoder: false
|
| 29 |
+
gradient_checkpointing: true
|
| 30 |
+
noise_scheduler: flowmatch
|
| 31 |
+
timestep_type: linear
|
| 32 |
+
optimizer: adamw8bit
|
| 33 |
+
lr: 0.0001
|
| 34 |
+
optimizer_params:
|
| 35 |
+
weight_decay: 0.0001
|
| 36 |
+
skip_first_sample: true
|
| 37 |
+
dtype: bf16
|
| 38 |
+
switch_boundary_every: 10
|
| 39 |
+
cache_text_embeddings: true
|
| 40 |
+
model:
|
| 41 |
+
name_or_path: ai-toolkit/Wan2.2-T2V-A14B-Diffusers-bf16
|
| 42 |
+
arch: wan22_14b
|
| 43 |
+
quantize: false
|
| 44 |
+
quantize_te: false
|
| 45 |
+
qtype_te: qfloat8
|
| 46 |
+
low_vram: false
|
| 47 |
+
model_kwargs:
|
| 48 |
+
train_high_noise: true
|
| 49 |
+
train_low_noise: false
|
| 50 |
+
sample:
|
| 51 |
+
sampler: flowmatch
|
| 52 |
+
sample_every: 1000
|
| 53 |
+
width: 832
|
| 54 |
+
height: 1216
|
| 55 |
+
num_frames: 1
|
| 56 |
+
fps: 16
|
| 57 |
+
prompts:
|
| 58 |
+
- tik tok video of an ohwx woman with shoulder length hair is kneeling on floor
|
| 59 |
+
near a bed, She gathers her hair up slowly, She is looking at viewer with
|
| 60 |
+
a playful expression on her face,
|
| 61 |
+
neg: ''
|
| 62 |
+
seed: 42
|
| 63 |
+
walk_seed: true
|
| 64 |
+
guidance_scale: 3.5
|
| 65 |
+
sample_steps: 25
|
| 66 |
+
meta:
|
| 67 |
+
name: Alessa_wan2.2_high
|
| 68 |
+
version: '1.0'
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3dd95d7c430ae7801934ae4ac88151cfd3cf80eba8f90b3a22b826edd91301a
|
| 3 |
+
size 312442469
|
samples/.ipynb_checkpoints/1765556430396__000001000_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1765558356304__000002000_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1765560272808__000003000_0-checkpoint.jpg
ADDED
|
samples/1765556430396__000001000_0.jpg
ADDED
|
samples/1765558356304__000002000_0.jpg
ADDED
|
samples/1765560272808__000003000_0.jpg
ADDED
|