What’s New

stable-diffusion-webui v1.9.3

v1.9.3

1.9.3

Added
  • Add avif support
  • Add filename patterns: [sampler_scheduler] and [scheduler]
  • Add schedulers API endpoint
Changed
  • restore 1.8.0-style naming of scripts
  • undo adding scripts to sys.modules
  • Hide 'No Image data blocks found.' message
  • Allow webui.sh to be runnable from arbitrary directories containing a .git file
  • Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+
Fixed
  • fix get_crop_region_v2
  • Fix images do not match / Coordinate 'right' is less than 'left'
  • remove_callbacks_for_function should also remove from the ordered map
  • fix x1 upscalers
  • Fix cls.__module__ value in extension script
  • fix typo in function call (eror -> error)
  • numpy DeprecationWarning product -> prod
Removed
  • Remove API upscaling factor limits
1.9.3
Bug Fixes:
  • fix get_crop_region_v2 (#15594)
1.9.2
Extensions and API:
  • restore 1.8.0-style naming of scripts
1.9.1
Minor:
  • Add avif support (#15582)
  • Add filename patterns: [sampler_scheduler] and [scheduler] (#15581)
Extensions and API:
  • undo adding scripts to sys.modules
  • Add schedulers API endpoint (#15577)
  • Remove API upscaling factor limits (#15560)
Bug Fixes:
  • Fix images do not match / Coordinate 'right' is less than 'left' (#15534)
  • fix: remove_callbacks_for_function should also remove from the ordered map (#15533)
  • fix x1 upscalers (#15555)
  • Fix cls.module value in extension script (#15532)
  • fix typo in function call (eror -> error) (#15531)
Other:
  • Hide 'No Image data blocks found.' message (#15567)
  • Allow webui.sh to be runnable from arbitrary directories containing a .git file (#15561)
  • Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+ (#15544)
  • numpy DeprecationWarning product -> prod (#15547)
  • get_crop_region_v2 (#15583, #15587)
View original