Releases: easydiffusion/sdkit
Releases · easydiffusion/sdkit
v3.2.0
Another pre-release of v3, based on stable-diffusion.cpp.
The release artifacts aren't meant to be downloaded directly (for now). They will be fetched in Easy Diffusion as individual files.
v2.1.1
v3.1.0
Another pre-release of v3, based on stable-diffusion.cpp.
The release artifacts aren't meant to be downloaded directly (for now). They will be fetched in Easy Diffusion as individual files.
v3.0.0
First release of v3, based on stable-diffusion.cpp.
The release artifacts aren't meant to be downloaded directly (for now). They will be fetched in Easy Diffusion as individual files.
v2.1.0
v2.0.22.6
- Fix a bug where some loras would be numpy arrays
- torchruntime 1.9.4 fixes mps not getting recognized
Install using python -m pip install sdkit==2.0.22.6
v2.0.22.4
v2.0.22.2
- Convenient command to test image generation from the command line, without writing python code:
python -m sdkit -p 'Astronaut riding a horse' -m 'path/to/sd-model.safetensors' - Minor refactor - move torch-device utilities to
torchruntime - Minor bugfix (remove a missed hardcoding of cuda)
Install using python -m pip install sdkit==2.0.22.2