Doubiiu / ToonCrafter

[SIGGRAPH Asia 2024, Journal Track] ToonCrafter: Generative Cartoon Interpolation
https://doubiiu.github.io/projects/ToonCrafter/
Apache License 2.0
5.38k stars 451 forks source link

ModuleNotFoundError: No module named 'decord' #4

Closed FemBoxbrawl closed 5 months ago

FemBoxbrawl commented 5 months 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 5 months ago

pip install decord==0.6.0

youkotwo commented 5 months 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 5 months ago

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