update DB

This commit is contained in:
Dr.Lt.Data 2025-07-01 07:30:59 +09:00
parent 19b341ef18
commit db89076e48
9 changed files with 1435 additions and 1398 deletions

View File

@ -18641,8 +18641,8 @@
"files": [
"https://github.com/morino-kumasan/comfyui-toml-prompt"
],
"description": "Encode Prompt in TOML for ComfyUI.",
"install_type": "git-clone"
"install_type": "git-clone",
"description": "Encode Prompt in TOML for ComfyUI."
},
{
"author": "wentao-uw",
@ -28436,6 +28436,27 @@
"install_type": "git-clone",
"description": "ComfyUI nodes that allow the user to control the generation of diffusion models to increase and decrease level of detail. The model patch has no trainable parameters and can be applied to theoretically any diffusion model in existence. whether or not the implementation currently works for every diffusion model in existence is unknown."
},
{
"author": "facefusion",
"title": "FaceFusion ComfyUI",
"reference": "https://github.com/facefusion/facefusion-comfyui",
"files": [
"https://github.com/facefusion/facefusion-comfyui"
],
"install_type": "git-clone",
"description": "Industry leading face manipulation platform"
},
{
"author": "pmarmotte2",
"title": "ComfyUI-Speaker-Isolation",
"reference": "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation",
"files": [
"https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that performs speaker diarization to isolate individual speaker audio tracks from a single audio source."
},

View File

@ -19057,6 +19057,7 @@
],
"https://github.com/comfy-deploy/comfyui-llm-toolkit": [
[
"BFLProviderNode",
"CheckImageEmpty",
"ConfigGenerateImage",
"Display_Text",
@ -23445,8 +23446,9 @@
],
"https://github.com/hexxacubic/ComfyUI-Prompt_Library": [
[
"Double_Prompt_Encode",
"Prompt_Extender",
"Prompt_Library",
"Random_Project",
"Simple_Prompt_Library"
],
{
@ -29970,6 +29972,7 @@
"MultipleLoraTagLoader",
"PromptLoader",
"StringConcat",
"StringPicker",
"StringSelector",
"StringSub",
"StringViewer",
@ -31693,6 +31696,14 @@
"title_aux": "CRT-Nodes"
}
],
"https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": [
[
"SpeakerDiarizer"
],
{
"title_aux": "ComfyUI-Speaker-Isolation"
}
],
"https://github.com/pnikolic-amd/ComfyUI_MIGraphX": [
[
"CompileDiffusersMIGraphX"
@ -32259,7 +32270,9 @@
"ColorCorrectionViewer",
"ColorPaletteExtractor",
"EasyColorCorrection",
"RawImageProcessor"
"FilmEmulation",
"RawImageProcessor",
"VAEColorCorrector"
],
{
"title_aux": "Easy Color Correction"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "fylrid2",
"title": "lockValue",
"reference": "https://github.com/fylrid2/comfyui_lock_previous_value",
"files": [
"https://github.com/fylrid2/comfyui_lock_previous_value"
],
"install_type": "git-clone",
"description": "Allows the locking of a nodes value\nNOTE: The files in the repo are not organized."
},
{
"author": "XiaoHeiziGGG",
"title": "ComfyUI Gemini Translator [WIP]",
@ -50,16 +60,6 @@
"install_type": "git-clone",
"description": "Batch load video nodes and save videos in custom paths\nNOTE: The files in the repo are not organized."
},
{
"author": "coVISIONSld",
"title": "ComfyUI-OmniGen2 [NAME CONFLICT]",
"reference": "https://github.com/coVISIONSld/ComfyUI-OmniGen2",
"files": [
"https://github.com/coVISIONSld/ComfyUI-OmniGen2"
],
"install_type": "git-clone",
"description": "ComfyUI-OmniGen2 is a custom node package for the OmniGen2 model, enabling advanced text-to-image generation and visual understanding."
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-Gemini [NAME CONFLICT]",

View File

@ -2718,7 +2718,8 @@
[
"DoomFluxInpaintSampler",
"DoomFluxLoader",
"DoomFluxSampler"
"DoomFluxSampler",
"DoomFluxSamplerAdvanced"
],
{
"title_aux": "DoomFLUX Nodes [WIP]"
@ -4491,15 +4492,6 @@
"title_aux": "ComfyUI-AppGen [UNSAFE]"
}
],
"https://github.com/coVISIONSld/ComfyUI-OmniGen2": [
[
"OmniGen2ModelLoader",
"OmniGen2Sampler"
],
{
"title_aux": "ComfyUI-OmniGen2 [NAME CONFLICT]"
}
],
"https://github.com/comfyanonymous/ComfyUI": [
[
"APG",
@ -5417,6 +5409,14 @@
"title_aux": "ComfyUI-Lucian [WIP]"
}
],
"https://github.com/fylrid2/comfyui_lock_previous_value": [
[
"Lock"
],
{
"title_aux": "lockValue"
}
],
"https://github.com/gabe-init/ComfyUI-LM-Studio": [
[
"LMStudioNode"

View File

@ -1469,11 +1469,6 @@
"last_update": "2025-01-02 17:00:32",
"author_account_age_days": 4569
},
"https://github.com/coVISIONSld/ComfyUI-OmniGen2": {
"stars": 0,
"last_update": "2025-06-30 08:29:41",
"author_account_age_days": 269
},
"https://github.com/comfyanonymous/ComfyUI": {
"stars": 81134,
"last_update": "2025-06-30 02:06:28",
@ -1704,6 +1699,11 @@
"last_update": "2025-05-18 12:27:05",
"author_account_age_days": 3475
},
"https://github.com/fylrid2/comfyui_lock_previous_value": {
"stars": 0,
"last_update": "2025-06-30 22:05:07",
"author_account_age_days": 384
},
"https://github.com/gabe-init/ComfyUI-LM-Studio": {
"stars": 0,
"last_update": "2025-05-26 22:10:36",

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "coVISIONSld",
"title": "ComfyUI-OmniGen2 [REMOVED]",
"reference": "https://github.com/coVISIONSld/ComfyUI-OmniGen2",
"files": [
"https://github.com/coVISIONSld/ComfyUI-OmniGen2"
],
"install_type": "git-clone",
"description": "ComfyUI-OmniGen2 is a custom node package for the OmniGen2 model, enabling advanced text-to-image generation and visual understanding."
},
{
"author": "S4MUEL-404",
"title": "ComfyUI-S4Tool-Image-Overlay [REMOVED]",

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "pmarmotte2",
"title": "ComfyUI-Speaker-Isolation",
"reference": "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation",
"files": [
"https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that performs speaker diarization to isolate individual speaker audio tracks from a single audio source."
},
{
"author": "facefusion",
"title": "FaceFusion ComfyUI",
"reference": "https://github.com/facefusion/facefusion-comfyui",
"files": [
"https://github.com/facefusion/facefusion-comfyui"
],
"install_type": "git-clone",
"description": "Industry leading face manipulation platform"
},
{
"author": "Yo1up",
"title": "Diffusion-Model-Detailer",
@ -675,56 +695,6 @@
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that automatically selects appropriate video resolution dimensions based on generation mode, aspect ratio, and quality settings. Designed to work seamlessly with video generation models and KJNodes image resize nodes."
},
{
"author": "TheLustriVA",
"title": "ComfyUI Image Size Tool",
"reference": "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tool",
"files": [
"https://github.com/TheLustriVA/ComfyUI-Image-Size-Tool"
],
"install_type": "git-clone",
"description": "Resolution calculator nodes for ComfyUI with model-specific constraints and optimal bucket resolutions"
},
{
"author": "highdoping",
"title": "ComfyUI-ASSSSA",
"reference": "https://github.com/HighDoping/ComfyUI_ASSSSA",
"files": [
"https://github.com/HighDoping/ComfyUI_ASSSSA"
],
"install_type": "git-clone",
"description": "Add ASS/SSA subtitle to video using ffmpeg."
},
{
"author": "highdoping",
"title": "lama_with_refiner",
"reference": "https://github.com/fplu/comfyui_lama_with_refiner",
"files": [
"https://github.com/fplu/comfyui_lama_with_refiner"
],
"install_type": "git-clone",
"description": "Nodes for lama+refiner inpainting with ComfyUI."
},
{
"author": "robin-collins",
"title": "ComfyUI-TechsToolz",
"reference": "https://github.com/robin-collins/ComfyUI-TechsToolz",
"files": [
"https://github.com/robin-collins/ComfyUI-TechsToolz"
],
"install_type": "git-clone",
"description": "A modular collection of ComfyUI custom nodes with advanced dependency management and ComfyUI Manager integration."
},
{
"author": "lum3on",
"title": "ComfyUI-AudioX",
"reference": "https://github.com/lum3on/ComfyUI-StableAudioX",
"files": [
"https://github.com/lum3on/ComfyUI-StableAudioX"
],
"install_type": "git-clone",
"description": "A powerful audio generation extension for ComfyUI that integrates AudioX models for high-quality audio synthesis from text and video inputs."
}
]
}

View File

@ -19057,6 +19057,7 @@
],
"https://github.com/comfy-deploy/comfyui-llm-toolkit": [
[
"BFLProviderNode",
"CheckImageEmpty",
"ConfigGenerateImage",
"Display_Text",
@ -23445,8 +23446,9 @@
],
"https://github.com/hexxacubic/ComfyUI-Prompt_Library": [
[
"Double_Prompt_Encode",
"Prompt_Extender",
"Prompt_Library",
"Random_Project",
"Simple_Prompt_Library"
],
{
@ -29970,6 +29972,7 @@
"MultipleLoraTagLoader",
"PromptLoader",
"StringConcat",
"StringPicker",
"StringSelector",
"StringSub",
"StringViewer",
@ -31693,6 +31696,14 @@
"title_aux": "CRT-Nodes"
}
],
"https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": [
[
"SpeakerDiarizer"
],
{
"title_aux": "ComfyUI-Speaker-Isolation"
}
],
"https://github.com/pnikolic-amd/ComfyUI_MIGraphX": [
[
"CompileDiffusersMIGraphX"
@ -32259,7 +32270,9 @@
"ColorCorrectionViewer",
"ColorPaletteExtractor",
"EasyColorCorrection",
"RawImageProcessor"
"FilmEmulation",
"RawImageProcessor",
"VAEColorCorrector"
],
{
"title_aux": "Easy Color Correction"