imaginAIry/imaginairy
Bryce 0fe3733933 fix: memory management issue
the dtype being used as a cache key wasn't consistent. this caused the model to be loaded twice
2023-12-03 09:13:01 -08:00
..
bin refactor: split up command line tool 2023-02-25 14:29:55 -08:00
cli feature: adds text to video generation flag (#404) 2023-11-27 18:00:56 -08:00
configs feature: stable diffusion video (SVD) 2023-11-22 17:20:08 -08: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 tests: fix tests 2023-12-03 09:13:01 -08:00
modules feature: patch refiners ScaledDotProductAttention for sliced attention 2023-12-03 09:13:01 -08:00
samplers feature: DDIM now default sampler 2023-12-03 09:13:01 -08:00
training_tools style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
utils fix: memory management issue 2023-12-03 09:13:01 -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 fix: memory management issue 2023-12-03 09:13:01 -08:00
api.py fix: memory management issue 2023-12-03 09:13:01 -08:00
colorize.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
config.py feature: DDIM now default sampler 2023-12-03 09:13:01 -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 fix: remove padding approach 2023-11-25 16:18:44 -08:00
lr_scheduler.py style: speed up linting and autoformatting. fix lints 2023-09-29 23:01:50 -07:00
model_manager.py fix: memory management issue 2023-12-03 09:13:01 -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 fix: edit mode and some controlnet tests 2023-11-24 09:10:12 -08:00
surprise_me.py fix: edit mode and some controlnet tests 2023-11-24 09:10:12 -08: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
video_sample.py fix: remove padding approach 2023-11-25 16:18:44 -08:00