2
0

.gitignore 433 B

1234567891011121314151617181920212223242526272829303132333435
  1. __pycache__
  2. *.ckpt
  3. *.safetensors
  4. *.pth
  5. /ESRGAN/*
  6. /SwinIR/*
  7. /repositories
  8. /venv
  9. /tmp
  10. /model.ckpt
  11. /models/**/*
  12. /GFPGANv1.3.pth
  13. /gfpgan/weights/*.pth
  14. /ui-config.json
  15. /outputs
  16. /config.json
  17. /log
  18. /webui.settings.bat
  19. /embeddings
  20. /styles.csv
  21. /params.txt
  22. /styles.csv.bak
  23. /webui-user.bat
  24. /webui-user.sh
  25. /interrogate
  26. /user.css
  27. /.idea
  28. notification.mp3
  29. /SwinIR
  30. /textual_inversion
  31. .vscode
  32. /extensions
  33. /test/stdout.txt
  34. /test/stderr.txt
  35. /cache.json