You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imaginAIry/imaginairy
Bryce e67341223b feature: Stable Diffusion 2.0
working: CUDA and MacOS
working: 512p model with all samplers
working: inpainting with all samplers
working: 768p model with ddim sampler
2 years ago
..
configs feature: Stable Diffusion 2.0 2 years ago
enhancers feature: inpainting model support; improved model manager 2 years ago
modules feature: Stable Diffusion 2.0 2 years ago
samplers feature: Stable Diffusion 2.0 2 years ago
vendored fix: k_dpm_fast on MPS platform 2 years ago
__init__.py feature: switch between models without restarting python instance 2 years ago
api.py feature: progress image callback 2 years ago
cmds.py feature: change default sampler to k_dpmpp_2m, which is more than twice as fast 2 years ago
img_utils.py feature: inpainting model support; improved model manager 2 years ago
log_utils.py feature: progress image callback 2 years ago
model_manager.py feature: Stable Diffusion 2.0 2 years ago
paths.py feature: switch between models without restarting python instance 2 years ago
safety.py feature: improved safety filter 2 years ago
schema.py feature: added `DPM++ 2S a` and `DPM++ 2M` samplers 2 years ago
utils.py fix: cpu generation doesn't use autocast 2 years ago