Skip to content

Commit a4fbb64

Browse files
committed
add comment for legacy AMD GPU support in cross attention method
1 parent bd7ddfd commit a4fbb64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StabilityMatrix.Core/Models/Packages/ComfyUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public class ComfyUI(
269269
Name = "Cross Attention Method",
270270
Type = LaunchOptionType.Bool,
271271
InitialValue = DefaultToQuadCrossAttention()
272-
? "--use-quad-cross-attention"
272+
? "--use-quad-cross-attention" // For Legacy AMD GPUs.
273273
: "--use-pytorch-cross-attention",
274274
Options =
275275
[

0 commit comments

Comments
 (0)