Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crowsonkb committed Sep 30, 2022
1 parent 83a12c1 commit d4c982b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
accelerate
clean-fid
clip-anytorch
einops
jsonmerge
kornia
Expand All @@ -12,4 +13,3 @@ torchdiffeq
torchvision
tqdm
wandb
git+https://github.com/openai/CLIP
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = k-diffusion
version = 0.0.2
version = 0.0.3
author = Katherine Crowson
author_email = [email protected]
url = https://github.com/crowsonkb/k-diffusion
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from setuptools import setup


if __name__ == '__main__':
setup()

0 comments on commit d4c982b

Please sign in to comment.