Skip to content

Commit aa2bde7

Browse files
committed
docs: add utility script for merging SD3 weights into a single .safetensors file
1 parent ba52511 commit aa2bde7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ The command to install PyTorch is as follows:
1414

1515
### Recent Updates
1616

17+
Mar 6, 2025:
18+
19+
- Added a utility script to merge the weights of SD3's DiT, VAE (optional), CLIP-L, CLIP-G, and T5XXL into a single .safetensors file. Run `tools/merge_sd3_safetensors.py`. See `--help` for usage. PR [#1960](https://github.com/kohya-ss/sd-scripts/pull/1960)
20+
1721
Feb 26, 2025:
1822

1923
- Improve the validation loss calculation in `train_network.py`, `sdxl_train_network.py`, `flux_train_network.py`, and `sd3_train_network.py`. PR [#1903](https://github.com/kohya-ss/sd-scripts/pull/1903)

0 commit comments

Comments
 (0)