mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
d20ea8ef6b
commit
15667eacef
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user