update DB
This commit is contained in:
@@ -12,6 +12,37 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "VykosX",
|
||||
"title": "ControlFlowUtils [UNSTABLE]",
|
||||
"reference": "https://github.com/VykosX/ControlFlowUtils",
|
||||
"files": [
|
||||
"https://github.com/VykosX/ControlFlowUtils"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for ComfyUI to enable flow control with advanced loops, conditional branching, logic operations and several other nifty utilities to enhance your ComfyUI workflows"
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-event-handler [USAFE]",
|
||||
"reference": "https://github.com/shinich39/comfyui-event-handler",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-event-handler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Javascript code will run when an event fires. [w/This node allows you to execute arbitrary JavaScript code as input for the workflow.]"
|
||||
},
|
||||
{
|
||||
"author": "Comfy Org",
|
||||
"title": "ComfyUI_devtools [WIP]",
|
||||
"reference": "https://github.com/Comfy-Org/ComfyUI_devtools",
|
||||
"files": [
|
||||
"https://github.com/Comfy-Org/ComfyUI_devtools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI developer tools (Custom Node)"
|
||||
},
|
||||
{
|
||||
"author": "Sakura-nee",
|
||||
"title": "ComfyUI_Save2Discord",
|
||||
|
||||
@@ -380,6 +380,14 @@
|
||||
"title_aux": "ComfyUI-Get-Random-File [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Comfy-Org/ComfyUI_devtools": [
|
||||
[
|
||||
"DevToolsErrorRaiseNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_devtools [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/DeTK/ComfyUI-Switch": [
|
||||
[
|
||||
"NodeSwitch"
|
||||
@@ -804,8 +812,6 @@
|
||||
"KSampler (Shinsplat)",
|
||||
"Lora Loader (Shinsplat)",
|
||||
"Nupoma (Shinsplat)",
|
||||
"Python (Shinsplat)",
|
||||
"Python - More Inputs (Shinsplat)",
|
||||
"Seed (Shinsplat)",
|
||||
"String Interpolated (Shinsplat)",
|
||||
"Sum Wrap (Shinsplat)",
|
||||
@@ -883,6 +889,32 @@
|
||||
"title_aux": "ve_custom_comfyui_nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/VykosX/ControlFlowUtils": [
|
||||
[
|
||||
"CheckpointSelector",
|
||||
"Cycle",
|
||||
"CycleEnd",
|
||||
"CycleStart",
|
||||
"DataMonitor",
|
||||
"GarbageCollector",
|
||||
"HaltExecution",
|
||||
"IfConditionSelector",
|
||||
"ImageResolutionAdjust",
|
||||
"LoraSelector",
|
||||
"MemoryStorage",
|
||||
"NullInput",
|
||||
"NullOutput",
|
||||
"ReadTextFile",
|
||||
"SaveTextFile",
|
||||
"UniversalSwitch",
|
||||
"UnloadModels",
|
||||
"VAESelector",
|
||||
"Wait"
|
||||
],
|
||||
{
|
||||
"title_aux": "ControlFlowUtils [UNSTABLE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/WSJUSA/Comfyui-StableSR": [
|
||||
[
|
||||
"ColorFix",
|
||||
@@ -2025,7 +2057,9 @@
|
||||
"https://github.com/kijai/ComfyUI-LLaVA-OneVision": [
|
||||
[
|
||||
"DownloadAndLoadLLaVAOneVisionModel",
|
||||
"LLaVA_OneVision_Run"
|
||||
"LLaVA_OneVision_Run",
|
||||
"OneVisionCaptionFolder",
|
||||
"SaveCaptionToTextFile"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-LLaVA-OneVision [WIP]"
|
||||
@@ -2174,22 +2208,6 @@
|
||||
"title_aux": "ComfyUI-Workflow-Component [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/maepopi/Diffusers-in-ComfyUI": [
|
||||
[
|
||||
"BLoRALoader",
|
||||
"GenerateImg2Image",
|
||||
"GenerateInpaintImage",
|
||||
"GenerateTxt2Image",
|
||||
"Img2ImgStableDiffusionPipeline",
|
||||
"InpaintingStableDiffusionPipeline",
|
||||
"LoRALoader",
|
||||
"MakeCanny",
|
||||
"Text2ImgStableDiffusionPipeline"
|
||||
],
|
||||
{
|
||||
"title_aux": "Diffusers-in-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/majorsauce/comfyui_indieTools": [
|
||||
[
|
||||
"IndCutByMask",
|
||||
@@ -2506,6 +2524,18 @@
|
||||
"title_aux": "comfyui-musicgen"
|
||||
}
|
||||
],
|
||||
"https://github.com/shinich39/comfyui-event-handler": [
|
||||
[
|
||||
"EventHandler"
|
||||
],
|
||||
{
|
||||
"author": "shinich39",
|
||||
"description": "Javascript code will run when an event fires.",
|
||||
"nickname": "event-handler",
|
||||
"title": "event-handler",
|
||||
"title_aux": "comfyui-event-handler [USAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": [
|
||||
[
|
||||
"CLIPTextEncodeAndEnhance"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user