| 123456789101112131415161718192021222324252627 |
- [[source]]
- name = "pypi"
- url = "https://pypi.org/simple"
- verify_ssl = true
- [[source]]
- name = "torch"
- url = "https://download.pytorch.org/whl/cu116"
- verify_ssl = true
- [dev-packages]
- [packages]
- torch = "*"
- torchvision = "*"
- diffusers = "*"
- transformers = "==4.19.2"
- huggingface-hub = "*"
- ftfy = "*"
- scipy = "*"
- opencv-python = "*"
- pytorch-lightning = "==1.4.2"
- invisible-watermark = "*"
- discord.py = "*"
- [requires]
- python_version = "3.9"
|