AIGODLIKE / ComfyUI-ToonCrafter

This project is used to enable ToonCrafter to be used in ComfyUI.
Apache License 2.0
294 stars 9 forks source link

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

Open martintomov opened 2 months ago

martintomov commented 2 months ago

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?

KarryCharon commented 2 months ago

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 ?

martintomov commented 2 months ago

Yes, macos Sonoma 14.4.

KarryCharon commented 2 months ago

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
kevinhower commented 2 months ago

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?

KarryCharon commented 2 months ago

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.

KarryCharon commented 2 months ago

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.