update DB

This commit is contained in:
dr.lt.data 2023-12-14 09:43:20 +09:00
parent 72d1012452
commit 7890a28f69
5 changed files with 43 additions and 13 deletions

View File

@ -3318,7 +3318,7 @@
"https://github.com/deroberon/demofusion-comfyui"
],
"install_type": "git-clone",
"description": "[PoC] This extension implements [a/DemoFusion](https://ruoyidu.github.io/demofusion/demofusion.html)."
"description": "The Demofusion Custom Node is a wrapper that adapts the work and implementation of the [a/DemoFusion](https://ruoyidu.github.io/demofusion/demofusion.html) technique created and implemented by Ruoyi Du to the Comfyui environment."
},
{
"author": "spacepxl",
@ -3365,7 +3365,7 @@
"title": "AegisFlow Utility Nodes",
"reference": "https://github.com/aegis72/aegisflow_utility_nodes",
"files": [
"https://github.com/aegis72/aegisflow_utility_nodes/tree/main"
"https://github.com/aegis72/aegisflow_utility_nodes"
],
"install_type": "git-clone",
"description": "These nodes will be placed in comfyui/custom_nodes/aegisflow and contains the image passer (accepts an image as either wired or wirelessly, input and passes it through. Latent passer does the same for latents, and the Preprocessor chooser allows a passthrough image and 10 controlnets to be passed in AegisFlow Shima. The inputs on the Preprocessor chooser should not be renamed if you intend to accept image inputs wirelessly through UE nodes. It can be done, but the send node input regex for each controlnet preprocessor column must also be changed."

View File

@ -2238,6 +2238,16 @@
"title_aux": "DynamicPrompts Custom Nodes"
}
],
"https://github.com/aegis72/aegisflow_utility_nodes": [
[
"Aegisflow Image Pass",
"Aegisflow Latent Pass",
"Aegisflow controlnet preprocessor bus"
],
{
"title_aux": "AegisFlow Utility Nodes"
}
],
"https://github.com/aianimation55/ComfyUI-FatLabels": [
[
"FatLabels"
@ -3048,6 +3058,7 @@
"SaveAnimatedWEBP",
"SaveImage",
"SaveLatent",
"SelfAttentionGuidance",
"SetLatentNoiseMask",
"SolidMask",
"SplitImageWithAlpha",
@ -3194,6 +3205,7 @@
],
"https://github.com/deroberon/demofusion-comfyui": [
[
"Batch Unsampler",
"Demofusion"
],
{
@ -3787,7 +3799,9 @@
],
"https://github.com/kijai/ComfyUI-Marigold": [
[
"MarigoldDepthEstimation"
"ColorizeDepthmap",
"MarigoldDepthEstimation",
"SaveImageOpenEXR"
],
{
"title_aux": "Marigold depth estimation in ComfyUI"
@ -4371,7 +4385,8 @@
"https://github.com/modusCell/ComfyUI-dimension-node-modusCell": [
[
"DimensionProviderFree modusCell",
"DimensionProviderRatio modusCell"
"DimensionProviderRatio modusCell",
"String Concat modusCell"
],
{
"title_aux": "Preset Dimensions"

View File

@ -1,14 +1,14 @@
{
"custom_nodes": [
{
"author": "hustille",
"title": "ComfyUI_Fooocus_KSampler (harrr1 version)",
"reference": "https://github.com/harrr1/ComfyUI_Fooocus_KSampler",
"author": "BlenderNeko",
"title": "ComfyUI Noise [Dr.Lt.Data hotfix version]",
"reference": "https://github.com/BlenderNeko/ComfyUI_Noise",
"files": [
"https://github.com/harrr1/ComfyUI_Fooocus_KSampler"
"https://github.com/BlenderNeko/ComfyUI_Noise"
],
"install_type": "git-clone",
"description": "A fork branch providing a hotfix for the currently incompatible Fooocus node.<BR><BR>Nodes: KSampler With Refiner (Fooocus). The KSampler from <a href='https://github.com/lllyasviel/Fooocus' target='blank'>Fooocus</a> as a ComfyUI node <p style='background-color: black; color: red;'>NOTE: This patches basic ComfyUI behaviour - don't use together with other samplers. Or perhaps do? Other samplers might profit from those changes ... ymmv.</p>"
"description": "There is an issue when using a mask with the Unsampler node in the current ComfyUI Noise extension, causing errors. This fork provides a HOTFIX for this issue. Once [PR-13]((https://github.com/BlenderNeko/ComfyUI_Noise/pull/13) is merged in the future, this fork will become obsolete."
}
]
}

View File

@ -14,7 +14,7 @@
"title": "AegisFlow Utility Nodes",
"reference": "https://github.com/aegis72/aegisflow_utility_nodes",
"files": [
"https://github.com/aegis72/aegisflow_utility_nodes/tree/main"
"https://github.com/aegis72/aegisflow_utility_nodes"
],
"install_type": "git-clone",
"description": "These nodes will be placed in comfyui/custom_nodes/aegisflow and contains the image passer (accepts an image as either wired or wirelessly, input and passes it through. Latent passer does the same for latents, and the Preprocessor chooser allows a passthrough image and 10 controlnets to be passed in AegisFlow Shima. The inputs on the Preprocessor chooser should not be renamed if you intend to accept image inputs wirelessly through UE nodes. It can be done, but the send node input regex for each controlnet preprocessor column must also be changed."
@ -87,7 +87,7 @@
"https://github.com/deroberon/demofusion-comfyui"
],
"install_type": "git-clone",
"description": "[PoC] This extension implements [a/DemoFusion](https://ruoyidu.github.io/demofusion/demofusion.html)."
"description": "The Demofusion Custom Node is a wrapper that adapts the work and implementation of the [a/DemoFusion](https://ruoyidu.github.io/demofusion/demofusion.html) technique created and implemented by Ruoyi Du to the Comfyui environment."
},
{
"author": "Haoming02",

View File

@ -2238,6 +2238,16 @@
"title_aux": "DynamicPrompts Custom Nodes"
}
],
"https://github.com/aegis72/aegisflow_utility_nodes": [
[
"Aegisflow Image Pass",
"Aegisflow Latent Pass",
"Aegisflow controlnet preprocessor bus"
],
{
"title_aux": "AegisFlow Utility Nodes"
}
],
"https://github.com/aianimation55/ComfyUI-FatLabels": [
[
"FatLabels"
@ -3048,6 +3058,7 @@
"SaveAnimatedWEBP",
"SaveImage",
"SaveLatent",
"SelfAttentionGuidance",
"SetLatentNoiseMask",
"SolidMask",
"SplitImageWithAlpha",
@ -3194,6 +3205,7 @@
],
"https://github.com/deroberon/demofusion-comfyui": [
[
"Batch Unsampler",
"Demofusion"
],
{
@ -3787,7 +3799,9 @@
],
"https://github.com/kijai/ComfyUI-Marigold": [
[
"MarigoldDepthEstimation"
"ColorizeDepthmap",
"MarigoldDepthEstimation",
"SaveImageOpenEXR"
],
{
"title_aux": "Marigold depth estimation in ComfyUI"
@ -4371,7 +4385,8 @@
"https://github.com/modusCell/ComfyUI-dimension-node-modusCell": [
[
"DimensionProviderFree modusCell",
"DimensionProviderRatio modusCell"
"DimensionProviderRatio modusCell",
"String Concat modusCell"
],
{
"title_aux": "Preset Dimensions"