1. 17 Dec, 2022 3 commits
  2. 04 Dec, 2022 1 commit
  3. 03 Dec, 2022 28 commits
  4. 02 Dec, 2022 4 commits
  5. 01 Dec, 2022 3 commits
    • space-nuko's avatar
      be2e6de9
    • brkirch's avatar
      Fix run as root flag · bef36597
      brkirch authored
      Even though -f enables running webui.sh as root, the -f flag will also be passed to launch.py, causing it to exit with a usage message. This adds a line to launch.py to remove the -f flag if present.
      
      In addition to the above, all the letters in the command line arguments after each '-' were being processed for 'f' and "illegal option" was displayed for each letter that didn't match. Instead, this commit silences those errors and stops processing if the first flag doesn't start with '-f'.
      bef36597
    • brkirch's avatar
      Add support for macOS (Darwin) in launch.py · 79953e9b
      brkirch authored
      79953e9b
  6. 30 Nov, 2022 1 commit
    • brkirch's avatar
      Rework MPS randn fix, add randn_like fix · 0fddb4a1
      brkirch authored
      torch.manual_seed() already sets a CPU generator, so there is no reason to create a CPU generator manually. torch.randn_like also needs a MPS fix for k-diffusion, but a torch hijack with randn_like already exists so it can also be used for that.
      0fddb4a1