You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust ``residual_diff_threshold`` to trade speed for quality - higher values are faster but lower quality.
24
+
Recommended value 0.12 gives 2× speedup for 50-step and 1.4× for 30-step denoising.
25
+
26
+
.. _usage-cache-dit:
27
+
28
+
Cache-DiT
29
+
---------
30
+
31
+
Nunchaku supports `Cache-DiT <https://github.com/vipshop/cache-dit>`__ to enable further accelerated inference through various caching strategies, such as DB Cache.
Nunchaku supports `IP Adapter <hf_ip-adapterv2_>`_, an adapter achieving image prompt capability for the FLUX.1-dev
@@ -28,7 +31,7 @@ The IP Adapter integration in Nunchaku follows these main steps:
28
31
29
32
**Caching (Optional)**:
30
33
31
-
Enable caching for faster inference and reduced memory usage with :func:`~nunchaku.caching.diffusers_adapters.apply_cache_on_pipe`. See :doc:`fbcache` for more details.
34
+
Enable caching for faster inference and reduced memory usage with :func:`~nunchaku.caching.diffusers_adapters.apply_cache_on_pipe`. See :doc:`cache` for more details.
0 commit comments