-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels