Skip to content

Commit 2303706

Browse files
committed
caching done
1 parent 5a1fb9c commit 2303706

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nunchaku/caching/diffusers_adapters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Pipeline Adapters for First-Block Caching in Nunchaku
2+
Pipeline adapters for first-block caching in Nunchaku models.
33
"""
44

55
from diffusers import DiffusionPipeline

nunchaku/caching/diffusers_adapters/sana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Adapters for efficient caching in SANA diffusion pipelines.
33
4-
This module enables single first-block caching for SANA models, providing:
4+
This module enables first-block caching for SANA models, providing:
55
66
- :func:`apply_cache_on_transformer` — Add caching to a ``SanaTransformer2DModel``.
77
- :func:`apply_cache_on_pipe` — Add caching to a complete SANA pipeline.

0 commit comments

Comments
 (0)