mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-06 13:47:06 +00:00
Update README.md
This commit is contained in:
@@ -20,6 +20,8 @@ Nov 7, 2024:
|
||||
- Previously, the side closer to noise was more sampled, but now it is uniform by default. This may improve the problem of difficulty in learning details.
|
||||
- Specifically, the problem of double shifting has been fixed. The default for `--weighting_scheme` has been changed to `uniform` (the previous default was `logit_normal`).
|
||||
- A new option `--training_shift` has been added. The default is 1.0, and all timesteps are sampled uniformly. If less than 1.0, the side closer to the image is more sampled, and if more than 1.0, the side closer to noise is more sampled.
|
||||
- The effect of a shift in uniform distribution is shown in the figure below.
|
||||
- 
|
||||
|
||||
Oct 31, 2024:
|
||||
|
||||
@@ -693,7 +695,8 @@ Other options are described below.
|
||||
- The weighting scheme is described in the section 3.1 of the [SD3 paper](https://arxiv.org/abs/2403.03206v1).
|
||||
- The uniform distribution is the default. If you want to change the distribution, see `--help` for options.
|
||||
- `--training_shift` is the shift value for the training distribution of timesteps.
|
||||
|
||||
- The effect of a shift in uniform distribution is shown in the figure below.
|
||||
- 
|
||||
|
||||
Technical details of multi-resolution training for SD3.5M:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user