module errors ? evern after modlue is dawnloaded

#24
by abhinandan1111 - opened

~ cd Wan2.1
⚡ main ~/Wan2.1 python generate.py --task i2v-14B --size "1280*720" --ckpt_dir ./Wan2.1-I2V-14B-720P --image examples/i2v_input.JPG --prompt "S
ummer beach vacation style, a white cat wearing sunglasses sits on a surfboard. The fluffy-furred feline gazes directly at the camera with a rel
axed expression. Blurred beach scenery forms the background featuring crystal-clear waters, distant green hills, and a blue sky dotted with whit
e clouds. The cat assumes a naturally relaxed posture, as if savoring the sea breeze and warm sunlight. A close-up shot highlights the feline's
intricate details and the refreshing atmosphere of the seaside."
Traceback (most recent call last):
File "/teamspace/studios/this_studio/Wan2.1/generate.py", line 17, in
import wan
File "/teamspace/studios/this_studio/Wan2.1/wan/init.py", line 1, in
from . import configs, distributed, modules
File "/teamspace/studios/this_studio/Wan2.1/wan/modules/init.py", line 3, in
from .t5 import T5Decoder, T5Encoder, T5EncoderModel, T5Model
File "/teamspace/studios/this_studio/Wan2.1/wan/modules/t5.py", line 10, in
from .tokenizers import HuggingfaceTokenizer
File "/teamspace/studios/this_studio/Wan2.1/wan/modules/tokenizers.py", line 5, in
import ftfy
ModuleNotFoundError: No module named 'ftfy'
⚡ main ~/Wan2.1
Screenshot 2025-06-13 174259.png

Sign up or log in to comment