smoothieAI commited on
Commit
0594bfb
·
verified ·
1 Parent(s): 82e91f7

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -0
pipeline.py CHANGED
@@ -1416,6 +1416,7 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
1416
 
1417
  # foreach context group seperately denoise the current timestep
1418
  for context_group in range(len(context_indexes[i])):
 
1419
  # calculate to current indexes, considering overlapa
1420
  current_context_indexes = context_indexes[i][context_group]
1421
 
 
1416
 
1417
  # foreach context group seperately denoise the current timestep
1418
  for context_group in range(len(context_indexes[i])):
1419
+ print("Denoising context group", context_group, "of", len(context_indexes[i]))
1420
  # calculate to current indexes, considering overlapa
1421
  current_context_indexes = context_indexes[i][context_group]
1422