Upload 20 files
Browse files- .gitattributes +7 -0
- 00123-bd43b7cffe-2325184602.png +3 -0
- 00125-bd43b7cffe-227623124.png +3 -0
- 00129-bd43b7cffe-2521372701.png +3 -0
- 00131-bd43b7cffe-640850235.png +3 -0
- 00133-bd43b7cffe-4091126179.png +3 -0
- 00137-bd43b7cffe-1568144300.png +3 -0
- 00151-bd43b7cffe-1810277197.png +3 -0
- anima_command_nihiruma_anima-b1_v1.txt +42 -0
- dataset.toml +19 -0
- nihiruma_anima-b1_v1-000001.safetensors +3 -0
- nihiruma_anima-b1_v1-000002.safetensors +3 -0
- nihiruma_anima-b1_v1-000003.safetensors +3 -0
- nihiruma_anima-b1_v1-000004.safetensors +3 -0
- nihiruma_anima-b1_v1-000005.safetensors +3 -0
- nihiruma_anima-b1_v1-000006.safetensors +3 -0
- nihiruma_anima-b1_v1-000007.safetensors +3 -0
- nihiruma_anima-b1_v1-000008.safetensors +3 -0
- nihiruma_anima-b1_v1-000009.safetensors +3 -0
- nihiruma_anima-b1_v1.safetensors +3 -0
- pics.7z +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
00123-bd43b7cffe-2325184602.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
00125-bd43b7cffe-227623124.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
00129-bd43b7cffe-2521372701.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
00131-bd43b7cffe-640850235.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
00133-bd43b7cffe-4091126179.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
00137-bd43b7cffe-1568144300.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
00151-bd43b7cffe-1810277197.png filter=lfs diff=lfs merge=lfs -text
|
00123-bd43b7cffe-2325184602.png
ADDED
|
Git LFS Details
|
00125-bd43b7cffe-227623124.png
ADDED
|
Git LFS Details
|
00129-bd43b7cffe-2521372701.png
ADDED
|
Git LFS Details
|
00131-bd43b7cffe-640850235.png
ADDED
|
Git LFS Details
|
00133-bd43b7cffe-4091126179.png
ADDED
|
Git LFS Details
|
00137-bd43b7cffe-1568144300.png
ADDED
|
Git LFS Details
|
00151-bd43b7cffe-1810277197.png
ADDED
|
Git LFS Details
|
anima_command_nihiruma_anima-b1_v1.txt
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate launch --num_cpu_threads_per_process 1 anima_train_network.py \
|
| 2 |
+
--pretrained_model_name_or_path="CHANGE" \
|
| 3 |
+
--qwen3="CHANGE" \
|
| 4 |
+
--vae="CHANGE" \
|
| 5 |
+
--dataset_config="CHANGE" \
|
| 6 |
+
--output_dir="CHANGE" \
|
| 7 |
+
--output_name="CHANGE" \
|
| 8 |
+
--save_precision=bf16 \
|
| 9 |
+
--save_model_as=safetensors \
|
| 10 |
+
--network_module=networks.lora_anima \
|
| 11 |
+
--network_dim=16 \
|
| 12 |
+
--network_alpha=16 \
|
| 13 |
+
--network_train_unet_only \
|
| 14 |
+
--learning_rate=5e-5 \
|
| 15 |
+
--optimizer_type="AdamW8bit" \
|
| 16 |
+
--optimizer_args "weight_decay=0.01" "betas=0.9,0.99" \
|
| 17 |
+
--lr_scheduler="cosine" \
|
| 18 |
+
--lr_warmup_steps=190 \
|
| 19 |
+
--timestep_sampling="shift" \
|
| 20 |
+
--weighting_scheme="logit_normal" \
|
| 21 |
+
--discrete_flow_shift=3.0 \
|
| 22 |
+
--qwen3_max_token_length=512 \
|
| 23 |
+
--gradient_accumulation_steps=1 \
|
| 24 |
+
--max_grad_norm=1.0 \
|
| 25 |
+
--max_train_epochs=10 \
|
| 26 |
+
--train_batch_size=4 \
|
| 27 |
+
--save_every_n_epochs=1 \
|
| 28 |
+
--mixed_precision="bf16" \
|
| 29 |
+
--gradient_checkpointing \
|
| 30 |
+
--cache_latents \
|
| 31 |
+
--cache_latents_to_disk \
|
| 32 |
+
--vae_chunk_size=64 \
|
| 33 |
+
--vae_disable_cache \
|
| 34 |
+
--logging_dir="CHANGE" \
|
| 35 |
+
--log_with="tensorboard" \
|
| 36 |
+
--seed=42 \
|
| 37 |
+
--llm_adapter_lr=0 \
|
| 38 |
+
--split_attn \
|
| 39 |
+
--attn_mode=xformers \
|
| 40 |
+
--network_args "verbose=True" "module_dropout=0.1" "conv_dim=16" "conv_alpha=16" \
|
| 41 |
+
--keep_tokens=1 --shuffle_caption \
|
| 42 |
+
--enable_bucket --min_bucket_reso=256 --max_bucket_reso=2048 --resolution=1024 --bucket_reso_steps=64 --bucket_no_upscale
|
dataset.toml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[general]
|
| 2 |
+
shuffle_caption = true
|
| 3 |
+
caption_extension = '.txt'
|
| 4 |
+
keep_tokens = 1
|
| 5 |
+
resolution = [1024, 1024]
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
[[datasets]]
|
| 9 |
+
#batch_size = 1
|
| 10 |
+
enable_bucket = true
|
| 11 |
+
bucket_reso_steps = 64
|
| 12 |
+
min_bucket_reso = 256
|
| 13 |
+
max_bucket_reso = 2048
|
| 14 |
+
#bucket_no_upscale = false
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
[[datasets.subsets]]
|
| 18 |
+
image_dir = 'CHANGE'
|
| 19 |
+
num_repeats = 5
|
nihiruma_anima-b1_v1-000001.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a5cc696e05b9026195822234f333b911481dee565c20c0dafd8701874fe71e2
|
| 3 |
+
size 46017200
|
nihiruma_anima-b1_v1-000002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb01c8c2dc4095b31e04378db1c1c907e12f14a4d7dbe6f158c4be49f8e6eb06
|
| 3 |
+
size 46017200
|
nihiruma_anima-b1_v1-000003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46839e65f5643493d5d59258faf87a54c1087e7d375b4253eea512e4692da5ea
|
| 3 |
+
size 46017192
|
nihiruma_anima-b1_v1-000004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a59470fa10799e0a2e87f5e5005079c6d8616071d6c37f94c65320efd01bb9d5
|
| 3 |
+
size 46017200
|
nihiruma_anima-b1_v1-000005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4f5aba452ee61904486e7621451ffbacc7650742471bd3a779959c6ec834d2b
|
| 3 |
+
size 46017200
|
nihiruma_anima-b1_v1-000006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24a53badebf90ddbafc3ae3423e3857c821f088bf0e161c89f6f4a1a3b3e6641
|
| 3 |
+
size 46017200
|
nihiruma_anima-b1_v1-000007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57a8e65de9cc200a42790b63ef9cde19856654c65696d5213dc2a42de2252068
|
| 3 |
+
size 46017200
|
nihiruma_anima-b1_v1-000008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eb73e31deb897e2fff102eda36289aa3079d7ef59e4a1779b51c27a9074974d
|
| 3 |
+
size 46017200
|
nihiruma_anima-b1_v1-000009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c64f3e2bd3148d27ae3b17e7ef83cec0c701f9b891387851865bf68adc62bb7
|
| 3 |
+
size 46017200
|
nihiruma_anima-b1_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20a618c427c2a6c2a638ea09b250b1e5f85480d5ec1b88424fbd5437ad0a5d4e
|
| 3 |
+
size 46017200
|
pics.7z
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a31a01801011c6e24cc5369ef731e782602361de4ca257c3dc485d9943c1afd3
|
| 3 |
+
size 39160825
|