showlab / Tune-A-Video

[ICCV 2023] Tune-A-Video: One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation
https://tuneavideo.github.io
Apache License 2.0
4.15k stars 376 forks source link

Diffuser issue #40

Closed 111111m closed 1 year ago

111111m commented 1 year ago

I have installed the dev version diffuser from hugging face and gets this error "ModuleNotFoundError: No module named 'diffusers.modeling_utils'"

How shold I solve it?

zhangjiewu commented 1 year ago

pip install diffusers[torch]==0.11.1

cjfcsjt commented 11 months ago

for new versions of diffusers, change to diffusers.models.modeling_utils

hunzai commented 9 months ago

diffusers== 0.21.4 use from diffusers import ModelMixin

gexmbla commented 6 months ago

these short answers make a newbie's head ache. care to elaborate?