Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WentianZhang-ML authored Aug 30, 2024
1 parent 06e2118 commit 54d01dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setuptools.setup(
name="tgate",
version="v0.1.2",
version="v1.0.0",
author="Wentian Zhang",
author_email="zhangwentianml@gmail.com",
description="T-GATE: Cross-Attention Makes Inference Cumbersome in Text-to-Image Diffusion Models.",
description="TGATE-V2: Faster Diffusion Through Temporal Attention Decomposition.",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
url="https://github.com/HaozheLiu-ST/T-GATE/tree/releases/",
Expand All @@ -18,7 +18,7 @@
"Operating System :: OS Independent",
],
install_requires=[
"diffusers",
"diffusers>=0.29.0",
"transformers",
"DeepCache==0.1.1",
"torch",
Expand Down

0 comments on commit 54d01dc

Please sign in to comment.