Skip to content

Commit cd64658

Browse files
authored
chore: Update cache-dit desc (vipshop#348)
* chore: Update cache-dit desc * chore: Update cache-dit desc
1 parent 1b4c25c commit cd64658

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div align="center">
44
<img src=https://github.com/vipshop/cache-dit/raw/main/assets/cache-dit-logo.png height="120">
55
<p align="center">
6-
A <b>Unified</b>, Flexible and Training-free <b>Cache Acceleration</b> Framework for <b>🤗Diffusers</b> <br>
7-
♥️ Cache Acceleration with <b>One-line</b> Code ~ ♥️ <br>
6+
A <b>Unified</b>, <b>Flexible</b> and <b>Training-free</b> Inference Engine with <br><b>Cache Acceleration</b>, <b>Parallelism</b> and Quantization for 🤗Diffusers. <br>
7+
♥️ Accelerate your DiT with <b>One-line</b> Code ~ ♥️ <br>
88
🔥<a href="./docs/User_Guide.md">Forward Pattern Matching</a> | <a href="./docs/User_Guide.md">Automatic Block Adapter</a>🔥 <br>
99
🔥<a href="./docs/User_Guide.md"><b>DBCache</b></a> | <a href="./docs/User_Guide.md"><b>DBPrune</b></a> | <a href="./docs/User_Guide.md">Hybrid <b>TaylorSeer</b> Calibrator</a> | <a href="./docs/User_Guide.md"><b>Cache CFG</b></a>🔥<br>
1010
🔥<a href="./docs/User_Guide.md"><b>Context Parallelism</b></a> | <a href="./docs/User_Guide.md"><b>Tensor Parallelism</b></a> | <a href="./docs/User_Guide.md">Low-bits Quantization</a>🔥<br>

docs/User_Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div align="center">
22
<img src=https://github.com/vipshop/cache-dit/raw/main/assets/cache-dit-logo.png height="120">
33
<p align="center">
4-
A <b>Unified</b>, Flexible and Training-free <b>Cache Acceleration</b> Framework for <b>🤗Diffusers</b> <br>
5-
♥️ Cache Acceleration with <b>One-line</b> Code ~ ♥️ <br>
4+
A <b>Unified</b>, <b>Flexible</b> and <b>Training-free</b> Inference Engine with <br><b>Cache Acceleration</b>, <b>Parallelism</b> and Quantization for 🤗Diffusers. <br>
5+
♥️ Accelerate your DiT with <b>One-line</b> Code ~ ♥️ <br>
66
</p>
77
<div align='center'>
88
<img src=https://img.shields.io/badge/Language-Python-brightgreen.svg >

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "cache_dit"
44
dynamic = ["version"]
55
requires-python = ">=3.10"
66
authors = [{name = "DefTruth, vipshop.com, etc."}]
7-
description = "A Unified, Flexible and Training-free Cache Acceleration Framework for 🤗Diffusers."
7+
description = "A Unified, Flexible and Training-free Inference Engine with Cache Acceleration, Parallelism and Quantization for 🤗Diffusers"
88
maintainers = [{name="DefTruth, vipshop.com, etc"}]
99
readme = "README.md"
1010

@@ -22,7 +22,8 @@ parallelism = [
2222
]
2323

2424
quantization = [
25-
"torchao>=0.12.0",
25+
"torchao>=0.14.1",
26+
"bitsandbytes>=0.48.1"
2627
]
2728

2829
metrics = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def my_local_scheme(version):
3838

3939
setup(
4040
name=PACKAGE_NAME,
41-
description="A Unified, Flexible and Training-free Cache Acceleration Framework for 🤗Diffusers.",
41+
description="A Unified, Flexible and Training-free Inference Engine with Cache Acceleration, Parallelism and Quantization for 🤗Diffusers",
4242
author="DefTruth, vipshop.com",
4343
use_scm_version={
4444
"write_to": path.join("src", "cache_dit", "_version.py"),

0 commit comments

Comments
 (0)