You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
torchvision 0.18.1 no problem
If it is 0.19.0, it must be torch>=2.4.0
realesrgan 0.3.0 It's no problem
Torch 2.3.1 works fine with installing natten==0.17.1 as well. It is not necessary to use pip3 install natten==0.17.1+torch230cu121 -f https://shi-labs.com/natten/wheels/, as this would force the installation of Torch 2.3.0, causing a series of issues. If you want to keep the existing Torch version, you can download natten from https://shi-labs.com/natten/wheels/.
To use a plugin, forcibly changing the entire ComfyUI runtime environment is not advisable.
The text was updated successfully, but these errors were encountered:
And concerning the natten installs, I already do check for what version of cuda and torch the user has and adjust the pip install for natten dynamically: https://github.com/2kpr/ComfyUI-PMRF/blob/main/prestartup_script.py#L172 , so I already account for their cuda and torch versions such that their ComfyUI environment isn't modified when install natten.
torchvision 0.18.1 no problem
If it is 0.19.0, it must be torch>=2.4.0
realesrgan 0.3.0 It's no problem
Torch 2.3.1 works fine with installing natten==0.17.1 as well. It is not necessary to use pip3 install natten==0.17.1+torch230cu121 -f https://shi-labs.com/natten/wheels/, as this would force the installation of Torch 2.3.0, causing a series of issues. If you want to keep the existing Torch version, you can download natten from https://shi-labs.com/natten/wheels/.
To use a plugin, forcibly changing the entire ComfyUI runtime environment is not advisable.
The text was updated successfully, but these errors were encountered: