1. 15 Jun, 2023 1 commit
    • Beinsezii's avatar
      WEBUI.SH Navi 3 Support · 1d7c51fb
      Beinsezii authored
      Navi 3 card now defaults to nightly torch to utilize rocm 5.5
      for out-of-the-box support.
      
      https://download.pytorch.org/whl/nightly/
      
      While its not yet on the main pytorch "get started" site,
      it still seems perfectly indexable via pip which is all we need.
      
      With this I'm able to clone a fresh repo and immediately run ./webui.sh
      on my 7900 XTX without any problems.
      1d7c51fb
  2. 10 Jun, 2023 7 commits
  3. 09 Jun, 2023 3 commits
  4. 08 Jun, 2023 2 commits
  5. 07 Jun, 2023 3 commits
    • AUTOMATIC1111's avatar
      Merge pull request #11058 from AUTOMATIC1111/api-wiki · cf28aed1
      AUTOMATIC1111 authored
      link footer API to Wiki when API is not active
      cf28aed1
    • AUTOMATIC1111's avatar
      Merge pull request #11066 from aljungberg/patch-1 · 806ea639
      AUTOMATIC1111 authored
      Fix upcast attention dtype error.
      806ea639
    • Alexander Ljungberg's avatar
      Fix upcast attention dtype error. · d9cc0910
      Alexander Ljungberg authored
      Without this fix, enabling the "Upcast cross attention layer to float32" option while also using `--opt-sdp-attention` breaks generation with an error:
      
      ```
        File "/ext3/automatic1111/stable-diffusion-webui/modules/sd_hijack_optimizations.py", line 612, in sdp_attnblock_forward
          out = torch.nn.functional.scaled_dot_product_attention(q, k, v, dropout_p=0.0, is_causal=False)
      RuntimeError: Expected query, key, and value to have the same dtype, but got query.dtype: float key.dtype: float and value.dtype: c10::Half instead.
      ```
      
      The fix is to make sure to upcast the value tensor too.
      d9cc0910
  6. 06 Jun, 2023 16 commits
  7. 05 Jun, 2023 8 commits