We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8247cf + 6bf668c commit 01f488eCopy full SHA for 01f488e
1 file changed
src/diffusers/pipelines/flux2/pipeline_flux2.py
@@ -861,7 +861,6 @@ def __call__(
861
if output_type == "latent":
862
image = latents
863
else:
864
- torch.save({"pred": latents}, "pred_d.pt")
865
latents = self._unpack_latents_with_ids(latents, latent_ids)
866
867
latents_bn_mean = self.vae.bn.running_mean.view(1, -1, 1, 1).to(latents.device, latents.dtype)
0 commit comments