1. 25 Mar, 2023 32 commits
  2. 24 Mar, 2023 4 commits
  3. 23 Mar, 2023 4 commits
    • James Railton's avatar
      Fix "masked content" in loopback script · a9eef1fb
      James Railton authored
      The loopback script did not set masked content to original after first loop. So each loop would apply a fill, or latent mask. This would essentially reset progress each loop.
      
      The desired behavior is to use the mask for the first loop, then continue to iterate on the results of the previous loop.
      a9eef1fb
    • carat-johyun's avatar
      fix variable typo · 92e173d4
      carat-johyun authored
      92e173d4
    • catboxanon's avatar
      Expose inpainting mask and composite · caf84e82
      catboxanon authored
      For inpainting, this exposes the mask and masked composite and gives
      the user the ability to display these in the web UI,
      save to disk, or both.
      caf84e82
    • sumof2primes's avatar
      Fix scripts load order · cd3cd0fc
      sumof2primes authored
       - 1st webui, 2nd extensions-builtin, 3rd extensions
       - to load scripts independent of --data-dir
       - change load order key [x.basedir, x.filename, x.path] to [orderby(x.basedir), x.filename, x.path]
      
      e.g., scripts/xyz_grid.py dependent extentions should loaded later
      extensions\sd-webui-controlnet\scripts\xyz_grid_support.py
      extensions\sd-webui-additional-networks\scripts\xyz_grid_support.py
      cd3cd0fc