ToonCrafter / ToonCrafter

a research paper for generative cartoon interpolation
Apache License 2.0
4.73k stars 401 forks source link

ModuleNotFoundError: No module named 'decord' #4

Closed FemBoxbrawl closed 4 weeks ago

FemBoxbrawl commented 1 month ago

I have no idea how to solve this. this happened after trying to run python gradio_app.py

H:\AI\ToonCrafter> python gradio_app.py Traceback (most recent call last): File "H:\AI\ToonCrafter\gradio_app.py", line 4, in from scripts.gradio.i2v_test_application import Image2Video File "H:\AI\ToonCrafter\scripts\gradio\i2v_test_application.py", line 5, in from scripts.evaluation.funcs import load_model_checkpoint, save_videos, batch_ddim_sampling, get_latent_z File "H:\AI\ToonCrafter\scripts\evaluation\funcs.py", line 4, in from decord import VideoReader, cpu ModuleNotFoundError: No module named 'decord'

H:\AI\ToonCrafter>

adbrasi commented 1 month ago

pip install decord==0.6.0

youkotwo commented 4 weeks ago

for every error like this: ModuleNotFoundError: No module named 'exemple' you just have to open requierements.txt , find the coresponding line and enter in cmd: pip install exemple and the issue should be fixed

FemBoxbrawl commented 4 weeks ago

thanks for the comments, but i switched to comfyui for tooncrafter, thanks anyways