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 095a905d72 fix: cpu generation doesn't use autocast
autocast not supported on CPU
https://github.com/pytorch/pytorch/issues/55374
https://github.com/invoke-ai/InvokeAI/pull/518
2 years ago
..
configs feature: inpainting model support; improved model manager 2 years ago
enhancers feature: inpainting model support; improved model manager 2 years ago
modules fix: lower memory reqs for attention on M1s 2 years ago
samplers fix: add workaround for bug in k_diffusion on mps 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 fix: add workaround for bug in k_diffusion on mps 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 fix: add workaround for bug in k_diffusion on mps 2 years ago
model_manager.py fix: use inpainting source that doesn't require login 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