Skip to content

xformers #4

@jpentland

Description

@jpentland

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions