imaginAIry/imaginairy/samplers
Bryce f97f6a3b4b feature: use refiners library for generation
BREAKING CHANGE

  - stable diffusion 1.5 + inpainting working
  - self-attention guidance working. improves image generation quality
  - tile-mode working
  - inpainting self-attention guidance working

disable/broken features:
  - sd 1.4, 2.0, 2.1
  - most of the samplers
  - pix2pix edit
  - most of the controlnets
  - memory management
  - python 3.8 support

wip
2023-11-22 13:22:00 -08:00
..
__init__.py feature/refactor/fix: better defaults. correct version in metadata 2022-11-26 16:18:08 -08:00
base.py feature/refactor/fix: better defaults. correct version in metadata 2022-11-26 16:18:08 -08:00
ddim.py fix: k-diff samplers made more stable by skipping second to last step 2023-02-28 21:04:00 -08:00
editing.py feature: 🎉 Edit Images with Instructions alone! 2023-01-21 13:34:26 -08:00
kdiff.py feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
plms.py fix: k-diff samplers made more stable by skipping second to last step 2023-02-28 21:04:00 -08:00