ZLUDA icon indicating copy to clipboard operation
ZLUDA copied to clipboard

How to use ZLUDA on UBUNTU?

Open procxela opened this issue 9 months ago • 1 comments

I want start ComfyUI server with Zluda. I write in terminal:

LD_LIBRARY_PATH=/zluda/zluda-4-linux/zluda/libcuda.so python main.py

But server say:

RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver

procxela avatar Mar 22 '25 21:03 procxela

You dont need to link file itself, just directory where it is located Change LD_LIBRARY_PATH=/zluda/zluda-4-linux/zluda/libcuda.so to LD_LIBRARY_PATH=/zluda/zluda-4-linux/zluda and see if it works

imnottimaq avatar May 04 '25 19:05 imnottimaq