mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
07402c7a90
commit
7e777c5460
@ -204,7 +204,6 @@ This repository provides Colab notebooks that allow you to install and use Comfy
|
||||
* Please submit a pull request to update either the custom-node-list.json or model-list.json file.
|
||||
|
||||
* The scanner currently provides a detection function for missing nodes, which is capable of detecting nodes described by the following two patterns.
|
||||
* Or you can provide manually `node_list.json` file.
|
||||
|
||||
```
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
@ -218,6 +217,7 @@ NODE_CLASS_MAPPINGS.update({
|
||||
"SemSegPreprocessor": Uniformer_SemSegPreprocessor,
|
||||
})
|
||||
```
|
||||
* Or you can provide manually `node_list.json` file.
|
||||
|
||||
* When you write a docstring in the header of the .py file for the Node as follows, it will be used for managing the database in the Manager.
|
||||
* Currently, only the `nickname` is being used, but other parts will also be utilized in the future.
|
||||
|
||||
@ -11416,7 +11416,7 @@
|
||||
"https://github.com/JayLyu/ComfyUI_BaiKong_Node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:BK Img To Color, BK Color Selector"
|
||||
"description": "Nodes for advanced color manipulation and image processing: BK Img To Color, BK Color Selector, BK Color Contrast, BK Color Limit, BK Color Luminance, BK Gradient Image, and BK Image Aspect Filter."
|
||||
},
|
||||
{
|
||||
"author": "risunobushi",
|
||||
@ -13629,7 +13629,7 @@
|
||||
"https://github.com/lucafoscili/comfyui-lf"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "JSON Nodes, Large Language Model Nodes, Logic Nodes, Workflow Nodes."
|
||||
"description": "Custom nodes with a touch of extra UX, including: history for primitives, JSON manipulation, logic switches with visual feedback, LLM chat... and more!"
|
||||
},
|
||||
{
|
||||
"author": "JPrevots",
|
||||
@ -14408,17 +14408,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A node that can be dropped into a group. When a node is then clicked within that group, all nodes and connections in that group get greyed out and the connections from the clicked node go bright red."
|
||||
},
|
||||
{
|
||||
"author": "openart",
|
||||
"title": "openart-comfyui-deploy",
|
||||
"id": "openart-comfyui-deploy",
|
||||
"reference": "https://github.com/kulsisme/openart-comfyui-deploy",
|
||||
"files": [
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: External Boolean (ComfyUI Deploy), External Checkpoint (ComfyUI Deploy), External Image (ComfyUI Deploy), External Video (ComfyUI Deploy x VHS), OpenArt Text, Image Websocket Output (ComfyDeploy), ..."
|
||||
},
|
||||
{
|
||||
"author": "Cyber-BCat",
|
||||
"title": "ComfyUI_Auto_Caption",
|
||||
@ -14503,6 +14492,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text."
|
||||
},
|
||||
{
|
||||
"author": "svdC1",
|
||||
"title": "LoRa Dataset Tools",
|
||||
"reference": "https://github.com/svdC1/comfy-ui-lora-dataset-tools",
|
||||
"files": [
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -604,6 +604,7 @@
|
||||
"ENHivisionParamsNode",
|
||||
"HivisionLayOutNode",
|
||||
"HivisionNode",
|
||||
"LaterProcessNode",
|
||||
"ZHHivisionParamsNode"
|
||||
],
|
||||
{
|
||||
@ -1336,6 +1337,17 @@
|
||||
"title_aux": "ComfyUI Deploy"
|
||||
}
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU": [
|
||||
[
|
||||
"fastsdcpu",
|
||||
"fastsdcpu_lcm_models",
|
||||
"fastsdcpu_loadModel",
|
||||
"fastsdcpu_vino_models"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FastSDCPU"
|
||||
}
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [
|
||||
[
|
||||
"GatchaEmbedding"
|
||||
@ -1792,6 +1804,19 @@
|
||||
"title_aux": "Prompt Injection Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook": [
|
||||
[
|
||||
"DiscordPostViaWebhook",
|
||||
"DiscordSetWebhook"
|
||||
],
|
||||
{
|
||||
"author": "Dayuppy",
|
||||
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.",
|
||||
"nickname": "DiscordWebhook",
|
||||
"title": "Discord Webhook",
|
||||
"title_aux": "Discord Webhook"
|
||||
}
|
||||
],
|
||||
"https://github.com/DeJoker/pipeline-parallel-comfy": [
|
||||
[
|
||||
"PipelineParallel"
|
||||
@ -3190,6 +3215,7 @@
|
||||
"JNodes_AddOrSetMetaDataKey",
|
||||
"JNodes_AnyToString",
|
||||
"JNodes_AppendReversedFrames",
|
||||
"JNodes_AudioInputOptions",
|
||||
"JNodes_BooleanSelectorWithString",
|
||||
"JNodes_BreakMediaInfo",
|
||||
"JNodes_CheckpointSelectorWithString",
|
||||
@ -3206,6 +3232,7 @@
|
||||
"JNodes_ImageFormatSelector",
|
||||
"JNodes_ImageSizeSelector",
|
||||
"JNodes_IntLiteral",
|
||||
"JNodes_JoinVideosInDirectory",
|
||||
"JNodes_LoadVideo",
|
||||
"JNodes_LoadVisualMediaFromPath",
|
||||
"JNodes_LoadVisualMediaFromPath_Batch",
|
||||
@ -3223,11 +3250,13 @@
|
||||
"JNodes_SamplerSelectorWithString",
|
||||
"JNodes_SaveImageWithOutput",
|
||||
"JNodes_SaveVideo",
|
||||
"JNodes_SaveVideoWithOptions",
|
||||
"JNodes_SchedulerSelectorWithString",
|
||||
"JNodes_SearchAndReplace",
|
||||
"JNodes_SearchAndReplaceFromFile",
|
||||
"JNodes_SearchAndReplaceFromList",
|
||||
"JNodes_SelectRandomFileFromDirectory",
|
||||
"JNodes_SetMetadataA1111",
|
||||
"JNodes_SetNegativePromptInMetaData",
|
||||
"JNodes_SetPositivePromptInMetaData",
|
||||
"JNodes_SplitAndJoin",
|
||||
@ -3251,7 +3280,7 @@
|
||||
"BK_ColorLuminance",
|
||||
"BK_ColorSelector",
|
||||
"BK_GradientImage",
|
||||
"BK_ImageFilterByAspectRatio",
|
||||
"BK_ImageAspectFilter",
|
||||
"BK_Img2Color"
|
||||
],
|
||||
{
|
||||
@ -3878,8 +3907,12 @@
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||
[
|
||||
"\u26d4 Generate Negative Prompt",
|
||||
"\u2728 Groq LLM API",
|
||||
"\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]",
|
||||
"\u2728\ud83d\udcac Groq LLM API",
|
||||
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
||||
"\u2728\ud83d\udcf7 Groq VLM API",
|
||||
"\ud83d\udcbe Save Text File With Path",
|
||||
"\ud83d\udcc1 Get File Path",
|
||||
"\ud83d\uddbc\ufe0f Download Image from URL"
|
||||
],
|
||||
{
|
||||
@ -9242,10 +9275,12 @@
|
||||
"LayerColor: AutoAdjustV2",
|
||||
"LayerColor: AutoBrightness",
|
||||
"LayerColor: Brightness & Contrast",
|
||||
"LayerColor: BrightnessContrastV2",
|
||||
"LayerColor: Color of Shadow & Highlight",
|
||||
"LayerColor: ColorAdapter",
|
||||
"LayerColor: ColorBalance",
|
||||
"LayerColor: ColorTemperature",
|
||||
"LayerColor: ColorofShadowHighlightV2",
|
||||
"LayerColor: Exposure",
|
||||
"LayerColor: Gamma",
|
||||
"LayerColor: HSV",
|
||||
@ -9335,6 +9370,7 @@
|
||||
"LayerUtility: CheckMaskV2",
|
||||
"LayerUtility: ColorImage",
|
||||
"LayerUtility: ColorImage V2",
|
||||
"LayerUtility: ColorName",
|
||||
"LayerUtility: ColorPicker",
|
||||
"LayerUtility: CreateQRCode",
|
||||
"LayerUtility: CropBoxResolve",
|
||||
@ -9348,6 +9384,7 @@
|
||||
"LayerUtility: GetColorTone",
|
||||
"LayerUtility: GetColorToneV2",
|
||||
"LayerUtility: GetImageSize",
|
||||
"LayerUtility: GetMainColors",
|
||||
"LayerUtility: GradientImage",
|
||||
"LayerUtility: GradientImage V2",
|
||||
"LayerUtility: HLFrequencyDetailRestore",
|
||||
@ -9780,6 +9817,7 @@
|
||||
"ControlNetApply",
|
||||
"ControlNetApplyAdvanced",
|
||||
"ControlNetApplySD3",
|
||||
"ControlNetInpaintingAliMamaApply",
|
||||
"ControlNetLoader",
|
||||
"CropMask",
|
||||
"DiffControlNetLoader",
|
||||
@ -12387,6 +12425,7 @@
|
||||
"VAEDecode_party",
|
||||
"accuweather_tool",
|
||||
"advance_ebd_tool",
|
||||
"any2str",
|
||||
"api_function",
|
||||
"api_tool",
|
||||
"arxiv_tool",
|
||||
@ -12408,6 +12447,7 @@
|
||||
"duckduckgo_tool",
|
||||
"ebd_tool",
|
||||
"embeddings_function",
|
||||
"end_anything",
|
||||
"end_dialog",
|
||||
"end_workflow",
|
||||
"extra_parameters",
|
||||
@ -12422,6 +12462,7 @@
|
||||
"google_loader",
|
||||
"google_tool",
|
||||
"gpt_sovits",
|
||||
"graph_md_to_html",
|
||||
"html2img_function",
|
||||
"image_iterator",
|
||||
"img2path",
|
||||
@ -12465,12 +12506,15 @@
|
||||
"save_openai_ebd",
|
||||
"show_text_party",
|
||||
"sql_tool",
|
||||
"start_anything",
|
||||
"start_dialog",
|
||||
"start_workflow",
|
||||
"story_json_tool",
|
||||
"str2float",
|
||||
"str2int",
|
||||
"string_logic",
|
||||
"substring",
|
||||
"svg2img_function",
|
||||
"text2json",
|
||||
"text2parameters",
|
||||
"text_iterator",
|
||||
@ -13559,6 +13603,7 @@
|
||||
],
|
||||
"https://github.com/justUmen/Bjornulf_custom_nodes": [
|
||||
[
|
||||
"Bjoenulf_RandomCheckpoint",
|
||||
"Bjornulf_CharacterDescriptionGenerator",
|
||||
"Bjornulf_CheckBlackImage",
|
||||
"Bjornulf_ClearVRAM",
|
||||
@ -13571,15 +13616,18 @@
|
||||
"Bjornulf_GreenScreenToTransparency",
|
||||
"Bjornulf_ImageMaskCutter",
|
||||
"Bjornulf_LoadImageWithTransparency",
|
||||
"Bjornulf_LoadImagesFromSelectedFolder",
|
||||
"Bjornulf_LoopAllLines",
|
||||
"Bjornulf_LoopBasicBatch",
|
||||
"Bjornulf_LoopCombosSamplersSchedulers",
|
||||
"Bjornulf_LoopFloat",
|
||||
"Bjornulf_LoopImages",
|
||||
"Bjornulf_LoopInteger",
|
||||
"Bjornulf_LoopModelClipVae",
|
||||
"Bjornulf_LoopSamplers",
|
||||
"Bjornulf_LoopSchedulers",
|
||||
"Bjornulf_LoopTexts",
|
||||
"Bjornulf_LoopWriteText",
|
||||
"Bjornulf_PassPreviewImage",
|
||||
"Bjornulf_PauseResume",
|
||||
"Bjornulf_PickInput",
|
||||
@ -13598,6 +13646,7 @@
|
||||
"Bjornulf_ShowFloat",
|
||||
"Bjornulf_ShowInt",
|
||||
"Bjornulf_ShowText",
|
||||
"Bjornulf_ShowWhatever",
|
||||
"Bjornulf_TextToSpeech",
|
||||
"Bjornulf_TextToStringAndSeed",
|
||||
"Bjornulf_VideoPingPong",
|
||||
@ -13606,7 +13655,7 @@
|
||||
"Bjornulf_WriteImageCharacters",
|
||||
"Bjornulf_WriteImageEnvironment",
|
||||
"Bjornulf_WriteText",
|
||||
"Bjornulf_WriteTextInConsole",
|
||||
"Bjornulf_WriteTextAdvanced",
|
||||
"Bjornulf_imagesToVideo",
|
||||
"Bjornulf_ollamaLoader"
|
||||
],
|
||||
@ -14452,28 +14501,6 @@
|
||||
"title_aux": "ComfyUI_StringToHex"
|
||||
}
|
||||
],
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy": [
|
||||
[
|
||||
"ComfyDeployWebscoketImageInput",
|
||||
"ComfyDeployWebscoketImageOutput",
|
||||
"ComfyUIDeployExternalBoolean",
|
||||
"ComfyUIDeployExternalCheckpoint",
|
||||
"ComfyUIDeployExternalImage",
|
||||
"ComfyUIDeployExternalImageAlpha",
|
||||
"ComfyUIDeployExternalImageBatch",
|
||||
"ComfyUIDeployExternalLora",
|
||||
"ComfyUIDeployExternalNumber",
|
||||
"ComfyUIDeployExternalNumberInt",
|
||||
"ComfyUIDeployExternalNumberSlider",
|
||||
"ComfyUIDeployExternalTextList",
|
||||
"ComfyUIDeployExternalVid",
|
||||
"ComfyUIDeployExternalVideo",
|
||||
"OpenArtDeployText"
|
||||
],
|
||||
{
|
||||
"title_aux": "openart-comfyui-deploy"
|
||||
}
|
||||
],
|
||||
"https://github.com/kunieone/ComfyUI_alkaid": [
|
||||
[
|
||||
"A_EmptyLatentImageLongside",
|
||||
@ -15545,6 +15572,7 @@
|
||||
"LF_KeywordCounter",
|
||||
"LF_KeywordToggleFromJSON",
|
||||
"LF_LLMChat",
|
||||
"LF_LLMMessenger",
|
||||
"LF_LoadImages",
|
||||
"LF_LoadLocalJSON",
|
||||
"LF_LoadMetadata",
|
||||
@ -15690,6 +15718,8 @@
|
||||
],
|
||||
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
|
||||
[
|
||||
"AlwaysExecute",
|
||||
"CommandPickerServing",
|
||||
"DiscordServing",
|
||||
"ServingInputImage",
|
||||
"ServingInputImageAsLatent",
|
||||
@ -16103,19 +16133,19 @@
|
||||
"title_aux": "MLTask_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [
|
||||
[
|
||||
"LoadAndSettingParametersMittimi01",
|
||||
"LoadAndSettingParametersMittimi02",
|
||||
"LoadPresetForSettingParametersMittimi01",
|
||||
"SettingParametersMittimi01"
|
||||
"CombineParamDataMittimi",
|
||||
"LoadSetParamMittimi",
|
||||
"SaveImageParamMittimi",
|
||||
"SaveParamToPresetMittimi"
|
||||
],
|
||||
{
|
||||
"author": "mittimi",
|
||||
"description": "The system selects and loads presets that have been saved in advance.",
|
||||
"nickname": "mittimiLoadPreset",
|
||||
"title": "mittimiLoadPreset",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset"
|
||||
"description": "This node can easily switch between models and prompts by saving presets.",
|
||||
"nickname": "mittimiLoadPreset2",
|
||||
"title": "mittimiLoadPreset2",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset2"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [
|
||||
@ -17385,9 +17415,13 @@
|
||||
"DepthBasedMaskOpacity",
|
||||
"DepthFeatureNode",
|
||||
"DepthShapeModifier",
|
||||
"DownloadCREPEModel",
|
||||
"DownloadOpenUnmixModel",
|
||||
"DyeImage",
|
||||
"EffectVisualizer",
|
||||
"EmitterMovement",
|
||||
"EmptyImageFromAudio",
|
||||
"EmptyMaskFromAudio",
|
||||
"FeatureCombine",
|
||||
"FeatureFade",
|
||||
"FeatureMath",
|
||||
@ -17397,6 +17431,7 @@
|
||||
"FeatureScaler",
|
||||
"FeatureSmoothing",
|
||||
"FeatureToWeightsStrategy",
|
||||
"FeatureTruncateOrExtend",
|
||||
"FlexDepthBasedMaskOpacity",
|
||||
"FlexImageBloom",
|
||||
"FlexImageChromaticAberration",
|
||||
@ -17414,6 +17449,7 @@
|
||||
"FlexMaskEmanatingRings",
|
||||
"FlexMaskMath",
|
||||
"FlexMaskMorph",
|
||||
"FlexMaskNormalLighting",
|
||||
"FlexMaskOpacity",
|
||||
"FlexMaskRandomShapes",
|
||||
"FlexMaskTransform",
|
||||
@ -17447,6 +17483,11 @@
|
||||
"ParticleEmitter",
|
||||
"ParticleSizeModulation",
|
||||
"ParticleSpeedModulation",
|
||||
"PitchFeatureExtractor",
|
||||
"PitchRange",
|
||||
"PitchRangeByNoteNode",
|
||||
"PitchRangePreset",
|
||||
"PitchVisualizer",
|
||||
"PreviewFeature",
|
||||
"ProximityFeatureNode",
|
||||
"ProximityVisualizer",
|
||||
@ -18554,6 +18595,16 @@
|
||||
"title_aux": "comfyui_lumaAPI"
|
||||
}
|
||||
],
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools": [
|
||||
[
|
||||
"Detect Faces and Draw Detection Box",
|
||||
"Directory Loader",
|
||||
"Filter Images Without Faces"
|
||||
],
|
||||
{
|
||||
"title_aux": "LoRa Dataset Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/syaofox/ComfyUI_FoxTools": [
|
||||
[
|
||||
"FoxBatchImageFromList",
|
||||
@ -19077,6 +19128,14 @@
|
||||
"title_aux": "comfyui-webcam-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py": [
|
||||
[
|
||||
"Face-similarity"
|
||||
],
|
||||
{
|
||||
"title_aux": "FaceSimilarity"
|
||||
}
|
||||
],
|
||||
"https://github.com/un-seen/comfyui-tensorops": [
|
||||
[
|
||||
"BackgroundSelect",
|
||||
|
||||
@ -4679,11 +4679,6 @@
|
||||
"last_update": "2024-08-20 04:52:06",
|
||||
"author_account_age_days": 2744
|
||||
},
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-09-13 09:48:21",
|
||||
"author_account_age_days": 267
|
||||
},
|
||||
"https://github.com/kunieone/ComfyUI_alkaid": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-23 01:10:21",
|
||||
@ -6224,6 +6219,11 @@
|
||||
"last_update": "2024-06-17 21:00:05",
|
||||
"author_account_age_days": 532
|
||||
},
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-09-16 02:53:08",
|
||||
"author_account_age_days": 83
|
||||
},
|
||||
"https://github.com/syaofox/ComfyUI_FoxTools": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-09-09 14:58:34",
|
||||
|
||||
@ -22,16 +22,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Download Z, Compress Z, Move Z"
|
||||
},
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-Fluxtapoz (WIP)",
|
||||
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
|
||||
"files": [
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for editing images using Flux in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "SoftMeng",
|
||||
"title": "ComfyUI-PIL",
|
||||
@ -373,16 +363,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI small node toolkit, this toolkit is mainly to update some practical small nodes, to make a contribution to the comfyui ecosystem, PS: 'LMCQ' is the abbreviation of the team name\nNOTE: The files in the repo are not organized, which may lead to update issues."
|
||||
},
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-Fluxtapoz [WIP]",
|
||||
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
|
||||
"files": [
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for editing images using Flux in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "ChrisColeTech",
|
||||
"title": "ComfyUI-Get-Random-File [UNSAFE]",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "jags111",
|
||||
"title": "NyaamZ/ComfyUI-Long-CLIP",
|
||||
"reference": "https://github.com/NyaamZ/efficiency-nodes-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This forked repo supports efficiency-nodes-comfyui. Additional features."
|
||||
},
|
||||
{
|
||||
"author": "SeaArtLab",
|
||||
"title": "zer0int/ComfyUI-Long-CLIP",
|
||||
|
||||
@ -10,6 +10,18 @@
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "openart",
|
||||
"title": "openart-comfyui-deploy [REMOVED]",
|
||||
"id": "openart-comfyui-deploy",
|
||||
"reference": "https://github.com/kulsisme/openart-comfyui-deploy",
|
||||
"files": [
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: External Boolean (ComfyUI Deploy), External Checkpoint (ComfyUI Deploy), External Image (ComfyUI Deploy), External Video (ComfyUI Deploy x VHS), OpenArt Text, Image Websocket Output (ComfyDeploy), ..."
|
||||
},
|
||||
{
|
||||
"author": "mittimi",
|
||||
"title": "ComfyUI_mittimiLoadPreset [DEPRECATED]",
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "svdC1",
|
||||
"title": "LoRa Dataset Tools",
|
||||
"reference": "https://github.com/svdC1/comfy-ui-lora-dataset-tools",
|
||||
"files": [
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box"
|
||||
},
|
||||
{
|
||||
"author": "pydn",
|
||||
"title": "ComfyUI to Python Extension",
|
||||
|
||||
@ -604,6 +604,7 @@
|
||||
"ENHivisionParamsNode",
|
||||
"HivisionLayOutNode",
|
||||
"HivisionNode",
|
||||
"LaterProcessNode",
|
||||
"ZHHivisionParamsNode"
|
||||
],
|
||||
{
|
||||
@ -1336,6 +1337,17 @@
|
||||
"title_aux": "ComfyUI Deploy"
|
||||
}
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU": [
|
||||
[
|
||||
"fastsdcpu",
|
||||
"fastsdcpu_lcm_models",
|
||||
"fastsdcpu_loadModel",
|
||||
"fastsdcpu_vino_models"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FastSDCPU"
|
||||
}
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [
|
||||
[
|
||||
"GatchaEmbedding"
|
||||
@ -1792,6 +1804,19 @@
|
||||
"title_aux": "Prompt Injection Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook": [
|
||||
[
|
||||
"DiscordPostViaWebhook",
|
||||
"DiscordSetWebhook"
|
||||
],
|
||||
{
|
||||
"author": "Dayuppy",
|
||||
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.",
|
||||
"nickname": "DiscordWebhook",
|
||||
"title": "Discord Webhook",
|
||||
"title_aux": "Discord Webhook"
|
||||
}
|
||||
],
|
||||
"https://github.com/DeJoker/pipeline-parallel-comfy": [
|
||||
[
|
||||
"PipelineParallel"
|
||||
@ -3190,6 +3215,7 @@
|
||||
"JNodes_AddOrSetMetaDataKey",
|
||||
"JNodes_AnyToString",
|
||||
"JNodes_AppendReversedFrames",
|
||||
"JNodes_AudioInputOptions",
|
||||
"JNodes_BooleanSelectorWithString",
|
||||
"JNodes_BreakMediaInfo",
|
||||
"JNodes_CheckpointSelectorWithString",
|
||||
@ -3206,6 +3232,7 @@
|
||||
"JNodes_ImageFormatSelector",
|
||||
"JNodes_ImageSizeSelector",
|
||||
"JNodes_IntLiteral",
|
||||
"JNodes_JoinVideosInDirectory",
|
||||
"JNodes_LoadVideo",
|
||||
"JNodes_LoadVisualMediaFromPath",
|
||||
"JNodes_LoadVisualMediaFromPath_Batch",
|
||||
@ -3223,11 +3250,13 @@
|
||||
"JNodes_SamplerSelectorWithString",
|
||||
"JNodes_SaveImageWithOutput",
|
||||
"JNodes_SaveVideo",
|
||||
"JNodes_SaveVideoWithOptions",
|
||||
"JNodes_SchedulerSelectorWithString",
|
||||
"JNodes_SearchAndReplace",
|
||||
"JNodes_SearchAndReplaceFromFile",
|
||||
"JNodes_SearchAndReplaceFromList",
|
||||
"JNodes_SelectRandomFileFromDirectory",
|
||||
"JNodes_SetMetadataA1111",
|
||||
"JNodes_SetNegativePromptInMetaData",
|
||||
"JNodes_SetPositivePromptInMetaData",
|
||||
"JNodes_SplitAndJoin",
|
||||
@ -3251,7 +3280,7 @@
|
||||
"BK_ColorLuminance",
|
||||
"BK_ColorSelector",
|
||||
"BK_GradientImage",
|
||||
"BK_ImageFilterByAspectRatio",
|
||||
"BK_ImageAspectFilter",
|
||||
"BK_Img2Color"
|
||||
],
|
||||
{
|
||||
@ -3878,8 +3907,12 @@
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||
[
|
||||
"\u26d4 Generate Negative Prompt",
|
||||
"\u2728 Groq LLM API",
|
||||
"\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]",
|
||||
"\u2728\ud83d\udcac Groq LLM API",
|
||||
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
||||
"\u2728\ud83d\udcf7 Groq VLM API",
|
||||
"\ud83d\udcbe Save Text File With Path",
|
||||
"\ud83d\udcc1 Get File Path",
|
||||
"\ud83d\uddbc\ufe0f Download Image from URL"
|
||||
],
|
||||
{
|
||||
@ -9242,10 +9275,12 @@
|
||||
"LayerColor: AutoAdjustV2",
|
||||
"LayerColor: AutoBrightness",
|
||||
"LayerColor: Brightness & Contrast",
|
||||
"LayerColor: BrightnessContrastV2",
|
||||
"LayerColor: Color of Shadow & Highlight",
|
||||
"LayerColor: ColorAdapter",
|
||||
"LayerColor: ColorBalance",
|
||||
"LayerColor: ColorTemperature",
|
||||
"LayerColor: ColorofShadowHighlightV2",
|
||||
"LayerColor: Exposure",
|
||||
"LayerColor: Gamma",
|
||||
"LayerColor: HSV",
|
||||
@ -9335,6 +9370,7 @@
|
||||
"LayerUtility: CheckMaskV2",
|
||||
"LayerUtility: ColorImage",
|
||||
"LayerUtility: ColorImage V2",
|
||||
"LayerUtility: ColorName",
|
||||
"LayerUtility: ColorPicker",
|
||||
"LayerUtility: CreateQRCode",
|
||||
"LayerUtility: CropBoxResolve",
|
||||
@ -9348,6 +9384,7 @@
|
||||
"LayerUtility: GetColorTone",
|
||||
"LayerUtility: GetColorToneV2",
|
||||
"LayerUtility: GetImageSize",
|
||||
"LayerUtility: GetMainColors",
|
||||
"LayerUtility: GradientImage",
|
||||
"LayerUtility: GradientImage V2",
|
||||
"LayerUtility: HLFrequencyDetailRestore",
|
||||
@ -9780,6 +9817,7 @@
|
||||
"ControlNetApply",
|
||||
"ControlNetApplyAdvanced",
|
||||
"ControlNetApplySD3",
|
||||
"ControlNetInpaintingAliMamaApply",
|
||||
"ControlNetLoader",
|
||||
"CropMask",
|
||||
"DiffControlNetLoader",
|
||||
@ -12387,6 +12425,7 @@
|
||||
"VAEDecode_party",
|
||||
"accuweather_tool",
|
||||
"advance_ebd_tool",
|
||||
"any2str",
|
||||
"api_function",
|
||||
"api_tool",
|
||||
"arxiv_tool",
|
||||
@ -12408,6 +12447,7 @@
|
||||
"duckduckgo_tool",
|
||||
"ebd_tool",
|
||||
"embeddings_function",
|
||||
"end_anything",
|
||||
"end_dialog",
|
||||
"end_workflow",
|
||||
"extra_parameters",
|
||||
@ -12422,6 +12462,7 @@
|
||||
"google_loader",
|
||||
"google_tool",
|
||||
"gpt_sovits",
|
||||
"graph_md_to_html",
|
||||
"html2img_function",
|
||||
"image_iterator",
|
||||
"img2path",
|
||||
@ -12465,12 +12506,15 @@
|
||||
"save_openai_ebd",
|
||||
"show_text_party",
|
||||
"sql_tool",
|
||||
"start_anything",
|
||||
"start_dialog",
|
||||
"start_workflow",
|
||||
"story_json_tool",
|
||||
"str2float",
|
||||
"str2int",
|
||||
"string_logic",
|
||||
"substring",
|
||||
"svg2img_function",
|
||||
"text2json",
|
||||
"text2parameters",
|
||||
"text_iterator",
|
||||
@ -13559,6 +13603,7 @@
|
||||
],
|
||||
"https://github.com/justUmen/Bjornulf_custom_nodes": [
|
||||
[
|
||||
"Bjoenulf_RandomCheckpoint",
|
||||
"Bjornulf_CharacterDescriptionGenerator",
|
||||
"Bjornulf_CheckBlackImage",
|
||||
"Bjornulf_ClearVRAM",
|
||||
@ -13571,15 +13616,18 @@
|
||||
"Bjornulf_GreenScreenToTransparency",
|
||||
"Bjornulf_ImageMaskCutter",
|
||||
"Bjornulf_LoadImageWithTransparency",
|
||||
"Bjornulf_LoadImagesFromSelectedFolder",
|
||||
"Bjornulf_LoopAllLines",
|
||||
"Bjornulf_LoopBasicBatch",
|
||||
"Bjornulf_LoopCombosSamplersSchedulers",
|
||||
"Bjornulf_LoopFloat",
|
||||
"Bjornulf_LoopImages",
|
||||
"Bjornulf_LoopInteger",
|
||||
"Bjornulf_LoopModelClipVae",
|
||||
"Bjornulf_LoopSamplers",
|
||||
"Bjornulf_LoopSchedulers",
|
||||
"Bjornulf_LoopTexts",
|
||||
"Bjornulf_LoopWriteText",
|
||||
"Bjornulf_PassPreviewImage",
|
||||
"Bjornulf_PauseResume",
|
||||
"Bjornulf_PickInput",
|
||||
@ -13598,6 +13646,7 @@
|
||||
"Bjornulf_ShowFloat",
|
||||
"Bjornulf_ShowInt",
|
||||
"Bjornulf_ShowText",
|
||||
"Bjornulf_ShowWhatever",
|
||||
"Bjornulf_TextToSpeech",
|
||||
"Bjornulf_TextToStringAndSeed",
|
||||
"Bjornulf_VideoPingPong",
|
||||
@ -13606,7 +13655,7 @@
|
||||
"Bjornulf_WriteImageCharacters",
|
||||
"Bjornulf_WriteImageEnvironment",
|
||||
"Bjornulf_WriteText",
|
||||
"Bjornulf_WriteTextInConsole",
|
||||
"Bjornulf_WriteTextAdvanced",
|
||||
"Bjornulf_imagesToVideo",
|
||||
"Bjornulf_ollamaLoader"
|
||||
],
|
||||
@ -14452,28 +14501,6 @@
|
||||
"title_aux": "ComfyUI_StringToHex"
|
||||
}
|
||||
],
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy": [
|
||||
[
|
||||
"ComfyDeployWebscoketImageInput",
|
||||
"ComfyDeployWebscoketImageOutput",
|
||||
"ComfyUIDeployExternalBoolean",
|
||||
"ComfyUIDeployExternalCheckpoint",
|
||||
"ComfyUIDeployExternalImage",
|
||||
"ComfyUIDeployExternalImageAlpha",
|
||||
"ComfyUIDeployExternalImageBatch",
|
||||
"ComfyUIDeployExternalLora",
|
||||
"ComfyUIDeployExternalNumber",
|
||||
"ComfyUIDeployExternalNumberInt",
|
||||
"ComfyUIDeployExternalNumberSlider",
|
||||
"ComfyUIDeployExternalTextList",
|
||||
"ComfyUIDeployExternalVid",
|
||||
"ComfyUIDeployExternalVideo",
|
||||
"OpenArtDeployText"
|
||||
],
|
||||
{
|
||||
"title_aux": "openart-comfyui-deploy"
|
||||
}
|
||||
],
|
||||
"https://github.com/kunieone/ComfyUI_alkaid": [
|
||||
[
|
||||
"A_EmptyLatentImageLongside",
|
||||
@ -15545,6 +15572,7 @@
|
||||
"LF_KeywordCounter",
|
||||
"LF_KeywordToggleFromJSON",
|
||||
"LF_LLMChat",
|
||||
"LF_LLMMessenger",
|
||||
"LF_LoadImages",
|
||||
"LF_LoadLocalJSON",
|
||||
"LF_LoadMetadata",
|
||||
@ -15690,6 +15718,8 @@
|
||||
],
|
||||
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
|
||||
[
|
||||
"AlwaysExecute",
|
||||
"CommandPickerServing",
|
||||
"DiscordServing",
|
||||
"ServingInputImage",
|
||||
"ServingInputImageAsLatent",
|
||||
@ -16103,19 +16133,19 @@
|
||||
"title_aux": "MLTask_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [
|
||||
[
|
||||
"LoadAndSettingParametersMittimi01",
|
||||
"LoadAndSettingParametersMittimi02",
|
||||
"LoadPresetForSettingParametersMittimi01",
|
||||
"SettingParametersMittimi01"
|
||||
"CombineParamDataMittimi",
|
||||
"LoadSetParamMittimi",
|
||||
"SaveImageParamMittimi",
|
||||
"SaveParamToPresetMittimi"
|
||||
],
|
||||
{
|
||||
"author": "mittimi",
|
||||
"description": "The system selects and loads presets that have been saved in advance.",
|
||||
"nickname": "mittimiLoadPreset",
|
||||
"title": "mittimiLoadPreset",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset"
|
||||
"description": "This node can easily switch between models and prompts by saving presets.",
|
||||
"nickname": "mittimiLoadPreset2",
|
||||
"title": "mittimiLoadPreset2",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset2"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [
|
||||
@ -17385,9 +17415,13 @@
|
||||
"DepthBasedMaskOpacity",
|
||||
"DepthFeatureNode",
|
||||
"DepthShapeModifier",
|
||||
"DownloadCREPEModel",
|
||||
"DownloadOpenUnmixModel",
|
||||
"DyeImage",
|
||||
"EffectVisualizer",
|
||||
"EmitterMovement",
|
||||
"EmptyImageFromAudio",
|
||||
"EmptyMaskFromAudio",
|
||||
"FeatureCombine",
|
||||
"FeatureFade",
|
||||
"FeatureMath",
|
||||
@ -17397,6 +17431,7 @@
|
||||
"FeatureScaler",
|
||||
"FeatureSmoothing",
|
||||
"FeatureToWeightsStrategy",
|
||||
"FeatureTruncateOrExtend",
|
||||
"FlexDepthBasedMaskOpacity",
|
||||
"FlexImageBloom",
|
||||
"FlexImageChromaticAberration",
|
||||
@ -17414,6 +17449,7 @@
|
||||
"FlexMaskEmanatingRings",
|
||||
"FlexMaskMath",
|
||||
"FlexMaskMorph",
|
||||
"FlexMaskNormalLighting",
|
||||
"FlexMaskOpacity",
|
||||
"FlexMaskRandomShapes",
|
||||
"FlexMaskTransform",
|
||||
@ -17447,6 +17483,11 @@
|
||||
"ParticleEmitter",
|
||||
"ParticleSizeModulation",
|
||||
"ParticleSpeedModulation",
|
||||
"PitchFeatureExtractor",
|
||||
"PitchRange",
|
||||
"PitchRangeByNoteNode",
|
||||
"PitchRangePreset",
|
||||
"PitchVisualizer",
|
||||
"PreviewFeature",
|
||||
"ProximityFeatureNode",
|
||||
"ProximityVisualizer",
|
||||
@ -18554,6 +18595,16 @@
|
||||
"title_aux": "comfyui_lumaAPI"
|
||||
}
|
||||
],
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools": [
|
||||
[
|
||||
"Detect Faces and Draw Detection Box",
|
||||
"Directory Loader",
|
||||
"Filter Images Without Faces"
|
||||
],
|
||||
{
|
||||
"title_aux": "LoRa Dataset Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/syaofox/ComfyUI_FoxTools": [
|
||||
[
|
||||
"FoxBatchImageFromList",
|
||||
@ -19077,6 +19128,14 @@
|
||||
"title_aux": "comfyui-webcam-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py": [
|
||||
[
|
||||
"Face-similarity"
|
||||
],
|
||||
{
|
||||
"title_aux": "FaceSimilarity"
|
||||
}
|
||||
],
|
||||
"https://github.com/un-seen/comfyui-tensorops": [
|
||||
[
|
||||
"BackgroundSelect",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user