This commit is contained in:
Haoming 2026-01-06 13:54:27 +08:00
parent 265b4f0fa1
commit 43e9509856

View File

@ -15,7 +15,7 @@ class Sage3PatchModel(io.ComfyNode):
return io.Schema(
node_id="Sage3PatchModel",
display_name="Patch SageAttention 3",
description="Apply `attention3_sage` to the middle blocks and steps, while using optimized_attention for the first/last blocks and steps",
description="Patch the model to use `attention3_sage` during the middle blocks and steps, keeping the default attention function for the first/last blocks and steps",
category="_for_testing",
inputs=[
io.Model.Input("model"),