We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b6a54 commit 987f898Copy full SHA for 987f898
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools"]
3
+build-backend = "setuptools.build_meta"
setup.cfg
@@ -0,0 +1,21 @@
+[metadata]
+name = v-diffusion-pytorch
+version = 0.0.1
4
+author = Katherine Crowson
5
+author_email = crowsonkb@gmail.com
6
+url = https://github.com/crowsonkb/v-diffusion-pytorch
7
+description = v objective diffusion inference code for PyTorch.
8
+long_description = file: README.md
9
+long_description_content_type = text/markdown
10
+license = MIT
11
+
12
+[options]
13
+packages = find:
14
+install_requires =
15
+ ftfy
16
+ regex
17
+ requests
18
+ Pillow
19
+ torch
20
+ torchvision
21
+ tqdm
0 commit comments