1. 19 Feb, 2023 16 commits
  2. 18 Feb, 2023 1 commit
  3. 17 Feb, 2023 1 commit
  4. 16 Feb, 2023 2 commits
  5. 15 Feb, 2023 2 commits
  6. 13 Feb, 2023 4 commits
  7. 11 Feb, 2023 1 commit
  8. 10 Feb, 2023 2 commits
  9. 05 Feb, 2023 9 commits
  10. 04 Feb, 2023 2 commits
    • Alex "mcmonkey" Goodwin's avatar
      fix symlinks in extra networks ui · 88a46e84
      Alex "mcmonkey" Goodwin authored
      'absolute' and 'resolve' are equivalent, but 'resolve' resolves symlinks (which is an obscure specialty behavior usually not wanted) whereas 'absolute' treats symlinks as folders (which is the expected behavior). This commit allows you to symlink folders within your models/embeddings/etc. dirs and have preview images load as expected without issue.
      88a46e84
    • spezialspezial's avatar
      Update modelloader.py · 65244788
      spezialspezial authored
      os.path.getmtime(filename) throws exception later in codepath when meeting broken symlink. For now catch it here early but more checks could be added for robustness.
      65244788