forked from kohya-ss/sd-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add custom seperator * Fix typo * Fix typo again * Fix min-snr-gamma for v-prediction and ZSNR. This fixes min-snr for vpred+zsnr by dividing directly by SNR+1. The old implementation did it in two steps: (min-snr/snr) * (snr/(snr+1)), which causes division by zero when combined with --zero_terminal_snr * use **kwargs and change svd() calling convention to make svd() reusable * add required attributes to model_org, model_tuned, save_to * set "*_alpha" using str(float(foo)) * add min_diff, clamp_quantile args based on bmaltais/kohya_ss#1332 bmaltais/kohya_ss@a9ec90c * add caption_separator option * add Deep Shrink * add gradual latent * Update README.md * format by black, add ja comment * make separate U-Net for inference * make slicing vae compatible with latest diffusers * fix gradual latent cannot be disabled * apply unsharp mask * add unsharp mask * fix strength error --------- Co-authored-by: Kohaku-Blueleaf <[email protected]> Co-authored-by: feffy380 <[email protected]> Co-authored-by: Won-Kyu Park <[email protected]> Co-authored-by: Kohya S <[email protected]> Co-authored-by: Kohya S <[email protected]>
- Loading branch information
1 parent
1c179d5
commit 23b6dfc
Showing
20 changed files
with
1,333 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.