DeepSkyObjects

Results 6 comments of DeepSkyObjects

Try to install the proper Pytorch instead of the automatic version # CUDA 11.8 pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu118 # CUDA 12.1 pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url...

I fixed it manually :), @MrForExample Are there any glitches concerning to the models folder, I placed it in the ComfyUI\custom_nodes\ComfyUI-3D-Pack-main\checkpoints\lgm but it doesnt seam to load them properly? Im...

@MrForExample I downloaded the update this morning, got even more problems than earlier. This time the nodes show up as red in comfyUI when loading the examples. Traceback (most recent...

Oh so the issue was that I didnt pull it directly from git, downloaded it as a zipfile and then it added main to the foldername to reflect the branch...

Did you have any issues during install or was this just related to the process later on? Im using visual studio 2022 on a daily basis and have build tools...

> This could very likely be torch lock issue: [Code Hangs Indefinitely When Evaluating Neuron Models on GPU](https://github.com/lava-nc/lava-dl/discussions/211) Looks like this was the issue. Well after a few tries and...