imaginAIry/imaginairy
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
..
bin refactor: split up command line tool 2023-02-25 14:29:55 -08:00
cli refactor: move code to avoid conflicts with "http" namespace 2023-10-10 23:03:01 -07:00
configs feature: add "shuffle" control mode 2023-05-05 02:53:43 -07:00
data feature: image edit gifs and demo-reels 2023-01-21 17:50:31 -08:00
enhancers style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
http_app refactor: move code to avoid conflicts with "http" namespace 2023-10-10 23:03:01 -07:00
img_processors style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
modules feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
samplers feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
training_tools style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
utils feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
vendored style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
weight_management feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
__init__.py feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
animations.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
api_refiners.py feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
api.py feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
colorize.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
config.py feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
debug_info.py feature: add system memory to debug output 2023-02-25 14:29:55 -08:00
feather_tile.py fix: fix model downloads that were broken 2023-03-18 13:49:11 -07:00
img_utils.py feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
log_utils.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
lr_scheduler.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
model_manager.py feature: use refiners library for generation 2023-11-22 13:22:00 -08:00
outpaint.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
paths.py feature: switch between models without restarting python instance 2022-10-23 22:55:28 -07:00
prompt_schedules.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
roi_utils.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
safety.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
schema.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
surprise_me.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
train.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
version.py perf: improve startup time by doing some imports lazily (#233) 2023-02-02 21:43:04 -08:00