update DB

This commit is contained in:
Dr.Lt.Data
2025-04-27 23:16:48 +09:00
parent 26be01ff82
commit 3a3b5c1f92
7 changed files with 3158 additions and 2690 deletions

View File

@@ -11,6 +11,38 @@
{
"author": "StaffsGull",
"title": "comfyui_scene_builder",
"reference": "https://github.com/StaffsGull/comfyui_scene_builder",
"files": [
"https://github.com/StaffsGull/comfyui_scene_builder"
],
"install_type": "git-clone",
"description": "NODES: CharacterBuilderNode, ClothingItemNode, ClothingMergerNode, EnvironmentBuilderNode, MergeCharactersNode, PhotoStyleBuilderNode, SceneCombinerNode\nNOTE: The files in the repo are not organized."
},
{
"author": "gagaprince",
"title": "ComfyUI_gaga_utils",
"reference": "https://github.com/gagaprince/ComfyUI_gaga_utils",
"files": [
"https://github.com/gagaprince/ComfyUI_gaga_utils"
],
"install_type": "git-clone",
"description": "NODES: GagaGetFileList, GagaGetStringListSize, GagaSplitStringToList, GagaTest, GagaBatchStringReplace"
},
{
"author": "ftechmax",
"title": "ComfyUI-FTM-Pack",
"reference": "https://github.com/ftechmax/ComfyUI-FTM-Pack",
"files": [
"https://github.com/ftechmax/ComfyUI-FTM-Pack"
],
"install_type": "git-clone",
"description": "NODES: Count Tokens"
},
{
"author": "tighug",
"title": "ComfyUI Rating Checker",
@@ -79,7 +111,7 @@
"https://github.com/GACLove/ComfyUI-Lightx2vWrapper"
],
"install_type": "git-clone",
"description": "NODES: LightX2V WAN T5 Encoder Loader, LightX2V WAN T5 Encoder, LightX2V WAN CLIP Vision Encoder Loader, LightX2V WAN CLIP Vision Encoder, LightX2V WAN VAE Loader, LightX2V WAN Image Encoder, LightX2V WAN VAE Decoder, LightX2V WAN Model Loader, LightX2V WAN Video Sampler"
"description": "NODES: LightX2V WAN T5 Encoder Loader, LightX2V WAN T5 Encoder, LightX2V WAN CLIP Vision Encoder Loader, LightX2V WAN CLIP Vision Encoder, LightX2V WAN VAE Loader, LightX2V WAN Image Encoder, LightX2V WAN VAE Decoder, LightX2V WAN Model Loader, LightX2V WAN Video Sampler, LightX2V WAN Tea Cache, LightX2V WAN Video Empty Embeds"
},
{
"author": "facok",

View File

@@ -1213,7 +1213,9 @@
],
"https://github.com/GACLove/ComfyUI-Lightx2vWrapper": [
[
"Lightx2vTeaCache",
"Lightx2vWanVideoClipVisionEncoderLoader",
"Lightx2vWanVideoEmptyEmbeds",
"Lightx2vWanVideoImageEncoder",
"Lightx2vWanVideoModelLoader",
"Lightx2vWanVideoSampler",
@@ -2247,6 +2249,20 @@
"title_aux": "ComfyUI-Hi3DGen"
}
],
"https://github.com/StaffsGull/comfyui_scene_builder": [
[
"CharacterBuilderNode",
"ClothingItemNode",
"ClothingMergerNode",
"EnvironmentBuilderNode",
"MergeCharactersNode",
"PhotoStyleBuilderNode",
"SceneCombinerNode"
],
{
"title_aux": "comfyui_scene_builder"
}
],
"https://github.com/StartHua/Comfyui_CSDMT_CXH": [
[
"CSD"
@@ -2310,6 +2326,7 @@
[
"Example",
"FluxImageUpscaler",
"FluxLoadControlNetPreprocessor",
"FluxLoader",
"FluxSamplerParameters",
"FluxTextPrompt"
@@ -3921,6 +3938,26 @@
"title_aux": "ComfyUI-LLM-Utils [WIP]"
}
],
"https://github.com/ftechmax/ComfyUI-FTM-Pack": [
[
"CountTokens"
],
{
"title_aux": "ComfyUI-FTM-Pack"
}
],
"https://github.com/gagaprince/ComfyUI_gaga_utils": [
[
"GagaBatchStringReplace",
"GagaGetFileList",
"GagaGetStringListSize",
"GagaSplitStringToList",
"GagaTest"
],
{
"title_aux": "ComfyUI_gaga_utils"
}
],
"https://github.com/galoreware/ComfyUI-GaloreNodes": [
[
"GNI_HEX_TO_COLOR",

View File

@@ -10,6 +10,76 @@
{
"author": "hua(Kungfu)",
"title": "ComfyUI_to_webui",
"reference": "https://github.com/kungful/ComfyUI_to_webui",
"files": [
"https://github.com/kungful/ComfyUI_to_webui"
],
"install_type": "git-clone",
"description": "Encapsulate the comfyui workflow as a gradio webui"
},
{
"author": "quank123wip",
"title": "ComfyUI-Step1X-Edit",
"reference": "https://github.com/quank123wip/ComfyUI-Step1X-Edit",
"files": [
"https://github.com/quank123wip/ComfyUI-Step1X-Edit"
],
"install_type": "git-clone",
"description": "ComfyUI Custom Node for [a/Step1X-Edit](https://github.com/stepfun-ai/Step1X-Edit/). Noted this node may consume large VRAMs!"
},
{
"author": "Jacky-MYQ",
"title": "RGB to CMYK for ComfyUI (Save as tif)",
"reference": "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk",
"files": [
"https://github.com/Jacky-MYQ/comfyui-rgb2cmyk"
],
"install_type": "git-clone",
"description": "RGB to CMYK (save as tif)"
},
{
"author": "lceric",
"title": "comfyui-gpt-image",
"reference": "https://github.com/lceric/comfyui-gpt-image",
"files": [
"https://github.com/lceric/comfyui-gpt-image"
],
"install_type": "git-clone",
"description": "Ports the official ComfyUI GPT-API node, adding support for customizable api_base, auth_token, and model settings."
},
{
"author": "Alexankharin",
"title": "camera-comfyUI",
"reference": "https://github.com/Alexankharin/camera-comfyUI",
"files": [
"https://github.com/Alexankharin/camera-comfyUI"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for the different projection models and camera movements"
},
{
"author": "Xkipper",
"title": "ComfyUI_SkipperNodes",
"reference": "https://github.com/Xkipper/ComfyUI_SkipperNodes",
"files": [
"https://github.com/Xkipper/ComfyUI_SkipperNodes"
],
"install_type": "git-clone",
"description": "ComfyUI Skipper Custom Nodes"
},
{
"author": "FewBox",
"title": "fewbox-outfit-comfyui",
"reference": "https://github.com/FewBox/fewbox-outfit-comfyui",
"files": [
"https://github.com/FewBox/fewbox-outfit-comfyui"
],
"install_type": "git-clone",
"description": "Comfy Custom Node for Try-on."
},
{
"author": "chou18194766xx",
"title": "comfyui_EncryptPreview",
@@ -671,26 +741,6 @@
],
"install_type": "git-clone",
"description": "A node for ComfyUI that performs GPEN face restoration on the input image(s). Significantly faster than other implementations of GPEN."
},
{
"author": "SparknightLLC",
"title": "ComfyUI-ImageAutotone",
"reference": "https://github.com/SparknightLLC/ComfyUI-ImageAutotone",
"files": [
"https://github.com/SparknightLLC/ComfyUI-ImageAutotone"
],
"install_type": "git-clone",
"description": "A node for ComfyUI that takes an input image and clips the color channels independently to increase contrast and alter color cast. This is a reinterpretation of PhotoShop's 'Auto Tone' algorithm."
},
{
"author": "hnmr293",
"title": "ComfyUI-latent-ops",
"reference": "https://github.com/hnmr293/ComfyUI-latent-ops",
"files": [
"https://github.com/hnmr293/ComfyUI-latent-ops"
],
"install_type": "git-clone",
"description": "A collection of nodes for manipulating LATENT in ComfyUI."
}
]
}

View File

@@ -466,6 +466,8 @@
"Color_Data_Break",
"Color_check_Name",
"ComfyUI_Path_Out",
"Cutting_video",
"Detecting_videos_mask",
"Determine_Type",
"Folder_Operations_CH",
"Graphics_Detection_Reference",
@@ -479,6 +481,8 @@
"Run_BEN_v2",
"Run_torchvision_model",
"Sam2AutoSegmentation_data",
"SaveMP4",
"SaveMP4_batch",
"Save_Image_Out",
"Save_Image_To_Path",
"SegmDetectorCombined_batch",
@@ -488,15 +492,19 @@
"Str_Append",
"ToImageListData",
"Video_Fade",
"Video_MaskBasedSplit",
"Video_OverlappingSeparation_test",
"WAS_Mask_Fill_Region_batch",
"adv_crop",
"any_math",
"any_math_v2",
"audio_resample",
"audio_scale",
"bbox_restore_mask",
"color_segmentation",
"color_segmentation_v2",
"coords_select_mask",
"crop_by_bboxs",
"crop_data_CoordinateSmooth",
"crop_data_edit",
"filter_DensePose_color",
@@ -516,6 +524,8 @@
"mask_crop_square",
"mask_line_mapping",
"mask_select_mask",
"run_yolo_bboxs",
"run_yolo_bboxs_v2",
"sort_images_batch"
],
{
@@ -1495,6 +1505,20 @@
"title_aux": "seamless-clone-comfyui"
}
],
"https://github.com/Alexankharin/camera-comfyUI": [
[
"DepthAwareInpainter",
"DepthToPointCloud",
"ProjectPointCloud",
"ReprojectImage",
"TransformPointCloud",
"TransformToMatrix",
"TransformToMatrixManual"
],
{
"title_aux": "camera-comfyUI"
}
],
"https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": [
[
"FluxGenerate",
@@ -3076,6 +3100,7 @@
"EvaluaterNode",
"FilterImages",
"GeminiAPI",
"GeminiTokenCounter",
"KeywordExtractor",
"LoadBatchImagesDir",
"Modelswitch",
@@ -3145,7 +3170,7 @@
],
"https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": [
[
"AIraster"
"Vector"
],
{
"title_aux": "Cyber-BlackCat"
@@ -4233,6 +4258,18 @@
"title_aux": "feidorian-ComfyNodes"
}
],
"https://github.com/FewBox/fewbox-outfit-comfyui": [
[
"FewBoxInContextLora",
"FewBoxLab",
"FewBoxSaveImage",
"FewBoxWatermark",
"FewBoxWebDAV"
],
{
"title_aux": "fewbox-outfit-comfyui"
}
],
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [
[
"Add Margin With Color",
@@ -5549,6 +5586,14 @@
"title_aux": "ComfyUI-AI-Assistant"
}
],
"https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": [
[
"RGB2CMYK"
],
{
"title_aux": "RGB to CMYK for ComfyUI (Save as tif)"
}
],
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": [
[
"RandomIntegerNodeEfficient",
@@ -6880,6 +6925,7 @@
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
[
"LoraTagLoader",
"ResolutionSelector",
"StringCleaning",
"TiktokenTokenizer",
"\u26d4 Generate Negative Prompt",
@@ -7069,6 +7115,7 @@
"FileCopyCutNode",
"FileDeleteNode",
"FileListAndSuffix",
"FileNameReplacer",
"FilterLinesBySubstrings",
"FilterLinesByWordCount",
"FindExcelData",
@@ -7093,13 +7140,17 @@
"SaveImagEX",
"SelectionParameter",
"ShuffleTextLines",
"SimpleTextReplacer",
"SingleTextInput",
"SplitAndExtractText",
"SplitStringByDelimiter",
"TextConcatenation",
"TextConcatenator",
"TextConditionCheck",
"WriteExcelData"
"TextToList",
"WriteExcelData",
"WriteExcelImage",
"WriteToTxtFile"
],
{
"title_aux": "ComfyUI_StringOps"
@@ -7394,10 +7445,14 @@
],
"https://github.com/MrSamSeen/ComfyUI_SSStereoscope": [
[
"SBS_by_SamSeen"
"SBS_External_Depthmap_by_SamSeen",
"SBS_Image_Uploader",
"SBS_V2_by_SamSeen",
"SBS_Video_Combiner",
"SBS_Video_Uploader"
],
{
"title_aux": "ComfyUI_SSStereoscope"
"title_aux": "SideBySide_Stereoscope"
}
],
"https://github.com/Munkyfoot/ComfyUI-TextOverlay": [
@@ -10917,6 +10972,8 @@
[
"AudioPreview",
"AudioURLLoader",
"SaveAudio",
"SaveVideo",
"VideoPreview",
"VideoURLLoader"
],
@@ -11297,6 +11354,7 @@
"VrchDelayOSCControlNode",
"VrchFloatKeyControlNode",
"VrchFloatOSCControlNode",
"VrchFloatRemapNode",
"VrchGamepadLoaderNode",
"VrchImageChannelLoaderNode",
"VrchImageFlipBookWebViewerNode",
@@ -11309,6 +11367,7 @@
"VrchInstantQueueKeyControlNode",
"VrchIntKeyControlNode",
"VrchIntOSCControlNode",
"VrchIntRemapNode",
"VrchJsonUrlLoaderNode",
"VrchModelWebViewerNode",
"VrchOSCControlSettingsNode",
@@ -11317,6 +11376,9 @@
"VrchTextKeyControlNode",
"VrchTextSrtPlayerNode",
"VrchTextSwitchOSCControlNode",
"VrchTriggerToggleNode",
"VrchTriggerToggleX4Node",
"VrchTriggerToggleX8Node",
"VrchVideoWebViewerNode",
"VrchWebViewerNode",
"VrchXYOSCControlNode",
@@ -11858,6 +11920,15 @@
"title_aux": "HandFixer"
}
],
"https://github.com/Xkipper/ComfyUI_SkipperNodes": [
[
"Embedding Stack",
"Simple Box"
],
{
"title_aux": "ComfyUI_SkipperNodes"
}
],
"https://github.com/XmYx/deforum-comfy-nodes": [
[
"DeforumAddNoiseNode",
@@ -12476,10 +12547,7 @@
],
"https://github.com/a-und-b/ComfyUI_MaskAreaCondition": [
[
"GateImageForConditional",
"GateMaskForConditional",
"MaskAreaCondition",
"MaskAreaConditionGate",
"SelectData"
],
{
@@ -12884,11 +12952,17 @@
],
"https://github.com/aigc-apps/VideoX-Fun": [
[
"CameraBasicFromChaoJie",
"CameraCombineFromChaoJie",
"CameraJoinFromChaoJie",
"CameraTrajectoryFromChaoJie",
"CogVideoXFunInpaintSampler",
"CogVideoXFunT2VSampler",
"CogVideoXFunV2VSampler",
"CreateTrajectoryBasedOnKJNodes",
"FunRiflex",
"FunTextBox",
"ImageMaximumNode",
"LoadCogVideoXFunLora",
"LoadCogVideoXFunModel",
"LoadWanFunLora",
@@ -12918,8 +12992,8 @@
],
"https://github.com/ainewsto/Comfyui-chatgpt-api": [
[
"1",
"ComfyuiChatGPTApi",
"Comfyui_gpt_image_1",
"Comfyui_gpt_image_1_edit"
],
{
@@ -18324,6 +18398,7 @@
[
"AudioInfoPlus",
"BoolPlusPlus",
"CompareImageSimilarity",
"DRMBT_AspectPadImageForOutpainting",
"DRMBT_LoadMedia",
"DRMBT_MultiMinMax",
@@ -19843,6 +19918,7 @@
],
"https://github.com/goldwins520/Comfyui_saveimg2webdav": [
[
"SaveFileToWebDAV",
"SaveImageToWebDAV"
],
{
@@ -23741,6 +23817,36 @@
"title_aux": "ComfyUI Equirectangular Tools"
}
],
"https://github.com/kungful/ComfyUI_to_webui": [
[
"BarcodeGeneratorNode",
"Barcode_seed",
"ComfyUI_hua_boy",
"Go_to_image",
"GradioInputImage",
"GradioTextBad",
"GradioTextOk",
"GradioTextOk2",
"GradioTextOk3",
"GradioTextOk4",
"Hua_CheckpointLoaderSimple",
"Hua_LoraLoader",
"Hua_LoraLoaderModelOnly",
"Hua_Output",
"Hua_UNETLoader",
"Hua_Video_Output",
"Hua_gradio_Seed",
"Hua_gradio_jsonsave",
"Hua_gradio_resolution",
"Huaword",
"Modelhua",
"brucelee",
"\u5c0f\u5b57\u4f53\u8bf4\u660e\uff1a\u6211\u662fcomfyui_hua_boy\u7684model"
],
{
"title_aux": "ComfyUI_to_webui"
}
],
"https://github.com/kunieone/ComfyUI_alkaid": [
[
"A_EmptyLatentImageLongside",
@@ -23920,6 +24026,14 @@
"title_aux": "Google Photos Loader - by PabloGFX"
}
],
"https://github.com/lceric/comfyui-gpt-image": [
[
"GPTImage1Generate"
],
{
"title_aux": "comfyui-gpt-image"
}
],
"https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": [
[
"VCW_LoadVideo",
@@ -26601,6 +26715,7 @@
[
"AddFileNameonly",
"ResolutionSwitcher",
"Split Image Batch",
"Unet Selector_gguf",
"mel_RandomIntNode",
"mel_TextFilterNode",
@@ -27924,6 +28039,14 @@
"title_aux": "Comfyui_MiniCPMv2_6-prompt-generator"
}
],
"https://github.com/quank123wip/ComfyUI-Step1X-Edit": [
[
"Step-1XEditNode"
],
{
"title_aux": "ComfyUI-Step1X-Edit"
}
],
"https://github.com/qwixiwp/queuetools": [
[
"load images (queue tools)"
@@ -28641,6 +28764,7 @@
"BlendshapeControlInt",
"BlendshapeTrigger",
"CompareMediaPipeEmbeddings",
"CoordinateConverter",
"FaceDetectionToMask",
"FaceLandmarkPosition",
"FaceTextureWarp",
@@ -28648,7 +28772,6 @@
"HeadPoseControlFloat",
"HeadPoseControlInt",
"HeadPoseTrigger",
"LandmarkProximity",
"MaskFromFaceLandmarks",
"MaskFromHandLandmarks",
"MaskFromPoseLandmarks",
@@ -28674,13 +28797,15 @@
"MediaPipeObjectDetectorModelLoader",
"MediaPipePoseLandmarker",
"MediaPipePoseLandmarkerModelLoader",
"Point2D",
"PointList",
"PoseLandmarkPosition",
"PositionDeltaFloatControl",
"PositionDeltaIntControl",
"PositionDeltaTrigger",
"RTCoordinateConverter",
"RTDrawLines",
"RTDrawPoints",
"RTDrawPolygon",
"ReshapeMediaPipeEmbedding",
"SelectMediaPipeSegment",
"UniversalLandmarkMask",
"VisualizeFaceDetections",
"VisualizeFaceLandmarks",
"VisualizeGestureRecognitions",
@@ -29566,9 +29691,11 @@
"SmartHVLoraSelect",
"SmartHVLoraStack",
"SmartLoadLoRA",
"SmartModelOrLoraToString",
"SmartPrompt",
"SmartRemoveComments",
"SmartSaveText"
"SmartSaveText",
"SmartShowAnything"
],
{
"title_aux": "ComfyUI Smart Helper Nodes"