AIGODLIKE/ComfyUI-ToonCrafter

Could not find a version that satisfies the requirement decord==0.6.0

martintomov opened this issue · 6 comments

Hi,

While trying to install the requirements.txt I get:

ComfyUI-ToonCrafter % pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0

Any available workaround?

Hi,

While trying to install the requirements.txt I get:

ComfyUI-ToonCrafter % pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0

Any available workaround?

Are you use the mac os ?

Yes, macos Sonoma 14.4.

Yes, macos Sonoma 14.4.

Actually decord is not used by ComfyUI Node version. So we move decord to the end of requirements.txt.
But we have to say.. Mac OS Can't run this node...
I have a mbp with 64GB ram and M2Max cpu. Unfortunately, it can't work properly even fp16.
image

Well ... that is quite unfortunate .. what is standing in the way of it working on Mac OS ? I have a Mac Studio with 128 GB ram and it still doesn't work. Is this yet another instance of nVidia and CUDA ruining things for MacOS users? Or something else?

Well ... that is quite unfortunate .. what is standing in the way of it working on Mac OS ? I have a Mac Studio with 128 GB ram and it still doesn't work. Is this yet another instance of nVidia and CUDA ruining things for MacOS users? Or something else?

I've tested this node on my mbp with M2Max. And it works fine.

Well ... that is quite unfortunate .. what is standing in the way of it working on Mac OS ? I have a Mac Studio with 128 GB ram and it still doesn't work. Is this yet another instance of nVidia and CUDA ruining things for MacOS users? Or something else?

Have you tried the latest branch? We impl the low vram version within the latest branch.