Browse Source

update DB

pull/449/head
dr.lt.data 9 months ago
parent
commit
1fa8a595c0
  1. 20
      custom-node-list.json
  2. 8
      extension-node-map.json
  3. 50
      node_db/new/custom-node-list.json
  4. 8
      node_db/new/extension-node-map.json

20
custom-node-list.json

@ -5567,6 +5567,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Welcome to ComfyUI Prompt Preview, where you can visualize the styles from [sdxl_prompt_styler](https://github.com/twri/sdxl_prompt_styler)." "description": "Welcome to ComfyUI Prompt Preview, where you can visualize the styles from [sdxl_prompt_styler](https://github.com/twri/sdxl_prompt_styler)."
}, },
{
"author": "munkyfoot",
"title": "ComfyUI-TextOverlay",
"reference": "https://github.com/Munkyfoot/ComfyUI-TextOverlay",
"files": [
"https://github.com/Munkyfoot/ComfyUI-TextOverlay"
],
"install_type": "git-clone",
"description": "This extension provides a node that allows you to overlay text on an image or a batch of images with support for custom fonts and styles."
},
@ -5898,16 +5908,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "munkyfoot",
"title": "ComfyUI-TextOverlay",
"reference": "https://github.com/Munkyfoot/ComfyUI-TextOverlay",
"files": [
"https://github.com/Munkyfoot/ComfyUI-TextOverlay"
],
"install_type": "git-clone",
"description": "This extension provides a node that allows you to overlay text on an image or a batch of images with support for custom fonts and styles."
} }
] ]
} }

8
extension-node-map.json

@ -1733,6 +1733,14 @@
"title_aux": "ComfyUI-AnimateAnyone-Evolved" "title_aux": "ComfyUI-AnimateAnyone-Evolved"
} }
], ],
"https://github.com/Munkyfoot/ComfyUI-TextOverlay": [
[
"Text Overlay"
],
{
"title_aux": "ComfyUI-TextOverlay"
}
],
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [
[ [
"LatentTravel" "LatentTravel"

50
node_db/new/custom-node-list.json

@ -10,6 +10,16 @@
}, },
{
"author": "munkyfoot",
"title": "ComfyUI-TextOverlay",
"reference": "https://github.com/Munkyfoot/ComfyUI-TextOverlay",
"files": [
"https://github.com/Munkyfoot/ComfyUI-TextOverlay"
],
"install_type": "git-clone",
"description": "This extension provides a node that allows you to overlay text on an image or a batch of images with support for custom fonts and styles."
},
{ {
"author": "Chan-0312", "author": "Chan-0312",
"title": "ComfyUI-Prompt-Preview", "title": "ComfyUI-Prompt-Preview",
@ -680,46 +690,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: SamplerCustomNoise, SamplerCustomNoiseDuo, SamplerCustomModelMixtureDuo, SamplerRES_Momentumized, SamplerDPMPP_DualSDE_Momentumized, SamplerCLYB_4M_SDE_Momentumized, SamplerTTM, SamplerLCMCustom\nThis extension provides various custom samplers not offered by the default nodes in ComfyUI." "description": "Nodes: SamplerCustomNoise, SamplerCustomNoiseDuo, SamplerCustomModelMixtureDuo, SamplerRES_Momentumized, SamplerDPMPP_DualSDE_Momentumized, SamplerCLYB_4M_SDE_Momentumized, SamplerTTM, SamplerLCMCustom\nThis extension provides various custom samplers not offered by the default nodes in ComfyUI."
},
{
"author": "ttulttul",
"title": "ComfyUI-Tensor-Operations",
"reference": "https://github.com/ttulttul/ComfyUI-Tensor-Operations",
"files": [
"https://github.com/ttulttul/ComfyUI-Tensor-Operations"
],
"install_type": "git-clone",
"description": "This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization."
},
{
"author": "davask",
"title": "🐰 MarasIT Nodes",
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
"files": [
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
],
"install_type": "git-clone",
"description": "This is a revised version of the Bus node from the [a/Was Node Suite](https://github.com/WASasquatch/was-node-suite-comfyui) to integrate more input/output."
},
{
"author": "chaojie",
"title": "ComfyUI-Panda3d",
"reference": "https://github.com/chaojie/ComfyUI-Panda3d",
"files": [
"https://github.com/chaojie/ComfyUI-Panda3d"
],
"install_type": "git-clone",
"description": "ComfyUI 3d engine"
},
{
"author": "shadowcz007",
"title": "Consistency Decoder",
"reference": "https://github.com/shadowcz007/comfyui-consistency-decoder",
"files": [
"https://github.com/shadowcz007/comfyui-consistency-decoder"
],
"install_type": "git-clone",
"description": "[a/openai Consistency Decoder](https://github.com/openai/consistencydecoder). After downloading the [a/OpenAI VAE model](https://openaipublic.azureedge.net/diff-vae/c9cebd3132dd9c42936d803e33424145a748843c8f716c0814838bdc8a2fe7cb/decoder.pt), place it in the `model/vae` directory for use."
} }
] ]
} }

8
node_db/new/extension-node-map.json

@ -1733,6 +1733,14 @@
"title_aux": "ComfyUI-AnimateAnyone-Evolved" "title_aux": "ComfyUI-AnimateAnyone-Evolved"
} }
], ],
"https://github.com/Munkyfoot/ComfyUI-TextOverlay": [
[
"Text Overlay"
],
{
"title_aux": "ComfyUI-TextOverlay"
}
],
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [
[ [
"LatentTravel" "LatentTravel"

Loading…
Cancel
Save