Doc update sd3 branch documentation (#2253)

* doc: move sample prompt file documentation, and remove history for branch

* doc: remove outdated FLUX.1 and SD3 training information from README

* doc: update README and training documentation for clarity and structure
This commit is contained in:
Kohya S.
2026-01-19 21:38:46 +09:00
committed by GitHub
parent a9af52692a
commit b996440c5f
5 changed files with 401 additions and 659 deletions

View File

@@ -95,7 +95,7 @@ accelerate launch --num_cpu_threads_per_process 1 sd3_train_network.py \
--save_every_n_epochs=1 \
--mixed_precision="fp16" \
--gradient_checkpointing \
--weighting_scheme="sigma_sqrt" \
--weighting_scheme="uniform" \
--blocks_to_swap=32
```
@@ -129,7 +129,7 @@ accelerate launch --num_cpu_threads_per_process 1 sd3_train_network.py
--save_every_n_epochs=1
--mixed_precision="fp16"
--gradient_checkpointing
--weighting_scheme="sigma_sqrt"
--weighting_scheme="uniform"
--blocks_to_swap=32
```