feat: add clarification on learning rate adjustments

This commit is contained in:
Kohya S
2026-02-12 23:35:45 +09:00
parent cff10434e2
commit e3d8698656

View File

@@ -133,6 +133,8 @@ accelerate launch --num_cpu_threads_per_process 1 anima_train_network.py \
*(Write the command on one line or use `\` or `^` for line breaks.)*
The learning rate of `1e-4` is just an example. Adjust it according to your dataset and objectives. This value is for `alpha=1.0` (default). If increasing `--network_alpha`, consider lowering the learning rate.
**Note:** `--vae_chunk_size` and `--vae_disable_cache` are custom options in this repository to reduce memory usage of the Qwen-Image VAE.
<details>
@@ -144,6 +146,8 @@ accelerate launch --num_cpu_threads_per_process 1 anima_train_network.py \
※実際には1行で書くか、適切な改行文字`\` または `^`)を使用してください。
学習率1e-4はあくまで一例です。データセットや目的に応じて適切に調整してください。またこの値はalpha=1.0(デフォルト)での値です。`--network_alpha`を増やす場合は学習率を下げることを検討してください。
注意: `--vae_chunk_size`および`--vae_disable_cache`は当リポジトリ独自のオプションで、Qwen-Image VAEのメモリ使用量を削減するために使用します。
</details>