InvokeAI/ldm/dream
Lincoln Stein 75165957c9 Revert "realesrgan inherits precision setting from main program"
This reverts commit 5f42d08945.

This fix was intended to solve issue #939, in which ESRGAN generates
dark images when upscaling 4X on certain GTX cards. However, the fix
apparently causes conflicts with some versions of the ESRGAN library,
and this fix will have to wait until after release of 2.0.
2022-10-06 20:52:38 -04:00
..
generator bug and warning message fixes 2022-10-06 10:39:08 -04:00
restoration Revert "realesrgan inherits precision setting from main program" 2022-10-06 20:52:38 -04:00
args.py remove dangling -V from normalized dream command 2022-10-05 00:48:17 -04:00
conditioning.py Merge branch 'development' into fix-empty-prompt-exception 2022-09-23 09:36:15 +02:00
devices.py Replace --full_precision with --precision that works even if not specified 2022-09-20 17:08:00 -04:00
image_util.py optionally scale initial image to fit box defined by width x height 2022-09-01 00:52:43 -04:00
log.py fix crash that occurs in write_log when user interrupts generation with ^C 2022-09-28 14:56:52 -04:00
pngwriter.py add outcrop postprocessor 2022-10-04 22:37:25 -04:00
readline.py remove unecessary import of pyreadline3 2022-10-04 22:53:07 -04:00
server.py Web stub for first_seed argument per b93f04e 2022-09-23 09:38:32 +02:00