diff --git a/custom-node-list.json b/custom-node-list.json index c8f06761..fafa3d8d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3270,6 +3270,16 @@ "install_type": "git-clone", "description": "Nodes:UniformRandomFloat..., RandomShuffleInt, YieldableIterator..., LogicGate..., Add..., MergeString, MemoryNode, ..." }, + { + "author": "MitoshiroPJ", + "title": "ComfyUI Slothful Attention", + "reference": "https://github.com/MitoshiroPJ/comfyui_slothful_attention", + "files": [ + "https://github.com/MitoshiroPJ/comfyui_slothful_attention" + ], + "install_type": "git-clone", + "description": "This custom node allow controlling output without training. The reducing method is similar to [Spatial-Reduction Attention](https://paperswithcode.com/method/spatial-reduction-attention), but generating speed may not be increased on typical image sizes due to overheads. (In some cases, slightly slower)" + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index d83b01b1..3504f747 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -992,6 +992,15 @@ "title_aux": "ComfyI2I" } ], + "https://github.com/MitoshiroPJ/comfyui_slothful_attention": [ + [ + "SlothfulAttention", + "SlothfulAttentionSimple" + ], + { + "title_aux": "ComfyUI Slothful Attention" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9338d6a8..a5c4abb6 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "MitoshiroPJ", + "title": "ComfyUI Slothful Attention", + "reference": "https://github.com/MitoshiroPJ/comfyui_slothful_attention", + "files": [ + "https://github.com/MitoshiroPJ/comfyui_slothful_attention" + ], + "install_type": "git-clone", + "description": "This custom node allow controlling output without training. The reducing method is similar to [Spatial-Reduction Attention](https://paperswithcode.com/method/spatial-reduction-attention), but generating speed may not be increased on typical image sizes due to overheads. (In some cases, slightly slower)" + }, { "author": "aria1th", "title": "ComfyUI-LogicUtils", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d83b01b1..3504f747 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -992,6 +992,15 @@ "title_aux": "ComfyI2I" } ], + "https://github.com/MitoshiroPJ/comfyui_slothful_attention": [ + [ + "SlothfulAttention", + "SlothfulAttentionSimple" + ], + { + "title_aux": "ComfyUI Slothful Attention" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel"