From ca24569a2a069c791216490dc2cac05cd3f8f2ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Dec 2025 11:16:52 +0000 Subject: [PATCH] Apply style fixes --- src/diffusers/hooks/taylorseer_cache.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/diffusers/hooks/taylorseer_cache.py b/src/diffusers/hooks/taylorseer_cache.py index bbca345e8b..969f43f70e 100644 --- a/src/diffusers/hooks/taylorseer_cache.py +++ b/src/diffusers/hooks/taylorseer_cache.py @@ -52,9 +52,9 @@ class TaylorSeerCacheConfig: affect stability; higher precision improves accuracy at the cost of more memory. skip_predict_identifiers (`List[str]`, *optional*, defaults to `None`): - Regex patterns (using `re.fullmatch`) for module names to place as "skip" in "cache" mode. In this mode, the - module computes fully during initial or refresh steps but returns a zero tensor (matching recorded shape) - during prediction steps to skip computation cheaply. + Regex patterns (using `re.fullmatch`) for module names to place as "skip" in "cache" mode. In this mode, + the module computes fully during initial or refresh steps but returns a zero tensor (matching recorded + shape) during prediction steps to skip computation cheaply. cache_identifiers (`List[str]`, *optional*, defaults to `None`): Regex patterns (using `re.fullmatch`) for module names to place in Taylor-series caching mode, where