mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-06 01:37:45 +08:00
desc
This commit is contained in:
parent
265b4f0fa1
commit
43e9509856
@ -15,7 +15,7 @@ class Sage3PatchModel(io.ComfyNode):
|
|||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="Sage3PatchModel",
|
node_id="Sage3PatchModel",
|
||||||
display_name="Patch SageAttention 3",
|
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",
|
category="_for_testing",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Model.Input("model"),
|
io.Model.Input("model"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user