There was an error while loading. Please reload this page.
1 parent 5a1fb9c commit 2303706Copy full SHA for 2303706
2 files changed
nunchaku/caching/diffusers_adapters/__init__.py
@@ -1,5 +1,5 @@
1
"""
2
-Pipeline Adapters for First-Block Caching in Nunchaku
+Pipeline adapters for first-block caching in Nunchaku models.
3
4
5
from diffusers import DiffusionPipeline
nunchaku/caching/diffusers_adapters/sana.py
@@ -1,7 +1,7 @@
Adapters for efficient caching in SANA diffusion pipelines.
-This module enables single first-block caching for SANA models, providing:
+This module enables first-block caching for SANA models, providing:
6
- :func:`apply_cache_on_transformer` — Add caching to a ``SanaTransformer2DModel``.
7
- :func:`apply_cache_on_pipe` — Add caching to a complete SANA pipeline.
0 commit comments