Commit Graph

19 Commits (3d04df4dee7a93fa2085b8af7fb62a9ad812d1d9)

Author SHA1 Message Date
Kian-Meng Ang 3d04df4dee Fix typos
Found via `codespell -S ./imaginairy/vendored`
2 years ago
Bryce 58c2897dd1 refactor: fix lint issues 2 years ago
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
Bryce 7af1ab66ca fix: add workaround for bug in k_diffusion on mps
As documented here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4558#issuecomment-1310387114

- make image logs more consistent
- note which step the progress images belong to in the filename
2 years ago
Bryce 021a0c540d feature: inpainting model support; improved model manager 2 years ago
Bryce e8bb3cf5fd refactor: consolidate masking logic 2 years ago
Bryce b0123a8f43 refactor: remove unused parameters 2 years ago
Bryce e5c5df6b3d tests: add some utils tests 2 years ago
Bryce 69af07ab67 style: fix lint issues 2 years ago
Bryce a3a0de08e9 autoformat 2 years ago
Jay Drennan df28bf8805 refactor: implements changes to comply with pylama 2 years ago
Bryce ff7fc0dab7 feature: tile mode can now be specified per-prompt 2 years ago
Bryce a46424c673 feature: img2img now supported with PLMS (instead of just DDIM)
Kinda hacky copy/pasting from ddim.  Need to cleanup
2 years ago
Bryce 930295d840 feature: txt2mask - automated text replacement
from https://github.com/timojl/clipseg
2 years ago
Bryce d7cbf6e416 refactor: cleanup ddim
- delete more unused code
- fix some lints
2 years ago
Bryce bb665b9eb6 fix: make k-diffusion samplers deterministic
- add test for hashes on mps.  images look same on CUDA but are slightly different.
2 years ago
Bryce ff7455034d docs and lint 2 years ago
Bryce 438c2868ad refactor: run import sorter 2 years ago
Bryce 910b7b4180 refactor: simplify structure 2 years ago