We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbda52 commit 889e54bCopy full SHA for 889e54b
helpers/caching/vae.py
@@ -555,7 +555,7 @@ def process_video_latents(self, latents_uncached):
555
logger.debug(f"Video latent processing results: {output_cache_entry}")
556
# we'll now overwrite the latents after logging.
557
output_cache_entry["latents"] = latents_uncached
558
- elif StateTracker.get_model_family() in ["wan", "cosmos2image"]:
+ elif StateTracker.get_model_family() in ["wan"]:
559
logger.debug(
560
f"Shape for Wan VAE encode: {latents_uncached.shape} with latents_mean: {self.vae.latents_mean} and latents_std: {self.vae.latents_std}"
561
)
0 commit comments