Browse Source

Merge branch 'main' into feat/pkg_tree

feat/pkg_tree
Dr.Lt.Data 7 months ago
parent
commit
4019db2861
  1. 25
      custom-node-list.json
  2. 8
      extension-node-map.json
  3. 8
      github-stats.json
  4. 11
      node_db/legacy/custom-node-list.json
  5. 52
      node_db/new/custom-node-list.json
  6. 8
      node_db/new/extension-node-map.json

25
custom-node-list.json

@ -6687,7 +6687,7 @@
"https://github.com/chaosaiart/Chaosaiart-Nodes" "https://github.com/chaosaiart/Chaosaiart-Nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This extension provides various custom nodes to assist in configuring the workflow structure." "description": "LowVRAM Animation : txt2video - img2video - video2video , Frame by Frame, compatible with LowVRAM GPUs\nIncluded : Prompt Switch, Checkpoint Switch, Cache, Number Count by Frame, Ksampler txt2img & img2img ..."
}, },
{ {
"author": "viperyl", "author": "viperyl",
@ -7080,14 +7080,14 @@
"description": "the custom code for [a/UVR5](https://github.com/Anjok07/ultimatevocalremovergui) to separate vocals and background music" "description": "the custom code for [a/UVR5](https://github.com/Anjok07/ultimatevocalremovergui) to separate vocals and background music"
}, },
{ {
"author": "CapsAdmin", "author": "Koishi-Star",
"title": "ComfyUI-Euler-Smea-Dyn-Sampler", "title": "Euler-Smea-Dyn-Sampler",
"reference": "https://github.com/CapsAdmin/ComfyUI-Euler-Smea-Dyn-Sampler", "reference": "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler",
"files": [ "files": [
"https://github.com/CapsAdmin/ComfyUI-Euler-Smea-Dyn-Sampler" "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Just a comfyui version of [a/Euler Smea Dyn Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler). It adds the sampler directly to existing samplers." "description": "СomfyUI version of [a/Euler Smea Dyn Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler). It adds samplers directly to KSampler nodes."
}, },
{ {
"author": "sdfxai", "author": "sdfxai",
@ -7169,8 +7169,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes for ComfyUI allow to inpaint using Brushnet: '[a/BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion](https://arxiv.org/abs/2403.06976)'." "description": "Custom nodes for ComfyUI allow to inpaint using Brushnet: '[a/BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion](https://arxiv.org/abs/2403.06976)'."
}, },
{
"author": "pamparamm",
"title": "Perturbed-Attention Guidance",
"reference": "https://github.com/pamparamm/sd-perturbed-attention",
"files": [
"https://github.com/pamparamm/sd-perturbed-attention"
],
"install_type": "git-clone",
"description": "Perturbed-Attention Guidance node for ComfyUI."
},

8
extension-node-map.json

@ -9326,6 +9326,14 @@
"title_aux": "Image Resize for ComfyUI" "title_aux": "Image Resize for ComfyUI"
} }
], ],
"https://github.com/pamparamm/sd-perturbed-attention": [
[
"PerturbedAttention"
],
{
"title_aux": "Perturbed-Attention Guidance"
}
],
"https://github.com/pants007/comfy-pants": [ "https://github.com/pants007/comfy-pants": [
[ [
"CLIPTextEncodeAIO", "CLIPTextEncodeAIO",

8
github-stats.json

@ -2818,5 +2818,13 @@
"https://github.com/nullquant/ComfyUI-BrushNet": { "https://github.com/nullquant/ComfyUI-BrushNet": {
"stars": 27, "stars": 27,
"last_update": "2024-04-12 08:59:28" "last_update": "2024-04-12 08:59:28"
},
"https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": {
"stars": 77,
"last_update": "2024-04-12 01:53:00"
},
"https://github.com/pamparamm/sd-perturbed-attention": {
"stars": 6,
"last_update": "2024-04-12 02:02:23"
} }
} }

11
node_db/legacy/custom-node-list.json

@ -8,7 +8,18 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "If you see this message, your ComfyUI-Manager is outdated.\nLegacy channel provides only the list of the deprecated nodes. If you want to find the complete node list, please go to the Default channel." "description": "If you see this message, your ComfyUI-Manager is outdated.\nLegacy channel provides only the list of the deprecated nodes. If you want to find the complete node list, please go to the Default channel."
}, },
{
"author": "CapsAdmin",
"title": "ComfyUI-Euler-Smea-Dyn-Sampler [DEPRECATED]",
"reference": "https://github.com/CapsAdmin/ComfyUI-Euler-Smea-Dyn-Sampler",
"files": [
"https://github.com/CapsAdmin/ComfyUI-Euler-Smea-Dyn-Sampler"
],
"install_type": "git-clone",
"description": "Just a comfyui version of [a/Euler Smea Dyn Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler). It adds the sampler directly to existing samplers."
},
{ {
"author": "BlakeOne", "author": "BlakeOne",
"title": "ComfyUI FastImageListToImageBatch [REMOVED]", "title": "ComfyUI FastImageListToImageBatch [REMOVED]",

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

@ -10,7 +10,17 @@
}, },
{
"author": "pamparamm",
"title": "Perturbed-Attention Guidance",
"reference": "https://github.com/pamparamm/sd-perturbed-attention",
"files": [
"https://github.com/pamparamm/sd-perturbed-attention"
],
"install_type": "git-clone",
"description": "Perturbed-Attention Guidance node for ComfyUI."
},
{ {
"author": "kale4eat", "author": "kale4eat",
"title": "ComfyUI-speech-dataset-toolkit", "title": "ComfyUI-speech-dataset-toolkit",
@ -132,14 +142,14 @@
"description": "SDFXBridgeForComfyUI is a custom node designed for seamless integration between ComfyUI and SDFX. This custom node allows users to make ComfyUI compatible with SDFX when running the ComfyUI instance on their local machines." "description": "SDFXBridgeForComfyUI is a custom node designed for seamless integration between ComfyUI and SDFX. This custom node allows users to make ComfyUI compatible with SDFX when running the ComfyUI instance on their local machines."
}, },
{ {
"author": "CapsAdmin", "author": "Koishi-Star",
"title": "ComfyUI-Euler-Smea-Dyn-Sampler", "title": "Euler-Smea-Dyn-Sampler",
"reference": "https://github.com/CapsAdmin/ComfyUI-Euler-Smea-Dyn-Sampler", "reference": "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler",
"files": [ "files": [
"https://github.com/CapsAdmin/ComfyUI-Euler-Smea-Dyn-Sampler" "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Just a comfyui version of [a/Euler Smea Dyn Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler). It adds the sampler directly to existing samplers." "description": "СomfyUI version of [a/Euler Smea Dyn Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler). It adds samplers directly to KSampler nodes."
}, },
{ {
"author": "smthemex", "author": "smthemex",
@ -681,36 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "The main node makes your conditioning go towards similar concepts so to enrich your composition or further away so to make it more precise. It gathers similar pre-cond vectors for as long as the cosine similarity score diminishes. If it climbs back it stops. This allows to set a relative direction to similar concepts.\nThere are examples at the end but [a/you can also check this imgur album](https://imgur.com/a/WvPd81Y) which demonstrates the capability of improving variety." "description": "The main node makes your conditioning go towards similar concepts so to enrich your composition or further away so to make it more precise. It gathers similar pre-cond vectors for as long as the cosine similarity score diminishes. If it climbs back it stops. This allows to set a relative direction to similar concepts.\nThere are examples at the end but [a/you can also check this imgur album](https://imgur.com/a/WvPd81Y) which demonstrates the capability of improving variety."
},
{
"author": "chaojie",
"title": "ComfyUI-Img2Img-Turbo",
"reference": "https://github.com/chaojie/ComfyUI-Img2Img-Turbo",
"files": [
"https://github.com/chaojie/ComfyUI-Img2Img-Turbo"
],
"install_type": "git-clone",
"description": "ComfyUI Img2Img-Turbo"
},
{
"author": "kijai",
"title": "Geowizard depth and normal estimation in ComfyUI",
"reference": "https://github.com/kijai/ComfyUI-Geowizard",
"files": [
"https://github.com/kijai/ComfyUI-Geowizard"
],
"install_type": "git-clone",
"description": "This is a diffusers (0.27.2) wrapper node for Geowizard: [https://github.com/fuxiao0719/GeoWizard]. The model is autodownloaded from Hugginface to ComfyUI/models/diffusers/geowizard"
},
{
"author": "SuperBeastsAI",
"title": "ComfyUI-SuperBeasts",
"reference": "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts",
"files": [
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts"
],
"install_type": "git-clone",
"description": "Nodes:HDR Effects (SuperBeasts.AI). This repository contains custom nodes for ComfyUI created and used by SuperBeasts.AI (@SuperBeasts.AI on Instagram)"
} }
] ]
} }

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

@ -9326,6 +9326,14 @@
"title_aux": "Image Resize for ComfyUI" "title_aux": "Image Resize for ComfyUI"
} }
], ],
"https://github.com/pamparamm/sd-perturbed-attention": [
[
"PerturbedAttention"
],
{
"title_aux": "Perturbed-Attention Guidance"
}
],
"https://github.com/pants007/comfy-pants": [ "https://github.com/pants007/comfy-pants": [
[ [
"CLIPTextEncodeAIO", "CLIPTextEncodeAIO",

Loading…
Cancel
Save