[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-06 12:21:29 +00:00
commit cc71be93f2

View file

@ -885,7 +885,6 @@ class VideoBackend:
# the memory plan stays consistent.
if getattr(fam, "vae_force_fp32", False) and getattr(pipe, "vae", None) is not None:
import torch
pipe.vae.to(torch.float32)
if _load_token is not None and _load_token != self._load_token: