InvokeAI/invokeai/backend
psychedelicious 2192210910 feat(nodes): remove dependency on realesrgan
We used the `RealESRGANer` utility class from the repo. It handled model loading and tiled upscaling logic.

Unfortunately, it hasn't been updated in over a year, had no types, and annoyingly printed to console.

I've adapted the class, cleaning it up a bit and removing the bits that are not relevant for us.

Upscaling functionality is identical.
2023-11-28 07:58:22 +11:00
..
image_util feat(nodes): remove dependency on realesrgan 2023-11-28 07:58:22 +11:00
install chore: ruff format 2023-11-11 10:55:40 +11:00
ip_adapter add note about discriminated union and Body() issue; blackified 2023-11-12 16:50:05 -05:00
model_management add probe support for LCM main models 2023-11-22 14:58:27 -05:00
model_manager fixed ruff formatting issues 2023-11-13 18:15:17 -05:00
stable_diffusion add note about discriminated union and Body() issue; blackified 2023-11-12 16:50:05 -05:00
training add note about discriminated union and Body() issue; blackified 2023-11-12 16:50:05 -05:00
util Merge branch 'main' into refactor/model-manager-2 2023-11-14 07:51:57 +11:00
__init__.py isort wip 2 2023-09-12 13:01:58 -04:00