Tags: forksomeaigctools/stable-diffusion.cpp
Tags
perf: make crc32 100x faster on x86-64 (leejet#278) This change makes checkpoints load significantly faster by optimizing pkzip's cyclic redundancy check. This code was developed by Intel and Google and Mozilla. See Chromium's zlib codebase for further details.
feat: add AYS(Align Your Steps) scheduler (leejet#241) Added NVIDEA's new "Align Your Steps" style scheduler in accordance with their quick start guide. Currently has handling for SD1.5, SDXL, and SVD, using the noise levels from their paper to generate the sigma values. Can be selected using the --schedule ays command line switch. Updates the main.cpp help message and README to reflect this option, also they now inform the user of the --color switch as well. --------- Co-authored-by: leejet <leejet714@gmail.com>
fix: ignore tensors with the particular dim while loading (leejet#233)
feat: enable controlnet and photo maker for img2img mode
fix: support more SDXL LoRA names (leejet#216) * apply pmid lora only once for multiple txt2img calls * add better support for SDXL LoRA * fix for some sdxl lora, like lcm-lora-xl --------- Co-authored-by: bssrdf <bssrdf@gmail.com> Co-authored-by: leejet <leejet714@gmail.com>
PreviousNext