lovisdotio
lovisdotio
> Hi @MrForExample thank you! I managed to get an proper installation but when running `run_nvidia_gpu_miniconda.bat` I get the following message and nodes are missing: > > ``` > Traceback...
Ooook guys, good news !! I made a fully functionnal Google Colab here : https://colab.research.google.com/drive/1i9wTQhO8MkuXJjiUiIG4b0N4uITiJpX2?authuser=1#scrollTo=EXGAVghD0Wfu check my twitter : https://x.com/OdinLovis/status/1795934072520282263
exact same error on my side
Same error for me even after using pip install -r requirements_post.txt I am not on windows sadly to test the pre-build
on my side seams to rework reininstalling this !pip install torch==2.1.0+cu121 torchvision==0.16+cu121 -f https://download.pytorch.org/whl/torch_stable.html weird
``` File "/usr/local/lib/python3.10/dist-packages/torch/utils/cpp_extension.py", line 2116, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error building extension 'nvdiffrast_plugin_gl': [1/6] c++ -MMD -MF common.o.d -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /usr/local/lib/python3.10/dist-packages/torch/include -isystem /usr/local/lib/python3.10/dist-packages/torch/include/torch/csrc/api/include...
Same issue on my side, only when its related to Wan, maybe an issue with the Wan wrapper ?
I desactivate all the node of the workflow , and I have still the bug.. I have to many node to desactivate all of them. But other workflow work, just...
https://github.com/if-ai/ComfyUI-IF_VideoPrompts/blob/main/example_workflows/CD_WAN_VACE.json i tried eveyrthing, this workflow for example doesnt work for me and crash the front end
beginner mistake.. I always do a git pull to update Comfy , but never the requirements... a "pip install -r requirements.txt" inside Comfyui make it work ..