2
0

Pipfile 440 B

123456789101112131415161718192021222324252627
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [[source]]
  6. name = "torch"
  7. url = "https://download.pytorch.org/whl/cu116"
  8. verify_ssl = true
  9. [dev-packages]
  10. [packages]
  11. torch = "*"
  12. torchvision = "*"
  13. diffusers = "*"
  14. transformers = "==4.19.2"
  15. huggingface-hub = "*"
  16. ftfy = "*"
  17. scipy = "*"
  18. opencv-python = "*"
  19. pytorch-lightning = "==1.4.2"
  20. invisible-watermark = "*"
  21. discord.py = "*"
  22. [requires]
  23. python_version = "3.9"