1. 11 May, 2023 4 commits
    • Louis Del Valle's avatar
      Update sub_quadratic_attention.py · c8732dfa
      Louis Del Valle authored
      1. Determine the number of query chunks.
      2. Calculate the final shape of the res tensor.
      3. Initialize the tensor with the calculated shape and dtype, (same dtype as the input tensors, usually)
      
      Can initialize the tensor as a zero-filled tensor with the correct shape and dtype, then compute the attention scores for each query chunk and fill the corresponding slice of tensor.
      c8732dfa
    • AUTOMATIC's avatar
      add UI to edit defaults · 8aa87c56
      AUTOMATIC authored
      allow setting defaults for elements in extensions' tabs
      fix a problem with ESRGAN upscalers disappearing after UI reload
      implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?)
      8aa87c56
    • AUTOMATIC1111's avatar
      Merge pull request #10259 from AUTOMATIC1111/ruff · 5abecea3
      AUTOMATIC1111 authored
      Ruff
      5abecea3
    • AUTOMATIC's avatar
      suggestions and fixes from the PR · 3ec7b705
      AUTOMATIC authored
      3ec7b705
  2. 10 May, 2023 22 commits
  3. 09 May, 2023 10 commits
  4. 08 May, 2023 4 commits