Browse Source

update DB

pull/237/head
dr.lt.data 11 months ago
parent
commit
15667eacef
  1. 10
      custom-node-list.json
  2. 9
      extension-node-map.json
  3. 10
      node_db/new/custom-node-list.json
  4. 9
      node_db/new/extension-node-map.json

10
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",

9
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"

10
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",

9
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"

Loading…
Cancel
Save