Skip to content

Commit

Permalink
Make v-diffusion-pytorch pip installable
Browse files Browse the repository at this point in the history
  • Loading branch information
crowsonkb committed Jul 30, 2022
1 parent 93b6a54 commit 987f898
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
21 changes: 21 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[metadata]
name = v-diffusion-pytorch
version = 0.0.1
author = Katherine Crowson
author_email = [email protected]
url = https://github.com/crowsonkb/v-diffusion-pytorch
description = v objective diffusion inference code for PyTorch.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT

[options]
packages = find:
install_requires =
ftfy
regex
requests
Pillow
torch
torchvision
tqdm

0 comments on commit 987f898

Please sign in to comment.