Skip to content

Releases: vipshop/cache-dit

v1.0.11

05 Nov 03:12
a8d6bc5

Choose a tag to compare

What's Changed

Full Changelog: v1.0.10...v1.0.11

v1.0.10

30 Oct 12:29
28a0ef1

Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

24 Oct 02:43
e959d46

Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

22 Oct 08:12
b0244fe

Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

22 Oct 03:53
e423cd2

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

⚡️Hybird Context Parallelism

20 Oct 10:44
fa3a6e8

Choose a tag to compare

cache-dit is compatible with context parallelism. Currently, we support the use of Hybrid Cache + Context Parallelism scheme (via NATIVE_DIFFUSER parallelism backend) in cache-dit. Users can use Context Parallelism to further accelerate the speed of inference! For more details, please refer to 📚examples/parallelism.

from cache_dit import ParallelismConfig

cache_dit.enable_cache(
    pipe_or_adapter, 
    cache_config=DBCacheConfig(...),
    # Set ulysses_size > 1 to enable ulysses style context parallelism.
    parallelism_config=ParallelismConfig(ulysses_size=2),
)
# Then, run with torchrun cmd:
# torchrun --nproc_per_node=2 parallel_cache.py

v1.0.5 cache-dit w/ nunchaku

15 Oct 04:22
c656d25

Choose a tag to compare

What's Changed

  • feat: Qwen-image/FLUX 4bits w/ nunchaku + cache by @DefTruth in #285

Full Changelog: v1.0.4...v1.0.5

v1.0.4

14 Oct 09:26
adf46ae

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

12 Oct 06:52
93f1934

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

10 Oct 09:45
4e24a3d

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2