Skip to content

Commit 032c24f

Browse files
committed
fix numpy import error after tensor2vid refactor in huggingface#6626
1 parent 5674a71 commit 032c24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/animatediff/pipeline_animatediff.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import math
1717
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
1818

19+
import numpy as np
1920
import torch
2021
import torch.fft as fft
2122
from transformers import CLIPImageProcessor, CLIPTextModel, CLIPTokenizer, CLIPVisionModelWithProjection

0 commit comments

Comments
 (0)