guoyww / AnimateDiff

Official implementation of AnimateDiff.

Home Page:https://animatediff.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

from diffusers.utils import DIFFUSERS_CACHE, SAFETENSORS_WEIGHTS_NAME, WEIGHTS_NAME, is_safetensors_available ImportError: cannot import name 'DIFFUSERS_CACHE' from 'diffusers.utils'

wyyfffff opened this issue · comments

from diffusers.utils import DIFFUSERS_CACHE, SAFETENSORS_WEIGHTS_NAME, WEIGHTS_NAME, is_safetensors_available ImportError: cannot import name 'DIFFUSERS_CACHE' from 'diffusers.utils'

Which version of diffusers should I install? I try on 0.11.1 and newest version

Hi @wyyfffff , this repo has been tested on diffusers 0.11.1 and I think you may try this version first.