update DB

This commit is contained in:
Dr.Lt.Data
2025-06-03 13:57:28 +09:00
parent 1a9f1dd0ae
commit bb60d399fc
8 changed files with 1337 additions and 722 deletions

View File

@@ -10,6 +10,97 @@
{
"author": "violet0927",
"title": "ComfyUI OmniConsistency Nodes",
"reference": "https://github.com/lc03lc/Comfyui_OmniConsistency",
"files": [
"https://github.com/lc03lc/Comfyui_OmniConsistency"
],
"install_type": "git-clone",
"description": "ComfyUI OmniConsistency Nodes is a collection of nodes for ComfyUI that allows you to load and use OmniConsistency models."
},
{
"author": "ShmuelRonen",
"title": "ComfyUI_ChatterBox",
"reference": "https://github.com/ShmuelRonen/ComfyUI_ChatterBox",
"files": [
"https://github.com/ShmuelRonen/ComfyUI_ChatterBox"
],
"install_type": "git-clone",
"description": "An unofficial ComfyUI custom node integration for [a/Resemble AI's ChatterBox](https://github.com/resemble-ai/chatterbox) - a state-of-the-art open-source Text-to-Speech (TTS) model with voice cloning capabilities."
},
{
"author": "bikiam",
"title": "ComfyUI_WhisperSRT",
"reference": "https://github.com/bikiam/ComfyUI_WhisperSRT",
"files": [
"https://github.com/bikiam/ComfyUI_WhisperSRT"
],
"install_type": "git-clone",
"description": "This is custom node for audio transcribe with SRT."
},
{
"author": "Chrisvenator",
"title": "painting-by-colors-generator",
"reference": "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator",
"files": [
"https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator"
],
"install_type": "git-clone",
"description": "Create a painting by colors image from an image"
},
{
"author": "wildminder",
"title": "ComfyUI-Optim",
"reference": "https://github.com/wildminder/000_ComfyUI-Optim",
"files": [
"https://github.com/wildminder/000_ComfyUI-Optim"
],
"install_type": "git-clone",
"description": "ComfyUI startup optimizer and patcher"
},
{
"author": "Chrisvenator",
"title": "ComfyUI Image Processing Nodes",
"reference": "https://github.com/chaunceyyann/comfyui-image-processing-nodes",
"files": [
"https://github.com/chaunceyyann/comfyui-image-processing-nodes"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI focused on image processing operations."
},
{
"author": "tetsuoo-online",
"title": "comfyui-too-xmp-metadata",
"reference": "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata",
"files": [
"https://github.com/tetsuoo-online/comfyui-too-xmp-metadata"
],
"install_type": "git-clone",
"description": "Custom nodes for ComfyUI that allow you to read and write XMP metadata to images"
},
{
"author": "alessandrozonta",
"title": "ComfyUI-PoseDirection",
"reference": "https://github.com/alessandrozonta/ComfyUI-PoseDirection",
"files": [
"https://github.com/alessandrozonta/ComfyUI-PoseDirection"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI analyzes OpenPose keypoints to determine if a person in an image is facing forward, showing their left side, or their right side."
},
{
"author": "avocadori",
"title": "ComfyUI-load-image-prompt-lora",
"reference": "https://github.com/avocadori/ComfyUI-load-image-prompt-lora",
"files": [
"https://github.com/avocadori/ComfyUI-load-image-prompt-lora"
],
"install_type": "git-clone",
"description": "NODES: YAML Image Cycler (Full), YAML Image Cycler (Simple), YAML LoRA Extractor, YAML LoRA Loader, YAML LoRA Selector"
},
{
"author": "vivi-gomez",
"title": "ComfyUI Fix Node Translate",
@@ -42,6 +133,26 @@
"install_type": "git-clone",
"description": "A custom ComfyUI node that saves input AUDIO as .mp3 using ffmpeg."
},
{
"author": "thalismind",
"title": "ComfyUI Blend Image Nodes",
"reference": "https://github.com/thalismind/ComfyUI-Blend-Nodes",
"files": [
"https://github.com/thalismind/ComfyUI-Blend-Nodes"
],
"install_type": "git-clone",
"description": "This repository contains a ComfyUI node for blending images using various blending modes. Can be used to watermark images, create overlays, or apply effects to images in a ComfyUI workflow."
},
{
"author": "boricuapab",
"title": "ComfyUI-Bori-JsonSetGetConverter",
"reference": "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter",
"files": [
"https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that takes in a file path full of json's and finds the mape variable nodes in them and converts them to the kjnode set and get nodes."
},
{
"author": "smthemex",
"title": "ComfyUI_HunyuanAvatar_Sm",

View File

@@ -1587,6 +1587,7 @@
"BillBum_Modified_Dalle_API_Node",
"BillBum_Modified_DropoutToken_Node",
"BillBum_Modified_Flux_API_Node",
"BillBum_Modified_Flux_API_with_imgInput",
"BillBum_Modified_GPTImage1_API_Node",
"BillBum_Modified_Ideogram_API_Node",
"BillBum_Modified_ImageSplit_Node",
@@ -2951,6 +2952,19 @@
"title_aux": "ComfyUI-Line-counter"
}
],
"https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": [
[
"EnhancedPaintByNumbersNode",
"HexStackNode",
"NumbersOverlayAdvancedNode",
"NumbersOverlayNode",
"PaintByNumbersNode",
"PaintByNumbersTemplateNode"
],
{
"title_aux": "painting-by-colors-generator"
}
],
"https://github.com/ClownsharkBatwing/RES4LYF": [
[
"AdvancedNoise",
@@ -8450,7 +8464,7 @@
"title_aux": "ComfyUI-NS-ManySliders"
}
],
"https://github.com/NakamuraShippo/ComfyUI-PromptList": [
"https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": [
[
"NS-PromptList"
],
@@ -8999,6 +9013,14 @@
"title_aux": "ComfyUI_OpenCV"
}
],
"https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": [
[
"SaveAudioAsMP3"
],
{
"title_aux": "ComfyUI-LikeSpiderAI-SaveMP3"
}
],
"https://github.com/PixelFunAI/ComfyUI_PixelFun": [
[
"HunyuanLoadAndEditLoraBlocks",
@@ -10486,6 +10508,15 @@
"title_aux": "ComfyUI-WanVideoKsampler"
}
],
"https://github.com/ShmuelRonen/ComfyUI_ChatterBox": [
[
"ChatterboxGenerate",
"ChatterboxModelLoader"
],
{
"title_aux": "ComfyUI_ChatterBox"
}
],
"https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": [
[
"FluxPro11WithFinetune"
@@ -14742,6 +14773,14 @@
"title_aux": "OpenPose Node"
}
],
"https://github.com/alessandrozonta/ComfyUI-PoseDirection": [
[
"OpenPose - Get direction"
],
{
"title_aux": "ComfyUI-PoseDirection"
}
],
"https://github.com/alessandrozonta/Comfyui-LoopLoader": [
[
"LoadLoopImagesFromDir"
@@ -15063,6 +15102,7 @@
"Sage_ModelReport",
"Sage_ModelShifts",
"Sage_MultiModelPicker",
"Sage_OllamaLLMPrompt",
"Sage_PonyPrefix",
"Sage_PonyStyle",
"Sage_SamplerInfo",
@@ -15315,6 +15355,18 @@
"title_aux": "ComfyUI-AV-MegaTTS3"
}
],
"https://github.com/avocadori/ComfyUI-load-image-prompt-lora": [
[
"YAMLImageCycler",
"YAMLImageCyclerSimple",
"YAMLLoRAExtractor",
"YAMLLoRALoader",
"YAMLLoRASelector"
],
{
"title_aux": "ComfyUI-load-image-prompt-lora"
}
],
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": [
[
"Amazon Bedrock - Luma AI Ray Video",
@@ -15775,6 +15827,14 @@
"title_aux": "ComfyUI-ResolutionPresets"
}
],
"https://github.com/bikiam/ComfyUI_WhisperSRT": [
[
"WhisperAudioToSRTText"
],
{
"title_aux": "ComfyUI_WhisperSRT"
}
],
"https://github.com/bilal-arikan/ComfyUI_TextAssets": [
[
"LoadTextAsset"
@@ -16318,6 +16378,14 @@
"title_aux": "ComfyUI-ntfy"
}
],
"https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": [
[
"Bori Json Get Set Convert"
],
{
"title_aux": "ComfyUI-Bori-JsonSetGetConverter"
}
],
"https://github.com/bradsec/ComfyUI_ResolutionSelector": [
[
"ResolutionSelector"
@@ -18585,6 +18653,7 @@
"GLIGENTextBoxApply",
"GeminiInputFiles",
"GeminiNode",
"GetImageSize",
"GetVideoComponents",
"GrowMask",
"Hunyuan3Dv2Conditioning",
@@ -26141,6 +26210,14 @@
"title_aux": "Google Photos Loader - by PabloGFX"
}
],
"https://github.com/lc03lc/Comfyui_OmniConsistency": [
[
"Comfyui_OmniConsistency"
],
{
"title_aux": "ComfyUI OmniConsistency Nodes"
}
],
"https://github.com/lceric/comfyui-gpt-image": [
[
"GPTImage1Generate"
@@ -27674,7 +27751,7 @@
"SaveAsSafeTensor"
],
{
"title_aux": "ComfyUI Model Quantizer"
"title_aux": "ComfyUI-ModelQuantizer"
}
],
"https://github.com/lum3on/comfyui_LLM_Polymath": [
@@ -33422,6 +33499,16 @@
"title_aux": "ComfyUI_Curves"
}
],
"https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": [
[
"ReadXMPMetadata",
"WriteXMPMetadataLossless",
"WriteXMPMetadataTensor"
],
{
"title_aux": "comfyui-too-xmp-metadata"
}
],
"https://github.com/teward/ComfyUI-Helper-Nodes": [
[
"HelperNodes_CfgScale",
@@ -33442,6 +33529,14 @@
"title_aux": "ComfyUI-Helper-Nodes"
}
],
"https://github.com/thalismind/ComfyUI-Blend-Nodes": [
[
"BlendImageNode"
],
{
"title_aux": "ComfyUI Blend Image Nodes"
}
],
"https://github.com/theAdamColton/ComfyUI-texflow-extension": [
[
"Load Texflow Depth Image",
@@ -34256,6 +34351,14 @@
"title_aux": "comfyui-psd2png"
}
],
"https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": [
[
"HuggingFaceLoraUploader"
],
{
"title_aux": "Hugging Face LoRA Uploader"
}
],
"https://github.com/viperyl/ComfyUI-RGT": [
[
"RGT_Upscale"
@@ -36132,6 +36235,7 @@
"TextPreview",
"TorchCompileModelAdvanced",
"UpscaleImageWithModelIfNeed",
"VolcanoImageEditNode",
"VolcanoOutpaintingNode"
],
{