mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
* Restrict resamplers for img2img and high res fix to the ones that PIL.Image actually supports, since it uses that to di the resampling. Removed: Antialias, Affine, Cubic. Added: Hamming. * Set list of available schedulers to CPU only when high res fix is selected in the web ui. Set list to all schdulers when high res fix is deselected. * Put hi res fix in its own Accordian in the txt2img UI instead of grouping it with Advanced Options.