Stability-AI / stable-fast-3d

SF3D: Stable Fast 3D Mesh Reconstruction with UV-unwrapping and Illumination Disentanglement
https://stable-fast-3d.github.io
Other
1.2k stars 131 forks source link

Can't run in comfyUI #48

Open placeboyue opened 2 months ago

placeboyue commented 2 months ago

The nodes simply aren't showing up after install. Is this broken?

oliverban commented 1 month ago

Yes, I too can't get this to work.

KillyTheNetTerminal commented 1 month ago

image Even with Custom Nodes Manager

Duemellon commented 1 month ago

same problem. ComfyUI manager says they are not installed, give the red boxes.

Duemellon commented 1 month ago

It's referring to "pynim"?

KillyTheNetTerminal commented 1 month ago

Do you think is about "Pynim"?

KillyTheNetTerminal commented 1 month ago

Everyones knows how to run this with CPU? at least the demo version with gradio

Duemellon commented 1 month ago

I put the readout of the error into AI & it came back saying PYNIM wasn't loaded. I tried following instructions to install it but no success. I even fed the Requirements.TXT to the AI & it said PYNIM wasn't there.

I'm not a programmer so IDK if it's finding the right thing but I've used AI to create some Nodes & it worked so I'm hoping it's accurate on this one too.

KillyTheNetTerminal commented 1 month ago

How did you do it? Does it work for you in comfyui? I have a RX580 :( that's why I want to use it with CPU

frankenstein07 commented 2 weeks ago

any solution for this?

Duemellon commented 2 weeks ago

How did you do it? Does it work for you in comfyui? I have a RX580 :( that's why I want to use it with CPU

no. It didn't work.

KillyTheNetTerminal commented 2 weeks ago

:(

frankenstein07 commented 2 weeks ago

Screenshot 2024-11-09 112542 Its screaming red

YanWenKun commented 2 days ago

I made a package for SF3D: https://github.com/YanWenKun/StableFast3D-WinPortable

frankenstein07 commented 2 days ago

Thank you. WIll check this one out. If you figured out, what is the original issue here? SOme compatibility issues with torch and stuff?

YanWenKun commented 2 days ago

Not sure, the "screaming red" means the nodes are not imported at all. Need logs to figure out individually.

And of course, the need for compiling torch C++ extension at runtime (along with CUDA versions) is making situation worse for compatibility on Windows. Even now people are complaining about unable to run or even install ComfyUI-3D-Pack. I guess the only guaranteed way of running AI-3D stuff is to compile-install GPU-related dependencies on Linux.