1. 05 Sep, 2023 2 commits
  2. 04 Sep, 2023 1 commit
  3. 31 Aug, 2023 8 commits
  4. 30 Aug, 2023 13 commits
  5. 29 Aug, 2023 8 commits
  6. 28 Aug, 2023 5 commits
    • JaredTherriault's avatar
      Offloading custom work · f3d1631a
      JaredTherriault authored
      -custom_statics works to do mass replace strings, intended for copy-pasting gen info from internet generations and replacing unsavory prompts with safer prompts for my own sanity
      -tried to implement this into generation_parameters_copypaste but it didn't work out this iteration, presumably because we return a string and the calling method is looking for an object type
      -updated webui-user.bat to set a custom temp directory (for disk space concerns) and to apply xformers (for generation speed)
      
      I probably won't be merging any of this work into the main repo since I don't want to mess with anyone else's prompts, this is just intended to keep my workspace safe from anything I don't want to see. Eventually this should be done in an extension which I could then publish, but I need to learn a lot more about the extension and callback systems in the main repo first. just uploading this to my fork for now so i don't lose the current progress.
      f3d1631a
    • AUTOMATIC1111's avatar
      Merge pull request #12819 from catboxanon/fix/rng-infotext · 86708463
      AUTOMATIC1111 authored
      Add missing infotext for RNG in options
      86708463
    • AUTOMATIC1111's avatar
      Merge pull request #12814 from AUTOMATIC1111/non-local-condition · bfc5c081
      AUTOMATIC1111 authored
      non-local condition
      bfc5c081
    • AUTOMATIC1111's avatar
      update changelog · d0d50759
      AUTOMATIC1111 authored
      d0d50759
    • AUTOMATIC1111's avatar
  7. 27 Aug, 2023 3 commits