NUILab AI Game Art
Setup
How the stack was built, and the version decisions that are easy to get wrong.
Reproducing this on another machine, or understanding why a particular version was pinned. The version pages exist because two of these choices are non-obvious and both fail silently when made wrong.
Setup
Toolchain: Python and PyTorch
Why Python 3.12 and torch 2.11.0+cu130, and how both version choices fail silently if you get them wrong.
SetupInstalling ComfyUI
The checkout, the dependency install that must not clobber torch, and keeping weights outside the repo.
SetupSharing the GPU
Evicting resident services to reclaim VRAM, restoring them afterwards, and why replication keeps working throughout.