Closed MrForExample closed 10 months ago
Turns out the problem I got was: torch in ComfyUI is set to inference mode by default, so I just need to set with torch.inference_mode(False):
before the training :)
Anyway, the attempt behind this error is I'm trying to bring modularity & visualizable workflow into the world of 3D generative AI, base on ComfyUI: ComfyUI-3D-Pack, you are welcome to try or contribute if you like where 3D Generative AI is heading 👍
Is nvdiffrast.torch does not support Torch V.2.1.2+cu121?
Following renderer script works fine in Torch V.2.1.2+cu118
Windows 11 Total VRAM 8192 MB, total RAM 15610 MB Device: cuda:0 NVIDIA GeForce RTX 3080 Laptop GPU : cudaMallocAsync Miniconda: Python version: 3.11.7 Torch version: 2.1.2+cu121
Error message: