1. 28 Jan, 2023 2 commits
    • brkirch's avatar
      Add --no-half-vae to default macOS arguments · 02b8b957
      brkirch authored
      Apparently the version of PyTorch macOS users are currently at doesn't always handle half precision VAEs correctly. We will probably want to update the default PyTorch version to 2.0 when it comes out which should fix that, and at this point nightly builds of PyTorch 2.0 are going to be recommended for most Mac users. Unfortunately someone has already reported that their M2 Mac doesn't work with the nightly PyTorch 2.0 build currently, so we can add --no-half-vae for now and give users that can install nightly PyTorch 2.0 builds a webui-user.sh configuration that overrides the default.
      02b8b957
    • brkirch's avatar
      Refactor conditional casting, fix upscalers · ada17dbd
      brkirch authored
      ada17dbd
  2. 26 Jan, 2023 3 commits
  3. 25 Jan, 2023 20 commits
  4. 24 Jan, 2023 15 commits