AIGODLIKE / ComfyUI-ToonCrafter

This project is used to enable ToonCrafter to be used in ComfyUI.
Apache License 2.0
294 stars 9 forks source link

Broke my comfy install, be cautious #18

Open remsky opened 2 months ago

remsky commented 2 months ago

Digs deep into torch and disables the pytorch cuda apparently, uninstalling and reinstalling everything as it goes.

If you've struggled with keeping your gpu libs balanced like I have, you'll be glad if you keep a backup env. Reinstalling everything again is a slow process

**raise AssertionError("Torch not compiled with CUDA enabled")

AssertionError: Torch not compiled with CUDA enabled**

Yuuhi-14 commented 1 month ago

If you get the "Torch not compiled with CUDA enabled" error, uninstall torch with: pip uninstall torch

and then reinstall it with: pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124

then could solve the issues