\
  The most prestigious law school admissions discussion board in the world.
BackRefresh Options Favorite

Wow, getting ComfyUI working in Proxmox should earn me the Nobel prize

The script they give you doesn't work out of the box. It req...
https://i.imgur.com/ovcBe0z.png
  01/19/26


Poast new message in this thread



Reply Favorite

Date: January 19th, 2026 7:58 PM
Author: https://i.imgur.com/ovcBe0z.png


The script they give you doesn't work out of the box. It requires extensive fucking with Nvidia drivers.

- The first command you run in the container post-install is $ apt-get remove --purge nvidia-installer-cleanup

- THEN you must install Nvidia drivers that match whatever version you previously installed on the host (yes, these bitches must be installed on the host using the Nvidia installer before you install the container or do shit else, but you should already know that if you're running LLMs)

- THEN you must install CUDA in the container* with the command $ ./cu* --toolkit --no-opengl-libs

- THEN, when prompted during CUDA installation, ** you must UNCHECK "install drivers" **. Otherwise the CUDA installer will install a different version of the Nvidia driver than you just installed a minute earlier.

Now you can open up ComfyUI in a browser. It didn't work before, I know. But now it does.

*I don't think u have to install CUDA on the host but I did it anyway

(http://www.autoadmit.com/thread.php?thread_id=5824081&forum_id=2.#49602265)