Remove unused code for attention map saving.

This commit is contained in:
Ryan Dick
2024-02-15 17:28:55 -05:00
committed by Kent Keirsey
parent 73bec56c59
commit cc45007dc4
7 changed files with 18 additions and 614 deletions

View File

@ -775,10 +775,7 @@ class DenoiseLatentsInvocation(BaseInvocation):
denoising_end=self.denoising_end,
)
(
result_latents,
result_attention_map_saver,
) = pipeline.latents_from_embeddings(
result_latents = pipeline.latents_from_embeddings(
latents=latents,
timesteps=timesteps,
init_timestep=init_timestep,