smoothieAI commited on
Commit
14746ed
·
verified ·
1 Parent(s): 6d2000a

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -2
pipeline.py CHANGED
@@ -206,8 +206,7 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
206
  # print all the attributes
207
  print("Attributes:")
208
  for attr in dir(self):
209
- if not attr.startswith("__") and not callable(getattr(self, attr)):
210
- print(attr)
211
 
212
  self.register_modules(
213
  vae=vae,
 
206
  # print all the attributes
207
  print("Attributes:")
208
  for attr in dir(self):
209
+ print(attr)
 
210
 
211
  self.register_modules(
212
  vae=vae,