We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5674a71 commit 032c24fCopy full SHA for 032c24f
src/diffusers/pipelines/animatediff/pipeline_animatediff.py
@@ -16,6 +16,7 @@
16
import math
17
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
18
19
+import numpy as np
20
import torch
21
import torch.fft as fft
22
from transformers import CLIPImageProcessor, CLIPTextModel, CLIPTokenizer, CLIPVisionModelWithProjection
0 commit comments