smoothieAI commited on
Commit
605bfeb
·
verified ·
1 Parent(s): d51def2

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +0 -2
pipeline.py CHANGED
@@ -1211,8 +1211,6 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
1211
  latent_model_input = self.scheduler.scale_model_input(latent_model_input, t)
1212
 
1213
 
1214
-
1215
-
1216
  if self.controlnet != None:
1217
  if guess_mode and self.do_classifier_free_guidance:
1218
  # Infer ControlNet only for the conditional batch.
 
1211
  latent_model_input = self.scheduler.scale_model_input(latent_model_input, t)
1212
 
1213
 
 
 
1214
  if self.controlnet != None:
1215
  if guess_mode and self.do_classifier_free_guidance:
1216
  # Infer ControlNet only for the conditional batch.