Posted April 21, 2023 by Capsize Games
#ai #stable diffusion #ai art #art
This is just a small patch to fix version 2+ model loading for Safetensors and CKPT files.
In previous versions a modified version of Diffusers was being used in order to easily switch between v1 and v2 config files. After switching from my fork to the official Diffusers repository, v1 / v2 config files must be handled within the AI Runner code itself - this patch addresses the issue.
As an aside: LoRA and extensions are still under development - you can expect those features in the 1.10.0 release.