From 190df71e6d4a8c2e8a79063e12e1402ab17f2032 Mon Sep 17 00:00:00 2001 From: Darren Lau Date: Thu, 6 Mar 2025 16:48:05 +0800 Subject: [PATCH] readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3c699307..cd1b899b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# Custom trainer dedicated for AstolfoXL # + +- Rewritten `sdxl_train.py` to gather many features from stalled PR and exclusively in other scripts. [The PR](https://github.com/kohya-ss/sd-scripts/pull/1950/). + +- Many added features are *obvious and fundamental* for large scale finetuning: Multi node multi GPU (scalable k8s scripts not included), resume from steps, and common enhancing techniques. + +- Code has been refractored as `train_native.py`, which would replace `fine_tune.py` which matches the code pattern from `train_network.py`. *However there are many arch specific problem to be solved.* + +------ + This repository contains training, generation and utility scripts for Stable Diffusion. ## FLUX.1 and SD3 training (WIP)