Open jpentland opened 2 months ago
It seems that on nvidia, " cross-attention" is still being used rather than xformers. I tried to enable xformers using:
comfyui = pkgs.comfyuiPackages.comfyui.override (prev: { comfyui-unwrapped = prev.comfyui-unwrapped.overrideAttrs (prev: { propagatedBuildInputs = prev.propagatedBuildInputs ++ (with pkgs.comfyuiPackages.python3.pkgs; [ xformers ]); }); });
However the build of xformers fails due to a missing "cudaSupport" value.
It seems that on nvidia, " cross-attention" is still being used rather than xformers. I tried to enable xformers using:
However the build of xformers fails due to a missing "cudaSupport" value.