mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 23:30:56 +08:00
remove print
This commit is contained in:
parent
00c069dd1c
commit
57567bde4e
@ -552,8 +552,8 @@ class InfiniteTalkOuterSampleLoopingWrapper:
|
||||
noise = torch.cat([noise, new_noise_frames], dim=2)
|
||||
noise = noise[:, :, latent_start_idx:latent_end_idx]
|
||||
latent_image = latent_image[:, :, latent_start_idx:latent_end_idx]
|
||||
if denoise_mask is not None: # todo: check if denoise mask needs adjustment for latent_image changes
|
||||
print("Using denoise mask with shape", denoise_mask.shape)
|
||||
#if denoise_mask is not None: # todo: check if denoise mask needs adjustment for latent_image changes
|
||||
|
||||
|
||||
# run the sampling process
|
||||
result = executor(noise, latent_image, sampler, sigmas, denoise_mask=denoise_mask, callback=custom_callback, disable_pbar=False, seed=seed, **kwargs)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user