We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdf495 commit 09f9acbCopy full SHA for 09f9acb
src/diffusers/pipelines/wan/pipeline_wan_video2video.py
@@ -20,6 +20,7 @@
20
import regex as re
21
import torch
22
from transformers import AutoTokenizer, UMT5EncoderModel
23
+from PIL import Image
24
25
from ...callbacks import MultiPipelineCallbacks, PipelineCallback
26
from ...loaders import WanLoraLoaderMixin
0 commit comments