Skip to content

v2.3.0

Compare
Choose a tag to compare
@rkhamilton rkhamilton released this 07 Nov 15:46
· 21 commits to main since this release
  • added init_weight as option to generate.image(). It works the same as in the other functions, but was missing from image.

Bug Fixes

  • esrgan.inference_realesrgan() will now raise an exception if it is unable to load an image from the passed file or folder.
  • generate.* functions now check for valid function inputs, and will raise exceptions appropriately.