ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Unable to Render Anything on macOS

Open jinruozai opened this issue 1 year ago • 2 comments

image image the default workflow,run well,no err,but empty result. I try many models,not work.

anyone can help me?

jinruozai avatar Jan 31 '24 08:01 jinruozai

When you start it up, what GPU does it say it's using? It's unlikely the intel integrated graphics have enough support to run metal shaders and it might be attempting to anyway. There's also a chance FP16 is broken on mobile radeon somehow and you need --force-fp32 on the command line. Your OS version is high enough according to Apple's pytorch page and the result isn't empty, it looks like what I'd get when I was using shark and it had vulkan compilation errors. Most people are running M-series ARM CPUs with it though I think, since Apple is expecting everyone to upgrade every 9 months now.

NeedsMoar avatar Jan 31 '24 11:01 NeedsMoar

See #2992 !

denisvanw avatar Apr 06 '24 07:04 denisvanw