Commit
·
5d0673c
1
Parent(s):
178d596
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -545,7 +545,7 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
|
|
545 |
return latents
|
546 |
|
547 |
@torch.no_grad()
|
548 |
-
@replace_example_docstring(EXAMPLE_DOC_STRING)
|
549 |
def __call__(
|
550 |
self,
|
551 |
prompt: Union[str, List[str]] = None,
|
|
|
545 |
return latents
|
546 |
|
547 |
@torch.no_grad()
|
548 |
+
# @replace_example_docstring(EXAMPLE_DOC_STRING)
|
549 |
def __call__(
|
550 |
self,
|
551 |
prompt: Union[str, List[str]] = None,
|