mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
e39ab82142
commit
07aa30fccc
@ -8804,16 +8804,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Store settings by model."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-load-image-with-cmd",
|
||||
"reference": "https://github.com/shinich39/comfyui-load-image-with-cmd",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-load-image-with-cmd"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Load image and partially workflow with javascript."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "connect-from-afar",
|
||||
@ -8844,16 +8834,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Create a new group of nodes."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-textarea-keybindings",
|
||||
"reference": "https://github.com/shinich39/comfyui-textarea-keybindings",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-textarea-keybindings"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Add keybindings to textarea."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-textarea-command",
|
||||
@ -13458,7 +13438,17 @@
|
||||
"https://github.com/neverbiasu/ComfyUI-StyleShot"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:StyleShotApply"
|
||||
"description": "This project integrates [a/StyleShot](https://github.com/open-mmlab/StyleShot) functionality into ComfyUI, thanks to the foundational work by continue-revolution."
|
||||
},
|
||||
{
|
||||
"author": "neverbiasu",
|
||||
"title": "ComfyUI-Dashscope",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-Dashscope",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-Dashscope"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This project adapts the dashscope([a/aliyun-bailian](https://bailian.console.aliyun.com)) api into ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "DriftJohnson",
|
||||
@ -17044,6 +17034,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Remove backgrounds from images with [a/BEN](https://huggingface.co/PramaLLC/BEN) in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "Doctor Diffusion",
|
||||
"title": "ComfyUI-basic-pitch",
|
||||
"reference": "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch",
|
||||
"files": [
|
||||
"https://github.com/DoctorDiffusion/ComfyUI-basic-pitch"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Audio to midi functionality within ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "robtl2",
|
||||
"title": "ComfyUI-ComfyBridge",
|
||||
@ -17443,6 +17443,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A node for ComfyUI that takes a list of masks and returns a single mask based on your criteria. For example, it can be used to mask the leftmost subject in an image containing more than one subject of the same class. The workflow below demonstrates the difference between Mask Arbiter (top) and traditional Grounding DINO masking (bottom.)"
|
||||
},
|
||||
{
|
||||
"author": "SparknightLLC",
|
||||
"title": "ComfyUI-ConditionalInterrupt",
|
||||
"reference": "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt",
|
||||
"files": [
|
||||
"https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node for ComfyUI that terminates the workflow processing if 'proceed' is set to False. More convenient than manually bypassing a bunch of nodes.\nThis is a restructured version of the 'SRL Conditional Interrupt' node from the [a/srl-nodes](https://github.com/seanlynch/srl-nodes) pack."
|
||||
},
|
||||
{
|
||||
"author": "lightricks",
|
||||
"title": "ComfyUI-LTXVideo",
|
||||
@ -17968,16 +17978,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-3D-Covert is a 3D File Format Conversion Extension based on 3dconvert.nsdt.cloud-API. It provides a node ConvertTo3DFormat currently available, is a powerful tool designed to streamline the conversion of 3D models between a wide array of file formats."
|
||||
},
|
||||
{
|
||||
"author": "daqingliu",
|
||||
"title": "ComfyUI-SaveImageOSS",
|
||||
"reference": "https://github.com/daqingliu/ComfyUI-SaveImageOSS",
|
||||
"files": [
|
||||
"https://github.com/daqingliu/ComfyUI-SaveImageOSS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Save images directly to URL, e.g., OSS. Just input the url in the text box!"
|
||||
},
|
||||
{
|
||||
"author": "Mr.Chip",
|
||||
"title": "ComfyUI-SaveImageS3",
|
||||
@ -18356,6 +18356,100 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Image to caption with CLIP ViT-L/14. Small and fast addition to the CLIP-L model you already have loaded to generate captions for images within your workflow."
|
||||
},
|
||||
{
|
||||
"author": "York Xiang",
|
||||
"title": "Remembering utils",
|
||||
"id": "comfyui-rememberingutils",
|
||||
"reference": "https://github.com/bombless/comfyUI-RememberingUtils",
|
||||
"files": [
|
||||
"https://github.com/bombless/comfyUI-RememberingUtils"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Helper nodes to display last seed and prompt."
|
||||
},
|
||||
{
|
||||
"author": "shahkoorosh",
|
||||
"title": "ComfyUI-KGnodes",
|
||||
"reference": "https://github.com/shahkoorosh/ComfyUI-KGnodes",
|
||||
"files": [
|
||||
"https://github.com/shahkoorosh/ComfyUI-KGnodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Custom Resolution Latent Node, Style Selector\nThis Custom node offers various experimental nodes to make it easier to use ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "shahkoorosh",
|
||||
"title": "comfyui-sunflower-nodes",
|
||||
"reference": "https://github.com/andygill/comfyui-sunflower-nodes",
|
||||
"files": [
|
||||
"https://github.com/andygill/comfyui-sunflower-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for 3D visualization."
|
||||
},
|
||||
{
|
||||
"author": "shahkoorosh",
|
||||
"title": "ComfyUI_RH_APICall",
|
||||
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_APICall",
|
||||
"files": [
|
||||
"https://github.com/HM-RunningHub/ComfyUI_RH_APICall"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a ComfyUI plugin that makes it easier to call and run workflows from RunningHub in your local ComfyUI setup."
|
||||
},
|
||||
{
|
||||
"author": "wqjuser",
|
||||
"title": "ComfyUI-Chat-Image",
|
||||
"reference": "https://github.com/wqjuser/ComfyUI-Chat-Image",
|
||||
"files": [
|
||||
"https://github.com/wqjuser/ComfyUI-Chat-Image"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Use an online large language model to describe images."
|
||||
},
|
||||
{
|
||||
"author": "solution9th",
|
||||
"title": "Comfyui_mobilesam",
|
||||
"reference": "https://github.com/solution9th/Comfyui_mobilesam",
|
||||
"files": [
|
||||
"https://github.com/solution9th/Comfyui_mobilesam"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Mobile SAM Model Loader, Mobile SAM Detector, Mobile SAM Predictor"
|
||||
},
|
||||
{
|
||||
"author": "ronsantash",
|
||||
"title": "ComfyUIFlexiLoRALoader",
|
||||
"reference": "https://github.com/ronsantash/Comfyui-flexi-lora-loader",
|
||||
"files": [
|
||||
"https://github.com/ronsantash/Comfyui-flexi-lora-loader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "FlexiLoRALoader - A ComfyUI custom node for dynamic LoRA weight management. Apply multiple LoRAs with flexible weight patterns and randomization features for creative AI image generation.\nFeatures: • Multiple LoRA handling (up to 3) • Weight pattern presets • Random/Sequential mode • Debug logging support"
|
||||
},
|
||||
{
|
||||
"author": "zhilemann",
|
||||
"title": "ComfyUI-moondream2",
|
||||
"reference": "https://github.com/zhilemann/ComfyUI-moondream2",
|
||||
"files": [
|
||||
"https://github.com/zhilemann/ComfyUI-moondream2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "nodes for nightly moondream2 VLM inference\nsupports only captioning and visual queries at the moment"
|
||||
},
|
||||
{
|
||||
"author": "cherninlab",
|
||||
"title": "Logo Generator Node for ComfyUI",
|
||||
"reference": "https://github.com/cherninlab/logo-generator-comfyui",
|
||||
"files": [
|
||||
"https://github.com/cherninlab/logo-generator-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node allows you to generate logo images using Google Fonts."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -18798,15 +18892,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "York Xiang",
|
||||
"title": "Remembering utils",
|
||||
"id": "comfyui-rememberingutils",
|
||||
"reference": "https://github.com/bombless/comfyUI-RememberingUtils",
|
||||
"files": ["https://github.com/bombless/comfyUI-RememberingUtils"],
|
||||
"install_type": "git-clone",
|
||||
"description": "Helper nodes to display last seed and prompt."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -30,7 +30,8 @@
|
||||
],
|
||||
"https://github.com/1038lab/ComfyUI-RMBG": [
|
||||
[
|
||||
"RMBG"
|
||||
"RMBG",
|
||||
"Segment"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RMBG"
|
||||
@ -376,6 +377,7 @@
|
||||
"LoadColorConfig",
|
||||
"LoadImageAdv",
|
||||
"LoadImageFromPath",
|
||||
"MaskAndMaskMath",
|
||||
"MaskDetection",
|
||||
"MaskLineMapping",
|
||||
"MaskSelectMask",
|
||||
@ -1271,7 +1273,7 @@
|
||||
],
|
||||
"https://github.com/Aksaz/comfyui-seamless-clone": [
|
||||
[
|
||||
"Seamless Cloning"
|
||||
"Seamless Clone"
|
||||
],
|
||||
{
|
||||
"title_aux": "seamless-clone-comfyui"
|
||||
@ -2535,60 +2537,53 @@
|
||||
],
|
||||
"https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": [
|
||||
[
|
||||
"DPAspectRatioPicker",
|
||||
"DPBrokenToken",
|
||||
"DPLogoAnimator",
|
||||
"DPVideoEffectReceiver",
|
||||
"DPVideoEffectSender",
|
||||
"DPVideoFlicker",
|
||||
"DP_2Floats_0_1",
|
||||
"DP_2floats_0_1",
|
||||
"DP_3Floats_0_1",
|
||||
"DP_3Parts_Line_Cycler",
|
||||
"DP_3floats_0_1",
|
||||
"DP_5Floats_0_1",
|
||||
"DP_5floats_0_1",
|
||||
"DP_Animation_Calculator_5Inputs",
|
||||
"DP_Aspect_Ratio",
|
||||
"DP_Big_Letters",
|
||||
"DP_Broken_Token",
|
||||
"DP_Clean_Prompt",
|
||||
"DP_Crazy_Prompt",
|
||||
"DP_Create_JSON",
|
||||
"DP_Diff_Int_8step_selector",
|
||||
"DP_Diff_Int_transition_selector",
|
||||
"DP_FastSlowMotion",
|
||||
"DP_Fast_Slow_Motion",
|
||||
"DP_Five_Lora",
|
||||
"DP_Five_Lora_Random",
|
||||
"DP_Float_0_1",
|
||||
"DP_Image_Color_Analyzer",
|
||||
"DP_Image_Empty_Latent_Switch",
|
||||
"DP_Image_Loader_Big",
|
||||
"DP_Image_Loader_Medium",
|
||||
"DP_Image_Loader_Small",
|
||||
"DP_Image_Loader_With_Resize",
|
||||
"DP_Image_Slide_Show",
|
||||
"DP_Logo_Animator",
|
||||
"DP_Prompt_Random_Switch",
|
||||
"DP_Prompt_Styler",
|
||||
"DP_Quick_Link",
|
||||
"DP_Random_Char",
|
||||
"DP_Random_MinMax",
|
||||
"DP_Smart_Saver",
|
||||
"DP_String_With_Switch",
|
||||
"DP_Video_Effect_Receiver",
|
||||
"DP_Video_Effect_Sender",
|
||||
"DP_Video_Flicker",
|
||||
"DP_Video_Looper",
|
||||
"DP_Video_Transition",
|
||||
"DP_clean_prompt",
|
||||
"DP_create_json_file",
|
||||
"DP_float_0_1",
|
||||
"DP_smart_saver",
|
||||
"DP_txt_img2img_Switch",
|
||||
"DpPromptStyler",
|
||||
"Dp_Random_Crazy_Prompt_Generator"
|
||||
"DP 2 String Switch",
|
||||
"DP Animation Calculator 10 Inputs",
|
||||
"DP Animation Calculator 5 Inputs",
|
||||
"DP Aspect Ratio Picker",
|
||||
"DP Big Letters",
|
||||
"DP Broken Token",
|
||||
"DP Clean Prompt",
|
||||
"DP Combo Controller",
|
||||
"DP Create Json File",
|
||||
"DP Diff Int 8step Selector",
|
||||
"DP Draggable Floats 1",
|
||||
"DP Draggable Floats 2",
|
||||
"DP Draggable Floats 3",
|
||||
"DP Fast Slow Motion",
|
||||
"DP Five Lora",
|
||||
"DP Five Lora Random",
|
||||
"DP Image Color Analyzer",
|
||||
"DP Image Color Effect",
|
||||
"DP Image Effect Processor",
|
||||
"DP Image Empty Latent Switch Flux",
|
||||
"DP Image Empty Latent Switch SDXL",
|
||||
"DP Image Slide Show",
|
||||
"DP Load Image Effects",
|
||||
"DP Load Image Effects Small",
|
||||
"DP Logo Animator",
|
||||
"DP Logo Animator Advanced",
|
||||
"DP Lora Random Strength Controller",
|
||||
"DP Lora Strength Controller",
|
||||
"DP Prompt Manager",
|
||||
"DP Prompt Mode Controller",
|
||||
"DP Prompt Styler",
|
||||
"DP Random Character",
|
||||
"DP Random Crazy Prompt Generator",
|
||||
"DP Random Min Max",
|
||||
"DP Save Preview Image",
|
||||
"DP Set New Model Folder Link",
|
||||
"DP String Text",
|
||||
"DP String With Switch",
|
||||
"DP Switch Controller",
|
||||
"DP Text Preview",
|
||||
"DP Transition Frames Selector",
|
||||
"DP Video Effect Receiver",
|
||||
"DP Video Effect Sender",
|
||||
"DP Video Flicker",
|
||||
"DP Video Looper",
|
||||
"DP Video Transition",
|
||||
"DP_Logo_Animator_Advanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Desert-Pixel-Nodes"
|
||||
@ -2641,6 +2636,15 @@
|
||||
"title_aux": "ComfyUI-SnakeOil"
|
||||
}
|
||||
],
|
||||
"https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": [
|
||||
[
|
||||
"AudioToMidi",
|
||||
"SaveMidi"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-basic-pitch"
|
||||
}
|
||||
],
|
||||
"https://github.com/DrMWeigand/ComfyUI-StereoVision": [
|
||||
[
|
||||
"AutostereogramGenerator",
|
||||
@ -2669,22 +2673,15 @@
|
||||
"AD_DeleteLocalAny",
|
||||
"AD_FluxTrainStepMath",
|
||||
"AD_HFDownload",
|
||||
"AD_ImageColorFilter",
|
||||
"AD_ImageDrawRectangleSimple",
|
||||
"AD_ImageIndexer",
|
||||
"AD_ImageSaver",
|
||||
"AD_LoadImageAdvanced",
|
||||
"AD_PromptReplace",
|
||||
"AD_TextListToString",
|
||||
"AD_TextSaver",
|
||||
"AD_TxtToCSVCombiner",
|
||||
"AD_ZipSave",
|
||||
"RunningHubAccountStatus",
|
||||
"RunningHubFilePreviewer",
|
||||
"RunningHubFileSaver",
|
||||
"RunningHubInit",
|
||||
"RunningHubNodeInfo",
|
||||
"RunningHubNodeInfoCollector",
|
||||
"RunningHubNodeInfoReplace",
|
||||
"RunningHubWorkflowExecutor",
|
||||
"RunningHubWorkflowID"
|
||||
"AD_ZipSave"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Addoor"
|
||||
@ -3666,6 +3663,16 @@
|
||||
"title_aux": "ComfyUI-FilePathCreator"
|
||||
}
|
||||
],
|
||||
"https://github.com/HM-RunningHub/ComfyUI_RH_APICall": [
|
||||
[
|
||||
"RH_ExecuteNode",
|
||||
"RH_NodeInfoListNode",
|
||||
"RH_SettingsNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_RH_APICall"
|
||||
}
|
||||
],
|
||||
"https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": [
|
||||
[
|
||||
"RunningHub_Omini_Fill",
|
||||
@ -4015,6 +4022,7 @@
|
||||
"Animate_X_Image_Long",
|
||||
"Animate_X_ReposeImage",
|
||||
"Gen_align_pose",
|
||||
"Gen_align_pose2",
|
||||
"ReposeImage",
|
||||
"UniAnimateImage",
|
||||
"UniAnimateImageLong"
|
||||
@ -4060,7 +4068,7 @@
|
||||
"IsulionTechGenerator",
|
||||
"IsulionTimeOfDayGenerator",
|
||||
"IsulionWeatherGenerator",
|
||||
"\u23fb IsulionShutdown"
|
||||
"\ud83d\udca4 IsulionShutdown"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Isulion Random Prompt Generator"
|
||||
@ -4992,6 +5000,15 @@
|
||||
"title_aux": "Gemini prompt generator JT version"
|
||||
}
|
||||
],
|
||||
"https://github.com/Light-x02/ComfyUI-FluxSettingsNode": [
|
||||
[
|
||||
"DisableNoise",
|
||||
"FluxSettingsNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Flux Settings Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": [
|
||||
[
|
||||
"ImageMetadataLoader",
|
||||
@ -5632,6 +5649,8 @@
|
||||
"BatchOffset",
|
||||
"DJZ-LoadLatent",
|
||||
"DJZ-LoadLatentV2",
|
||||
"DJZDatamosh",
|
||||
"DJZDatamoshV2",
|
||||
"ImageSizeAdjuster",
|
||||
"ImageSizeAdjusterV2",
|
||||
"ImageSizeAdjusterV3",
|
||||
@ -7195,6 +7214,15 @@
|
||||
"title_aux": "ComfyUI_AnimationNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/SlackinJack/asyncdiff_comfyui": [
|
||||
[
|
||||
"AsyncDiffImg2VidSampler",
|
||||
"AsyncDiffSVDPipelineLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "asyncdiff_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/SlackinJack/distrifuser_comfyui": [
|
||||
[
|
||||
"DistrifuserPipelineLoader",
|
||||
@ -7352,6 +7380,14 @@
|
||||
"title_aux": "Text to video for Stable Video Diffusion in ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [
|
||||
[
|
||||
"Conditional Interrupt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ConditionalInterrupt"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-LatentClamp": [
|
||||
[
|
||||
"LatentClamp"
|
||||
@ -7429,26 +7465,31 @@
|
||||
"SDVN Easy IPAdapter weight",
|
||||
"SDVN Exif check",
|
||||
"SDVN Image Info",
|
||||
"SDVN Image Layout",
|
||||
"SDVN Image Size",
|
||||
"SDVN Inpaint",
|
||||
"SDVN KSampler",
|
||||
"SDVN Load Checkpoint",
|
||||
"SDVN Load Image",
|
||||
"SDVN Load Image Folder",
|
||||
"SDVN Load Image Url",
|
||||
"SDVN Load Lora",
|
||||
"SDVN Load Text",
|
||||
"SDVN Logic",
|
||||
"SDVN Lora Download",
|
||||
"SDVN Lora info",
|
||||
"SDVN Lora info editor",
|
||||
"SDVN Merge Flux",
|
||||
"SDVN Merge SD1",
|
||||
"SDVN Merge SDXL",
|
||||
"SDVN Metadata Check",
|
||||
"SDVN Model Merge",
|
||||
"SDVN Model info editor",
|
||||
"SDVN Pipe In",
|
||||
"SDVN Pipe Out",
|
||||
"SDVN Pipe Out All",
|
||||
"SDVN Run Python Code",
|
||||
"SDVN Run Test",
|
||||
"SDVN Save Text",
|
||||
"SDVN Seed",
|
||||
"SDVN StyleModel Download",
|
||||
"SDVN Styles",
|
||||
@ -10054,6 +10095,15 @@
|
||||
"title_aux": "CLIP Directional Prompt Attention"
|
||||
}
|
||||
],
|
||||
"https://github.com/andygill/comfyui-sunflower-nodes": [
|
||||
[
|
||||
"ChannelSelect",
|
||||
"EquirectangularToRectilinear"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-sunflower-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/angeloshredder/StableCascadeResizer": [
|
||||
[
|
||||
"CascadeResize"
|
||||
@ -10087,20 +10137,17 @@
|
||||
"Sage_DualCLIPTextEncode",
|
||||
"Sage_EmptyLatentImagePassthrough",
|
||||
"Sage_GetFileHash",
|
||||
"Sage_GetInfoFromHash",
|
||||
"Sage_GetModelJSONFromHash",
|
||||
"Sage_GetPicturesFromHash",
|
||||
"Sage_JoinText",
|
||||
"Sage_KSampler",
|
||||
"Sage_LastLoraInfo",
|
||||
"Sage_LoadImage",
|
||||
"Sage_LogicalSwitch",
|
||||
"Sage_LoraStack",
|
||||
"Sage_LoraStackLoader",
|
||||
"Sage_LoraStackRecent",
|
||||
"Sage_ModelInfoBreakout",
|
||||
"Sage_ModelInfoFromModelId",
|
||||
"Sage_ModelInfo",
|
||||
"Sage_ModelReport",
|
||||
"Sage_PonyPrefix",
|
||||
"Sage_PopulateCache",
|
||||
"Sage_SamplerInfo",
|
||||
"Sage_SaveImageWithMetadata",
|
||||
"Sage_SetBool",
|
||||
@ -10167,7 +10214,8 @@
|
||||
"PCLazyTextEncodeAdvanced",
|
||||
"PCLoraHooksFromText",
|
||||
"PCSetPCTextEncodeSettings",
|
||||
"PCTextEncode"
|
||||
"PCTextEncode",
|
||||
"PCTextEncodeWithRange"
|
||||
],
|
||||
{
|
||||
"author": "asagi4",
|
||||
@ -10355,6 +10403,7 @@
|
||||
"SP-UnetSave",
|
||||
"SP_DDInpaint_Pipe",
|
||||
"SP_DictValue",
|
||||
"SP_DynamicCombo",
|
||||
"SP_FlorenceCaption",
|
||||
"SP_FluxFastMergePatchFP8 [Experimental]",
|
||||
"SP_FluxLoader",
|
||||
@ -10365,6 +10414,7 @@
|
||||
"SP_HiresGen_Dynamic",
|
||||
"SP_HiresGen_HiresCfg",
|
||||
"SP_HiresGen_Sharpen",
|
||||
"SP_HunyuanLoader",
|
||||
"SP_KSampler",
|
||||
"SP_KSamplerSelect",
|
||||
"SP_KoboldCpp",
|
||||
@ -10528,6 +10578,8 @@
|
||||
"PromptToNAID",
|
||||
"RemoveBGNAID",
|
||||
"SketchNAID",
|
||||
"V4BasePrompt",
|
||||
"V4NegativePrompt",
|
||||
"VibeTransferOptionNAID"
|
||||
],
|
||||
{
|
||||
@ -10795,6 +10847,16 @@
|
||||
"title_aux": "ComfyUI-MagicDance"
|
||||
}
|
||||
],
|
||||
"https://github.com/bombless/comfyUI-RememberingUtils": [
|
||||
[
|
||||
"RememberLastSeed",
|
||||
"ShowLastSeed",
|
||||
"ShowLastText"
|
||||
],
|
||||
{
|
||||
"title_aux": "Remembering utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/boredofnames/ComfyUI-ntfy": [
|
||||
[
|
||||
"Ntfy",
|
||||
@ -11558,6 +11620,14 @@
|
||||
"title_aux": "ComfyUI-SCStepFun"
|
||||
}
|
||||
],
|
||||
"https://github.com/cherninlab/logo-generator-comfyui": [
|
||||
[
|
||||
"GoogleFontsLogo"
|
||||
],
|
||||
{
|
||||
"title_aux": "Logo Generator Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/chesnokovivan/ComfyUI-Novakid": [
|
||||
[
|
||||
"Novakid Styler"
|
||||
@ -11667,6 +11737,7 @@
|
||||
"LayerUtility: BooleanOperatorV2",
|
||||
"LayerUtility: CheckMask",
|
||||
"LayerUtility: CheckMaskV2",
|
||||
"LayerUtility: ChoiceTextPreset",
|
||||
"LayerUtility: ColorImage",
|
||||
"LayerUtility: ColorImage V2",
|
||||
"LayerUtility: ColorName",
|
||||
@ -11735,6 +11806,7 @@
|
||||
"LayerUtility: TextImage V2",
|
||||
"LayerUtility: TextJoin",
|
||||
"LayerUtility: TextJoinV2",
|
||||
"LayerUtility: TextPreseter",
|
||||
"LayerUtility: VQAPrompt",
|
||||
"LayerUtility: XY to Percent"
|
||||
],
|
||||
@ -13079,17 +13151,6 @@
|
||||
"title_aux": "ComfyUI-TTS"
|
||||
}
|
||||
],
|
||||
"https://github.com/daqingliu/ComfyUI-SaveImageOSS": [
|
||||
[
|
||||
"LoadImageS3",
|
||||
"LoadImageURL",
|
||||
"SaveImageS3",
|
||||
"SaveImageURL"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SaveImageOSS"
|
||||
}
|
||||
],
|
||||
"https://github.com/darkpixel/darkprompts": [
|
||||
[
|
||||
"DarkAnyToString",
|
||||
@ -13615,8 +13676,11 @@
|
||||
"DRMBT_MultiMinMax",
|
||||
"DRMBT_String_Item_Menu",
|
||||
"ImageFrameBlend",
|
||||
"ImageResizeFaceAware",
|
||||
"ListItemExtract",
|
||||
"ListItemSelector",
|
||||
"MusicGen",
|
||||
"NormalizeAudio",
|
||||
"NumberPlusPlus",
|
||||
"NumberRemap",
|
||||
"SwitchDuo",
|
||||
@ -16007,6 +16071,8 @@
|
||||
"Base Model Parameters SD3API JK",
|
||||
"Base Model Pipe Extract JK",
|
||||
"Base Model Pipe JK",
|
||||
"Bool Binary And JK",
|
||||
"Bool Binary OR JK",
|
||||
"CM_BoolBinaryOperation JK",
|
||||
"CM_BoolToInt JK",
|
||||
"CM_BoolUnaryOperation JK",
|
||||
@ -16067,6 +16133,7 @@
|
||||
"CR Clip Input Switch JK",
|
||||
"CR Conditioning Input Switch JK",
|
||||
"CR ControlNet Input Switch JK",
|
||||
"CR ControlNet Loader JK",
|
||||
"CR ControlNet Stack Input Switch JK",
|
||||
"CR Float Input Switch JK",
|
||||
"CR Guider Input Switch JK",
|
||||
@ -16079,6 +16146,7 @@
|
||||
"CR Mask Input Switch JK",
|
||||
"CR Mesh Input Switch JK",
|
||||
"CR Model Input Switch JK",
|
||||
"CR Multi-ControlNet Param Stack JK",
|
||||
"CR Multi-ControlNet Stack JK",
|
||||
"CR Noise Input Switch JK",
|
||||
"CR Obit Pose Input Switch JK",
|
||||
@ -16093,6 +16161,7 @@
|
||||
"CR Text Input Switch JK",
|
||||
"CR VAE Input Switch JK",
|
||||
"Ckpt Loader JK",
|
||||
"Color Grading JK",
|
||||
"Detailer Parameters JK",
|
||||
"Embedding Picker JK",
|
||||
"Embedding Picker Multi JK",
|
||||
@ -16101,11 +16170,53 @@
|
||||
"Evaluate Floats JK",
|
||||
"Evaluate Ints JK",
|
||||
"Evaluate Strings JK",
|
||||
"Get Size JK",
|
||||
"Guidance Default JK",
|
||||
"HintImageEnchance JK",
|
||||
"IPAAdapterFaceIDBatch",
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterClipVisionEnhancer",
|
||||
"IPAdapterClipVisionEnhancerBatch",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
"IPAdapterEmbeds",
|
||||
"IPAdapterEmbedsBatch",
|
||||
"IPAdapterEncoder",
|
||||
"IPAdapterFaceID",
|
||||
"IPAdapterFaceIDKolors",
|
||||
"IPAdapterFromParams",
|
||||
"IPAdapterInsightFaceLoader",
|
||||
"IPAdapterLoadEmbeds",
|
||||
"IPAdapterMS",
|
||||
"IPAdapterModelLoader",
|
||||
"IPAdapterNoise",
|
||||
"IPAdapterPreciseComposition",
|
||||
"IPAdapterPreciseCompositionBatch",
|
||||
"IPAdapterPreciseStyleTransfer",
|
||||
"IPAdapterPreciseStyleTransferBatch",
|
||||
"IPAdapterPromptScheduleFromWeightsStrategy",
|
||||
"IPAdapterRegionalConditioning",
|
||||
"IPAdapterSaveEmbeds",
|
||||
"IPAdapterStyleComposition",
|
||||
"IPAdapterStyleCompositionBatch",
|
||||
"IPAdapterTiled",
|
||||
"IPAdapterTiledBatch",
|
||||
"IPAdapterUnifiedLoader",
|
||||
"IPAdapterUnifiedLoaderCommunity",
|
||||
"IPAdapterUnifiedLoaderFaceID",
|
||||
"IPAdapterWeights",
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"Image Crop by Mask Resolution JK",
|
||||
"Image Remove Alpha JK",
|
||||
"Image Resize Mode JK",
|
||||
"Image Upscale Parameters Extract JK",
|
||||
"Is Mask Empty JK",
|
||||
"Ksampler Parameters Default JK",
|
||||
"Ksampler Parameters JK",
|
||||
"Latent Crop Offset JK",
|
||||
"Latent Upscale Parameters Extract JK",
|
||||
"Load Image With Metadata JK",
|
||||
"Metadata Pipe Extract JK",
|
||||
@ -16117,6 +16228,7 @@
|
||||
"OrbitLists to OrbitPoses JK",
|
||||
"OrbitPoses to OrbitLists JK",
|
||||
"Pipe End JK",
|
||||
"PrepImageForClipVision",
|
||||
"Project Setting JK",
|
||||
"Random Beats JK",
|
||||
"Refine 1 Parameters Extract JK",
|
||||
@ -16131,6 +16243,7 @@
|
||||
"Reroute String JK",
|
||||
"Reroute Upscale JK",
|
||||
"Reroute Vae JK",
|
||||
"SDXL Target Res JK",
|
||||
"SDXLPromptStylerAll",
|
||||
"SDXLPromptStylerHorror",
|
||||
"SDXLPromptStylerMisc",
|
||||
@ -16175,8 +16288,9 @@
|
||||
"Sampler Loader JK",
|
||||
"Save Image with Metadata Flow JK",
|
||||
"Save Image with Metadata JK",
|
||||
"Scale To Resolution JK",
|
||||
"Stability Conservative Upscale",
|
||||
"Stability Control Skech",
|
||||
"Stability Control Sketch",
|
||||
"Stability Control Structure",
|
||||
"Stability Control Style",
|
||||
"Stability Creative Upscale",
|
||||
@ -16187,11 +16301,13 @@
|
||||
"Stability Inpainting",
|
||||
"Stability Outpainting",
|
||||
"Stability Remove Background",
|
||||
"Stability Replace Background and Relight",
|
||||
"Stability SD3",
|
||||
"Stability Search And Recolor",
|
||||
"Stability Search and Replace",
|
||||
"String To Combo JK",
|
||||
"Tiling Mode JK",
|
||||
"Upscale Method JK",
|
||||
"Upscale Model Loader JK",
|
||||
"Upscale Model Parameters Extract JK",
|
||||
"Upscale Model Parameters JK",
|
||||
@ -17411,6 +17527,7 @@
|
||||
"OffsetMask",
|
||||
"OffsetMaskByNormalizedAmplitude",
|
||||
"PatchModelPatcherOrder",
|
||||
"PathchSageAttentionKJ",
|
||||
"PlotCoordinates",
|
||||
"PointsEditor",
|
||||
"PreviewAnimation",
|
||||
@ -17822,33 +17939,6 @@
|
||||
"title_aux": "comfyui-jk-easy-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/krich-cto/ComfyUI-Flow-Control": [
|
||||
[
|
||||
"CLIPLoaderGGUF",
|
||||
"DualCLIPLoaderGGUF",
|
||||
"FlowCheckpointPresetLoader",
|
||||
"FlowClipCondition",
|
||||
"FlowClipTextEncode",
|
||||
"FlowConditioningAutoSwitch",
|
||||
"FlowFluxPresetLoader",
|
||||
"FlowGate",
|
||||
"FlowImageAutoBatch",
|
||||
"FlowImageCondition",
|
||||
"FlowKSampler",
|
||||
"FlowLatentAutoBatch",
|
||||
"FlowLatentCondition",
|
||||
"FlowLoraLoader",
|
||||
"FlowLoraLoaderModelOnly",
|
||||
"FlowModelManager",
|
||||
"FlowSaveImage",
|
||||
"TripleCLIPLoaderGGUF",
|
||||
"UnetLoaderGGUF",
|
||||
"UnetLoaderGGUFAdvanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Flow Control"
|
||||
}
|
||||
],
|
||||
"https://github.com/kunieone/ComfyUI_alkaid": [
|
||||
[
|
||||
"A_EmptyLatentImageLongside",
|
||||
@ -18225,6 +18315,14 @@
|
||||
"title_aux": "ComfyUI-HakuImg"
|
||||
}
|
||||
],
|
||||
"https://github.com/licyk/ComfyUI-TCD-Sampler": [
|
||||
[
|
||||
"TCDScheduler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TCD-Sampler"
|
||||
}
|
||||
],
|
||||
"https://github.com/linshier/comfyui-remote-tools": [
|
||||
[
|
||||
"LoadBase64(js)",
|
||||
@ -20375,6 +20473,15 @@
|
||||
"title_aux": "comfyui-smooth-step-lora-loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-Dashscope": [
|
||||
[
|
||||
"DashscopeLLMLoader",
|
||||
"DashscopeVLMLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Dashscope"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner": [
|
||||
[
|
||||
"ImageCaptioner"
|
||||
@ -20984,6 +21091,16 @@
|
||||
"title_aux": "ComfyUI-LyraVSIH"
|
||||
}
|
||||
],
|
||||
"https://github.com/pharmapsychotic/comfy-cliption": [
|
||||
[
|
||||
"CLIPtionBeamSearch",
|
||||
"CLIPtionGenerate",
|
||||
"CLIPtionLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy-cliption"
|
||||
}
|
||||
],
|
||||
"https://github.com/phazei/ConfyUI-node-prompt-stash-saver": [
|
||||
[
|
||||
"PromptStashManager",
|
||||
@ -21105,19 +21222,6 @@
|
||||
"title_aux": "CRT-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/pollockjj/ComfyUI-MultiGPU": [
|
||||
[
|
||||
"CLIPLoaderMultiGPU",
|
||||
"CheckpointLoaderMultiGPU",
|
||||
"ControlNetLoaderMultiGPU",
|
||||
"DualCLIPLoaderMultiGPU",
|
||||
"UNETLoaderMultiGPU",
|
||||
"VAELoaderMultiGPU"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MultiGPU"
|
||||
}
|
||||
],
|
||||
"https://github.com/portu-sim/comfyui_bmab": [
|
||||
[
|
||||
"BMAB Alpha Composit",
|
||||
@ -21697,6 +21801,14 @@
|
||||
"title_aux": "ComfyUI-Tara-LLM-Integration"
|
||||
}
|
||||
],
|
||||
"https://github.com/ronsantash/Comfyui-flexi-lora-loader": [
|
||||
[
|
||||
"ComfyUIFlexiLoRALoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUIFlexiLoRALoader"
|
||||
}
|
||||
],
|
||||
"https://github.com/royceschultz/ComfyUI-Notifications": [
|
||||
[
|
||||
"Notif-PlaySound",
|
||||
@ -22009,6 +22121,7 @@
|
||||
"TimeFeatureNode",
|
||||
"VideoChunk",
|
||||
"Vortex",
|
||||
"WhisperToPromptTravel",
|
||||
"_mfc"
|
||||
],
|
||||
{
|
||||
@ -22255,6 +22368,19 @@
|
||||
"title_aux": "comfyui-ultralytics-yolo"
|
||||
}
|
||||
],
|
||||
"https://github.com/shahkoorosh/ComfyUI-KGnodes": [
|
||||
[
|
||||
"CustomResolutionLatentNode",
|
||||
"StyleSelector"
|
||||
],
|
||||
{
|
||||
"author": "ShahKoorosh",
|
||||
"description": "This Custom node offers various experimental nodes to make it easier to use ComfyUI.",
|
||||
"nickname": "KGnodes",
|
||||
"title": "ComfyUI-KGnodes",
|
||||
"title_aux": "ComfyUI-KGnodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/shi3z/ComfyUI_Memeplex_DALLE": [
|
||||
[
|
||||
"DallERender",
|
||||
@ -22327,18 +22453,6 @@
|
||||
"title_aux": "ComfyUI-send-Eagle(slim)"
|
||||
}
|
||||
],
|
||||
"https://github.com/shinich39/comfyui-load-image-with-cmd": [
|
||||
[
|
||||
"LoadImageWithCMD"
|
||||
],
|
||||
{
|
||||
"author": "shinich39",
|
||||
"description": "Load image and partially workflow with javascript.",
|
||||
"nickname": "load-image-with-cmd",
|
||||
"title": "load-image-with-cmd",
|
||||
"title_aux": "comfyui-load-image-with-cmd"
|
||||
}
|
||||
],
|
||||
"https://github.com/shinich39/comfyui-parse-image": [
|
||||
[
|
||||
"LoadBooleanFromImage",
|
||||
@ -22904,6 +23018,16 @@
|
||||
"title_aux": "comfyui-snek-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/solution9th/Comfyui_mobilesam": [
|
||||
[
|
||||
"MobileSamDetector",
|
||||
"MobileSamModelLoader",
|
||||
"MobileSamPredictor"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui_mobilesam"
|
||||
}
|
||||
],
|
||||
"https://github.com/souki202/ComfyUI-LoadImage-Advanced": [
|
||||
[
|
||||
"ColorAdjustment",
|
||||
@ -23175,6 +23299,7 @@
|
||||
"https://github.com/steelan9199/ComfyUI-Teeth": [
|
||||
[
|
||||
"teeth FindContours",
|
||||
"teeth Gemini2",
|
||||
"teeth GetFirstSeg",
|
||||
"teeth GetValueByIndexFromList",
|
||||
"teeth ImageGridLines",
|
||||
@ -24370,6 +24495,35 @@
|
||||
"title_aux": "easy-comfy-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/wmpmiles/comfyui-some-image-processing-stuff": [
|
||||
[
|
||||
"Blur Mask",
|
||||
"Color Grading",
|
||||
"Latent Zero Mask",
|
||||
"Mask-Crop Inpaint | Post",
|
||||
"Mask-Crop Inpaint | Pre",
|
||||
"Mask-Crop | Post",
|
||||
"Mask-Crop | Pre",
|
||||
"Resample Image",
|
||||
"Resample Latent",
|
||||
"Resample Mask",
|
||||
"Resampler | Area",
|
||||
"Resampler | Jinc-Lanczos",
|
||||
"Resampler | Lanczos",
|
||||
"Resampler | Mitchell-Netravali",
|
||||
"Resampler | Nearest-Neighbor",
|
||||
"Resampler | Triangle",
|
||||
"Scaler | Area",
|
||||
"Scaler | Fixed",
|
||||
"Scaler | Megapixels",
|
||||
"Scaler | Pixel Deltas",
|
||||
"Scaler | Side",
|
||||
"Scaler | Sides Unlinked"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-some-image-processing-stuff"
|
||||
}
|
||||
],
|
||||
"https://github.com/wolfden/ComfyUi_PromptStylers": [
|
||||
[
|
||||
"SDXLPromptStylerAll",
|
||||
@ -24432,6 +24586,14 @@
|
||||
"title_aux": "ComfyUI-RK-Sampler"
|
||||
}
|
||||
],
|
||||
"https://github.com/wqjuser/ComfyUI-Chat-Image": [
|
||||
[
|
||||
"LLMImageDescription"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Chat-Image"
|
||||
}
|
||||
],
|
||||
"https://github.com/wu12023/ComfyUI-Image-Evaluation": [
|
||||
[
|
||||
"Clip_Score-\ud83d\udd2c",
|
||||
@ -25374,6 +25536,7 @@
|
||||
"DeepfaceAnalyzeFaceAttributes",
|
||||
"DetectorForNSFW",
|
||||
"GenderControlOutput",
|
||||
"ImageAutoSelector",
|
||||
"ImageBatchOneOrMore",
|
||||
"ImageCompositeMaskedOneByOne",
|
||||
"ImageCompositeMaskedWithSwitch",
|
||||
@ -25410,6 +25573,17 @@
|
||||
"title_aux": "ComfyUI_photomakerV2_native"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhilemann/ComfyUI-moondream2": [
|
||||
[
|
||||
"moondream2_Caption",
|
||||
"moondream2_DownLoad",
|
||||
"moondream2_Encode",
|
||||
"moondream2_Query"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-moondream2"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [
|
||||
[
|
||||
"SD3AlimamaInpaintControlNetApplyAdvanced",
|
||||
@ -25465,8 +25639,6 @@
|
||||
[
|
||||
"CLIP Text Encode PS Regional",
|
||||
"Get Image From Photoshop Layer",
|
||||
"Image Times Opacity",
|
||||
"Mask Times Opacity",
|
||||
"Send Images To Photoshop"
|
||||
],
|
||||
{
|
||||
|
||||
4411
github-stats.json
4411
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -654,7 +654,12 @@ async def get_data(uri, silent=False):
|
||||
|
||||
if uri.startswith("http"):
|
||||
async with aiohttp.ClientSession(trust_env=True, connector=aiohttp.TCPConnector(verify_ssl=False)) as session:
|
||||
async with session.get(uri) as resp:
|
||||
headers = {
|
||||
'Cache-Control': 'no-cache',
|
||||
'Pragma': 'no-cache',
|
||||
'Expires': '0'
|
||||
}
|
||||
async with session.get(uri, headers=headers) as resp:
|
||||
json_text = await resp.text()
|
||||
else:
|
||||
with cache_lock:
|
||||
|
||||
@ -11,6 +11,66 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "warshanks",
|
||||
"title": "Shank-Tools",
|
||||
"reference": "https://github.com/warshanks/Shank-Tools",
|
||||
"files": [
|
||||
"https://github.com/warshanks/Shank-Tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Tile Calculator"
|
||||
},
|
||||
{
|
||||
"author": "BaronVonBoolean",
|
||||
"title": "ComfyUI-FileOps [UNSAFE]",
|
||||
"reference": "https://github.com/BaronVonBoolean/ComfyUI-FileOps",
|
||||
"files": [
|
||||
"https://github.com/BaronVonBoolean/ComfyUI-FileOps"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: File Mv, File Path, File Dir.\n[w/This is dangerous as it provides the ability to manipulate arbitrary user files.]"
|
||||
},
|
||||
{
|
||||
"author": "scottmudge",
|
||||
"title": "ComfyUI_BiscuitNodes",
|
||||
"reference": "https://github.com/scottmudge/ComfyUI_BiscuitNodes",
|
||||
"files": [
|
||||
"https://github.com/scottmudge/ComfyUI_BiscuitNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Load Image From Path Using File Selector"
|
||||
},
|
||||
{
|
||||
"author": "JissiChoi",
|
||||
"title": "ComfyUI-Jissi-List [WIP]",
|
||||
"reference": "https://github.com/JissiChoi/ComfyUI-Jissi-List",
|
||||
"files": [
|
||||
"https://github.com/JissiChoi/ComfyUI-Jissi-List"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Data List Management for ComfyUI\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "Maxim-Dey",
|
||||
"title": "ComfyUI-MS_Tools",
|
||||
"reference": "https://github.com/Maxim-Dey/ComfyUI-MS_Tools",
|
||||
"files": [
|
||||
"https://github.com/Maxim-Dey/ComfyUI-MS_Tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: MS Time Measure Node"
|
||||
},
|
||||
{
|
||||
"author": "jammyfu",
|
||||
"title": "ComfyUI PaintingCoderUtils Nodes [WIP]",
|
||||
"reference": "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils",
|
||||
"files": [
|
||||
"https://github.com/jammyfu/ComfyUI_PaintingCoderUtils"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of utility nodes designed for ComfyUI, offering convenient image processing tools.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "krich-cto",
|
||||
"title": "ComfyUI Flow Control [UNSTABLE]",
|
||||
|
||||
@ -418,6 +418,16 @@
|
||||
"title_aux": "execution-inversion-demo-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/BaronVonBoolean/ComfyUI-FileOps": [
|
||||
[
|
||||
"File Mv",
|
||||
"File Path",
|
||||
"Make Dir"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FileOps [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": [
|
||||
[
|
||||
"Display String",
|
||||
@ -636,22 +646,15 @@
|
||||
"AD_DeleteLocalAny",
|
||||
"AD_FluxTrainStepMath",
|
||||
"AD_HFDownload",
|
||||
"AD_ImageColorFilter",
|
||||
"AD_ImageDrawRectangleSimple",
|
||||
"AD_ImageIndexer",
|
||||
"AD_ImageSaver",
|
||||
"AD_LoadImageAdvanced",
|
||||
"AD_PromptReplace",
|
||||
"AD_TextListToString",
|
||||
"AD_TextSaver",
|
||||
"AD_TxtToCSVCombiner",
|
||||
"AD_ZipSave",
|
||||
"RunningHubAccountStatus",
|
||||
"RunningHubFilePreviewer",
|
||||
"RunningHubFileSaver",
|
||||
"RunningHubInit",
|
||||
"RunningHubNodeInfo",
|
||||
"RunningHubNodeInfoCollector",
|
||||
"RunningHubNodeInfoReplace",
|
||||
"RunningHubWorkflowExecutor",
|
||||
"RunningHubWorkflowID"
|
||||
"AD_ZipSave"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Addoor [UNSAFE]"
|
||||
@ -852,6 +855,21 @@
|
||||
"title_aux": "ComfyUI-SaveImagePlus"
|
||||
}
|
||||
],
|
||||
"https://github.com/JissiChoi/ComfyUI-Jissi-List": [
|
||||
[
|
||||
"JissiFloatList",
|
||||
"JissiList",
|
||||
"JissiMatching",
|
||||
"JissiMultiplePrompts",
|
||||
"JissiText",
|
||||
"JissiTextFileToListDisplay",
|
||||
"JissiTextTemplate",
|
||||
"JissiView"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Jissi-List [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Jordach/comfy-consistency-vae": [
|
||||
[
|
||||
"Comfy_ConsistencyVAE"
|
||||
@ -1023,6 +1041,14 @@
|
||||
"title_aux": "ComfyUI-MoviePy"
|
||||
}
|
||||
],
|
||||
"https://github.com/Maxim-Dey/ComfyUI-MS_Tools": [
|
||||
[
|
||||
"MS Time Measure Node"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MS_Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/MrAdamBlack/CheckProgress": [
|
||||
[
|
||||
"CHECK_PROGRESS"
|
||||
@ -1188,6 +1214,7 @@
|
||||
"MojenLogPercent",
|
||||
"MojenNSFWClassifier",
|
||||
"MojenNSFWClassifierSave",
|
||||
"MojenStringLength",
|
||||
"MojenStyleExtractor",
|
||||
"MojenTagProcessor"
|
||||
],
|
||||
@ -2704,6 +2731,17 @@
|
||||
"title_aux": "ComfyUI-LuminaNext [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [
|
||||
[
|
||||
"ColorPicker",
|
||||
"ImageResolutionAdjuster",
|
||||
"RemoveEmptyLinesAndLeadingSpaces",
|
||||
"RemoveEmptyLinesAndLeadingSpacesAdvance"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI PaintingCoderUtils Nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": [
|
||||
[
|
||||
"ComfyFluxSize"
|
||||
@ -2820,6 +2858,7 @@
|
||||
"ForceMinimumBatchSize",
|
||||
"ImageCompositeChained",
|
||||
"MatchImageCountToMaskCount",
|
||||
"RandomCharacterPrompts",
|
||||
"TargetLocationCrop",
|
||||
"TargetLocationPaste",
|
||||
"string_list_to_prompt_schedule"
|
||||
@ -3043,6 +3082,33 @@
|
||||
"title_aux": "KayTool"
|
||||
}
|
||||
],
|
||||
"https://github.com/krich-cto/ComfyUI-Flow-Control": [
|
||||
[
|
||||
"CLIPLoaderGGUF",
|
||||
"DualCLIPLoaderGGUF",
|
||||
"FlowCheckpointPresetLoader",
|
||||
"FlowClipCondition",
|
||||
"FlowClipTextEncode",
|
||||
"FlowConditioningAutoSwitch",
|
||||
"FlowFluxPresetLoader",
|
||||
"FlowGate",
|
||||
"FlowImageAutoBatch",
|
||||
"FlowImageCondition",
|
||||
"FlowKSampler",
|
||||
"FlowLatentAutoBatch",
|
||||
"FlowLatentCondition",
|
||||
"FlowLoraLoader",
|
||||
"FlowLoraLoaderModelOnly",
|
||||
"FlowModelManager",
|
||||
"FlowSaveImage",
|
||||
"TripleCLIPLoaderGGUF",
|
||||
"UnetLoaderGGUF",
|
||||
"UnetLoaderGGUFAdvanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Flow Control [UNSTABLE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/kuschanow/ComfyUI-SD-Slicer": [
|
||||
[
|
||||
"SdSlicer"
|
||||
@ -3741,6 +3807,14 @@
|
||||
"title_aux": "ComfyUI RukaLib [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/scottmudge/ComfyUI_BiscuitNodes": [
|
||||
[
|
||||
"LoadImagePrompted"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_BiscuitNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [
|
||||
[
|
||||
"SDFXClipTextEncode"
|
||||
@ -4080,6 +4154,14 @@
|
||||
"title_aux": "ComfyUI-Image-Utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/warshanks/Shank-Tools": [
|
||||
[
|
||||
"TileCalculator"
|
||||
],
|
||||
{
|
||||
"title_aux": "Shank-Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/watarika/ComfyUI-exit": [
|
||||
[
|
||||
"ExitComfyUI"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,36 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "daqingliu",
|
||||
"title": "ComfyUI-SaveImageOSS [REMOVED]",
|
||||
"reference": "https://github.com/daqingliu/ComfyUI-SaveImageOSS",
|
||||
"files": [
|
||||
"https://github.com/daqingliu/ComfyUI-SaveImageOSS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Save images directly to URL, e.g., OSS. Just input the url in the text box!"
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-textarea-keybindings [REMOVED]",
|
||||
"reference": "https://github.com/shinich39/comfyui-textarea-keybindings",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-textarea-keybindings"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Add keybindings to textarea."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-load-image-with-cmd [REMOVED]",
|
||||
"reference": "https://github.com/shinich39/comfyui-load-image-with-cmd",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-load-image-with-cmd"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Load image and partially workflow with javascript."
|
||||
},
|
||||
{
|
||||
"author": "neuratech-ai",
|
||||
"title": "ComfyUI-MultiGPU [NOT MAINTAINED]",
|
||||
|
||||
@ -53,6 +53,127 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Image to caption with CLIP ViT-L/14. Small and fast addition to the CLIP-L model you already have loaded to generate captions for images within your workflow."
|
||||
},
|
||||
{
|
||||
"author": "solution9th",
|
||||
"title": "Comfyui_mobilesam",
|
||||
"reference": "https://github.com/solution9th/Comfyui_mobilesam",
|
||||
"files": [
|
||||
"https://github.com/solution9th/Comfyui_mobilesam"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Mobile SAM Model Loader, Mobile SAM Detector, Mobile SAM Predictor"
|
||||
},
|
||||
{
|
||||
"author": "Doctor Diffusion",
|
||||
"title": "ComfyUI-basic-pitch",
|
||||
"reference": "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch",
|
||||
"files": [
|
||||
"https://github.com/DoctorDiffusion/ComfyUI-basic-pitch"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Audio to midi functionality within ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "ronsantash",
|
||||
"title": "ComfyUIFlexiLoRALoader",
|
||||
"reference": "https://github.com/ronsantash/Comfyui-flexi-lora-loader",
|
||||
"files": [
|
||||
"https://github.com/ronsantash/Comfyui-flexi-lora-loader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "FlexiLoRALoader - A ComfyUI custom node for dynamic LoRA weight management. Apply multiple LoRAs with flexible weight patterns and randomization features for creative AI image generation.\nFeatures: • Multiple LoRA handling (up to 3) • Weight pattern presets • Random/Sequential mode • Debug logging support"
|
||||
},
|
||||
{
|
||||
"author": "neverbiasu",
|
||||
"title": "ComfyUI-Dashscope",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-Dashscope",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-Dashscope"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This project adapts the dashscope([a/aliyun-bailian](https://bailian.console.aliyun.com)) api into ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "SparknightLLC",
|
||||
"title": "ComfyUI-ConditionalInterrupt",
|
||||
"reference": "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt",
|
||||
"files": [
|
||||
"https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node for ComfyUI that terminates the workflow processing if 'proceed' is set to False. More convenient than manually bypassing a bunch of nodes.\nThis is a restructured version of the 'SRL Conditional Interrupt' node from the [a/srl-nodes](https://github.com/seanlynch/srl-nodes) pack."
|
||||
},
|
||||
{
|
||||
"author": "zhilemann",
|
||||
"title": "ComfyUI-moondream2",
|
||||
"reference": "https://github.com/zhilemann/ComfyUI-moondream2",
|
||||
"files": [
|
||||
"https://github.com/zhilemann/ComfyUI-moondream2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "nodes for nightly moondream2 VLM inference\nsupports only captioning and visual queries at the moment"
|
||||
},
|
||||
{
|
||||
"author": "York Xiang",
|
||||
"title": "Remembering utils",
|
||||
"id": "comfyui-rememberingutils",
|
||||
"reference": "https://github.com/bombless/comfyUI-RememberingUtils",
|
||||
"files": [
|
||||
"https://github.com/bombless/comfyUI-RememberingUtils"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Helper nodes to display last seed and prompt."
|
||||
},
|
||||
{
|
||||
"author": "cherninlab",
|
||||
"title": "Logo Generator Node for ComfyUI",
|
||||
"reference": "https://github.com/cherninlab/logo-generator-comfyui",
|
||||
"files": [
|
||||
"https://github.com/cherninlab/logo-generator-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node allows you to generate logo images using Google Fonts."
|
||||
},
|
||||
{
|
||||
"author": "shahkoorosh",
|
||||
"title": "ComfyUI-KGnodes",
|
||||
"reference": "https://github.com/shahkoorosh/ComfyUI-KGnodes",
|
||||
"files": [
|
||||
"https://github.com/shahkoorosh/ComfyUI-KGnodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Custom Resolution Latent Node, Style Selector\nThis Custom node offers various experimental nodes to make it easier to use ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "shahkoorosh",
|
||||
"title": "comfyui-sunflower-nodes",
|
||||
"reference": "https://github.com/andygill/comfyui-sunflower-nodes",
|
||||
"files": [
|
||||
"https://github.com/andygill/comfyui-sunflower-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for 3D visualization."
|
||||
},
|
||||
{
|
||||
"author": "shahkoorosh",
|
||||
"title": "ComfyUI_RH_APICall",
|
||||
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_APICall",
|
||||
"files": [
|
||||
"https://github.com/HM-RunningHub/ComfyUI_RH_APICall"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a ComfyUI plugin that makes it easier to call and run workflows from RunningHub in your local ComfyUI setup."
|
||||
},
|
||||
{
|
||||
"author": "wqjuser",
|
||||
"title": "ComfyUI-Chat-Image",
|
||||
"reference": "https://github.com/wqjuser/ComfyUI-Chat-Image",
|
||||
"files": [
|
||||
"https://github.com/wqjuser/ComfyUI-Chat-Image"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Use an online large language model to describe images."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-view-recommendations",
|
||||
@ -570,160 +691,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "you can make PBR in comfyUI"
|
||||
},
|
||||
{
|
||||
"author": "Mr.Chip",
|
||||
"title": "ComfyUI-SaveImageS3",
|
||||
"id": "zouyuimages3",
|
||||
"reference": "https://github.com/mrchipset/ComfyUI-SaveImageS3",
|
||||
"files": [
|
||||
"https://github.com/mrchipset/ComfyUI-SaveImageS3"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension offers a custom node to save image to S3-compatible oss."
|
||||
},
|
||||
{
|
||||
"author": "daqingliu",
|
||||
"title": "ComfyUI-SaveImageOSS",
|
||||
"reference": "https://github.com/daqingliu/ComfyUI-SaveImageOSS",
|
||||
"files": [
|
||||
"https://github.com/daqingliu/ComfyUI-SaveImageOSS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Save images directly to URL, e.g., OSS. Just input the url in the text box!"
|
||||
},
|
||||
{
|
||||
"author": "jiaqianjing",
|
||||
"title": "ComfyUI-MidjourneyHub",
|
||||
"reference": "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub",
|
||||
"files": [
|
||||
"https://github.com/jiaqianjing/ComfyUI-MidjourneyHub"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for integrating with Midjourney API."
|
||||
},
|
||||
{
|
||||
"author": "liuqianhonga",
|
||||
"title": "ComfyUI-String-Helper",
|
||||
"reference": "https://github.com/liuqianhonga/ComfyUI-String-Helper",
|
||||
"files": [
|
||||
"https://github.com/liuqianhonga/ComfyUI-String-Helper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: String Formatter, String List"
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-HunyuanVideoWrapper",
|
||||
"reference": "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-HunyuanVideoWrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI diffusers wrapper nodes for [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)"
|
||||
},
|
||||
{
|
||||
"author": "magic-quill",
|
||||
"title": "ComfyUI_MagicQuill",
|
||||
"id": "MagicQuill",
|
||||
"reference": "https://github.com/magic-quill/ComfyUI_MagicQuill",
|
||||
"files": [
|
||||
"https://github.com/magic-quill/ComfyUI_MagicQuill"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Official ComfyUI Node for Paper - MagicQuill: An Intelligent Interactive Image Editing System"
|
||||
},
|
||||
{
|
||||
"author": "FinetunersAI",
|
||||
"title": "Fast Group Link",
|
||||
"id": "fast-group-link",
|
||||
"reference": "https://github.com/FinetunersAI/comfyui-fast-group-link",
|
||||
"files": [
|
||||
"https://github.com/FinetunersAI/comfyui-fast-group-link"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Link and control ComfyUI groups with a simple ON/OFF toggle. Control multiple groups at once with an easy-to-use interface."
|
||||
},
|
||||
{
|
||||
"author": "asagi4",
|
||||
"title": "ComfyUI NPNet (Golden Noise)",
|
||||
"id": "comfyui-adaptive-guidance",
|
||||
"reference": "https://github.com/asagi4/ComfyUI-NPNet",
|
||||
"files": [
|
||||
"https://github.com/asagi4/ComfyUI-NPNet"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A very barebones mostly-copypaste implementation of [a/https://github.com/xie-lab-ml/Golden-Noise-for-Diffusion-Models](https://github.com/xie-lab-ml/Golden-Noise-for-Diffusion-Models)"
|
||||
},
|
||||
{
|
||||
"author": "LucipherDev",
|
||||
"title": "ComfyUI-Golden-Noise",
|
||||
"reference": "https://github.com/LucipherDev/ComfyUI-Golden-Noise",
|
||||
"files": [
|
||||
"https://github.com/LucipherDev/ComfyUI-Golden-Noise"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Custom Node for [a/'Golden Noise for Diffusion Models: A Learning Framework'](https://arxiv.org/abs/2411.09502) and most of the code is adapted from [a/here](https://github.com/xie-lab-ml/Golden-Noise-for-Diffusion-Models). This node refines the initial latent noise in the diffusion process, enhancing both image quality and semantic coherence."
|
||||
},
|
||||
{
|
||||
"author": "envy-ai",
|
||||
"title": "ComfyUI-ConDelta",
|
||||
"reference": "https://github.com/envy-ai/ComfyUI-ConDelta",
|
||||
"files": [
|
||||
"https://github.com/envy-ai/ComfyUI-ConDelta"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension extends ComfyUI's capabilities with respect to manipulating conditionings."
|
||||
},
|
||||
{
|
||||
"author": "abdozmantar",
|
||||
"title": "DeepExtract",
|
||||
"reference": "https://github.com/abdozmantar/ComfyUI-DeepExtract",
|
||||
"files": [
|
||||
"https://github.com/abdozmantar/ComfyUI-DeepExtract"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "DeepExtract is a powerful and efficient tool designed to separate vocals and sounds from audio files, providing an enhanced experience for musicians, producers, and audio engineers. With DeepExtract, you can quickly and effectively isolate vocals or instruments from mixed audio tracks, facilitating tasks like remixing, karaoke preparation, or audio analysis."
|
||||
},
|
||||
{
|
||||
"author": "kraglik",
|
||||
"title": "PromptCollapse",
|
||||
"reference": "https://github.com/kraglik/prompt_collapse",
|
||||
"files": [
|
||||
"https://github.com/kraglik/prompt_collapse"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A prompt generation system that manages relationships between prompt components to maintain logical consistency. Integrates with ComfyUI as a custom node."
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "EchoMimicV2-ComfyUI",
|
||||
"reference": "https://github.com/AIFSH/EchoMimicV2-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/EchoMimicV2-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/echomimic_v2](https://github.com/antgroup/echomimic_v2)"
|
||||
},
|
||||
{
|
||||
"author": "inflamously",
|
||||
"title": "comfyui-prompt-enhancer",
|
||||
"reference": "https://github.com/inflamously/comfyui-prompt-enhancer",
|
||||
"files": [
|
||||
"https://github.com/inflamously/comfyui-prompt-enhancer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A crazy node that pragmatically just enhances a given prompt with various descriptions in the hope that the image quality just increase and prompting just gets easier."
|
||||
},
|
||||
{
|
||||
"author": "111496583yzy",
|
||||
"title": "Jigsaw Puzzle Effect Plugin",
|
||||
"reference": "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect",
|
||||
"files": [
|
||||
"https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The Jigsaw Puzzle Effect plugin provides a unique puzzle effect for image processing. By dividing an image into multiple puzzle pieces and optionally adding missing pieces, users can easily create artistic puzzle effects."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -30,7 +30,8 @@
|
||||
],
|
||||
"https://github.com/1038lab/ComfyUI-RMBG": [
|
||||
[
|
||||
"RMBG"
|
||||
"RMBG",
|
||||
"Segment"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RMBG"
|
||||
@ -376,6 +377,7 @@
|
||||
"LoadColorConfig",
|
||||
"LoadImageAdv",
|
||||
"LoadImageFromPath",
|
||||
"MaskAndMaskMath",
|
||||
"MaskDetection",
|
||||
"MaskLineMapping",
|
||||
"MaskSelectMask",
|
||||
@ -1271,7 +1273,7 @@
|
||||
],
|
||||
"https://github.com/Aksaz/comfyui-seamless-clone": [
|
||||
[
|
||||
"Seamless Cloning"
|
||||
"Seamless Clone"
|
||||
],
|
||||
{
|
||||
"title_aux": "seamless-clone-comfyui"
|
||||
@ -2535,60 +2537,53 @@
|
||||
],
|
||||
"https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": [
|
||||
[
|
||||
"DPAspectRatioPicker",
|
||||
"DPBrokenToken",
|
||||
"DPLogoAnimator",
|
||||
"DPVideoEffectReceiver",
|
||||
"DPVideoEffectSender",
|
||||
"DPVideoFlicker",
|
||||
"DP_2Floats_0_1",
|
||||
"DP_2floats_0_1",
|
||||
"DP_3Floats_0_1",
|
||||
"DP_3Parts_Line_Cycler",
|
||||
"DP_3floats_0_1",
|
||||
"DP_5Floats_0_1",
|
||||
"DP_5floats_0_1",
|
||||
"DP_Animation_Calculator_5Inputs",
|
||||
"DP_Aspect_Ratio",
|
||||
"DP_Big_Letters",
|
||||
"DP_Broken_Token",
|
||||
"DP_Clean_Prompt",
|
||||
"DP_Crazy_Prompt",
|
||||
"DP_Create_JSON",
|
||||
"DP_Diff_Int_8step_selector",
|
||||
"DP_Diff_Int_transition_selector",
|
||||
"DP_FastSlowMotion",
|
||||
"DP_Fast_Slow_Motion",
|
||||
"DP_Five_Lora",
|
||||
"DP_Five_Lora_Random",
|
||||
"DP_Float_0_1",
|
||||
"DP_Image_Color_Analyzer",
|
||||
"DP_Image_Empty_Latent_Switch",
|
||||
"DP_Image_Loader_Big",
|
||||
"DP_Image_Loader_Medium",
|
||||
"DP_Image_Loader_Small",
|
||||
"DP_Image_Loader_With_Resize",
|
||||
"DP_Image_Slide_Show",
|
||||
"DP_Logo_Animator",
|
||||
"DP_Prompt_Random_Switch",
|
||||
"DP_Prompt_Styler",
|
||||
"DP_Quick_Link",
|
||||
"DP_Random_Char",
|
||||
"DP_Random_MinMax",
|
||||
"DP_Smart_Saver",
|
||||
"DP_String_With_Switch",
|
||||
"DP_Video_Effect_Receiver",
|
||||
"DP_Video_Effect_Sender",
|
||||
"DP_Video_Flicker",
|
||||
"DP_Video_Looper",
|
||||
"DP_Video_Transition",
|
||||
"DP_clean_prompt",
|
||||
"DP_create_json_file",
|
||||
"DP_float_0_1",
|
||||
"DP_smart_saver",
|
||||
"DP_txt_img2img_Switch",
|
||||
"DpPromptStyler",
|
||||
"Dp_Random_Crazy_Prompt_Generator"
|
||||
"DP 2 String Switch",
|
||||
"DP Animation Calculator 10 Inputs",
|
||||
"DP Animation Calculator 5 Inputs",
|
||||
"DP Aspect Ratio Picker",
|
||||
"DP Big Letters",
|
||||
"DP Broken Token",
|
||||
"DP Clean Prompt",
|
||||
"DP Combo Controller",
|
||||
"DP Create Json File",
|
||||
"DP Diff Int 8step Selector",
|
||||
"DP Draggable Floats 1",
|
||||
"DP Draggable Floats 2",
|
||||
"DP Draggable Floats 3",
|
||||
"DP Fast Slow Motion",
|
||||
"DP Five Lora",
|
||||
"DP Five Lora Random",
|
||||
"DP Image Color Analyzer",
|
||||
"DP Image Color Effect",
|
||||
"DP Image Effect Processor",
|
||||
"DP Image Empty Latent Switch Flux",
|
||||
"DP Image Empty Latent Switch SDXL",
|
||||
"DP Image Slide Show",
|
||||
"DP Load Image Effects",
|
||||
"DP Load Image Effects Small",
|
||||
"DP Logo Animator",
|
||||
"DP Logo Animator Advanced",
|
||||
"DP Lora Random Strength Controller",
|
||||
"DP Lora Strength Controller",
|
||||
"DP Prompt Manager",
|
||||
"DP Prompt Mode Controller",
|
||||
"DP Prompt Styler",
|
||||
"DP Random Character",
|
||||
"DP Random Crazy Prompt Generator",
|
||||
"DP Random Min Max",
|
||||
"DP Save Preview Image",
|
||||
"DP Set New Model Folder Link",
|
||||
"DP String Text",
|
||||
"DP String With Switch",
|
||||
"DP Switch Controller",
|
||||
"DP Text Preview",
|
||||
"DP Transition Frames Selector",
|
||||
"DP Video Effect Receiver",
|
||||
"DP Video Effect Sender",
|
||||
"DP Video Flicker",
|
||||
"DP Video Looper",
|
||||
"DP Video Transition",
|
||||
"DP_Logo_Animator_Advanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Desert-Pixel-Nodes"
|
||||
@ -2641,6 +2636,15 @@
|
||||
"title_aux": "ComfyUI-SnakeOil"
|
||||
}
|
||||
],
|
||||
"https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": [
|
||||
[
|
||||
"AudioToMidi",
|
||||
"SaveMidi"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-basic-pitch"
|
||||
}
|
||||
],
|
||||
"https://github.com/DrMWeigand/ComfyUI-StereoVision": [
|
||||
[
|
||||
"AutostereogramGenerator",
|
||||
@ -2669,22 +2673,15 @@
|
||||
"AD_DeleteLocalAny",
|
||||
"AD_FluxTrainStepMath",
|
||||
"AD_HFDownload",
|
||||
"AD_ImageColorFilter",
|
||||
"AD_ImageDrawRectangleSimple",
|
||||
"AD_ImageIndexer",
|
||||
"AD_ImageSaver",
|
||||
"AD_LoadImageAdvanced",
|
||||
"AD_PromptReplace",
|
||||
"AD_TextListToString",
|
||||
"AD_TextSaver",
|
||||
"AD_TxtToCSVCombiner",
|
||||
"AD_ZipSave",
|
||||
"RunningHubAccountStatus",
|
||||
"RunningHubFilePreviewer",
|
||||
"RunningHubFileSaver",
|
||||
"RunningHubInit",
|
||||
"RunningHubNodeInfo",
|
||||
"RunningHubNodeInfoCollector",
|
||||
"RunningHubNodeInfoReplace",
|
||||
"RunningHubWorkflowExecutor",
|
||||
"RunningHubWorkflowID"
|
||||
"AD_ZipSave"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Addoor"
|
||||
@ -3666,6 +3663,16 @@
|
||||
"title_aux": "ComfyUI-FilePathCreator"
|
||||
}
|
||||
],
|
||||
"https://github.com/HM-RunningHub/ComfyUI_RH_APICall": [
|
||||
[
|
||||
"RH_ExecuteNode",
|
||||
"RH_NodeInfoListNode",
|
||||
"RH_SettingsNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_RH_APICall"
|
||||
}
|
||||
],
|
||||
"https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": [
|
||||
[
|
||||
"RunningHub_Omini_Fill",
|
||||
@ -4015,6 +4022,7 @@
|
||||
"Animate_X_Image_Long",
|
||||
"Animate_X_ReposeImage",
|
||||
"Gen_align_pose",
|
||||
"Gen_align_pose2",
|
||||
"ReposeImage",
|
||||
"UniAnimateImage",
|
||||
"UniAnimateImageLong"
|
||||
@ -4060,7 +4068,7 @@
|
||||
"IsulionTechGenerator",
|
||||
"IsulionTimeOfDayGenerator",
|
||||
"IsulionWeatherGenerator",
|
||||
"\u23fb IsulionShutdown"
|
||||
"\ud83d\udca4 IsulionShutdown"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Isulion Random Prompt Generator"
|
||||
@ -4992,6 +5000,15 @@
|
||||
"title_aux": "Gemini prompt generator JT version"
|
||||
}
|
||||
],
|
||||
"https://github.com/Light-x02/ComfyUI-FluxSettingsNode": [
|
||||
[
|
||||
"DisableNoise",
|
||||
"FluxSettingsNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Flux Settings Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": [
|
||||
[
|
||||
"ImageMetadataLoader",
|
||||
@ -5632,6 +5649,8 @@
|
||||
"BatchOffset",
|
||||
"DJZ-LoadLatent",
|
||||
"DJZ-LoadLatentV2",
|
||||
"DJZDatamosh",
|
||||
"DJZDatamoshV2",
|
||||
"ImageSizeAdjuster",
|
||||
"ImageSizeAdjusterV2",
|
||||
"ImageSizeAdjusterV3",
|
||||
@ -7195,6 +7214,15 @@
|
||||
"title_aux": "ComfyUI_AnimationNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/SlackinJack/asyncdiff_comfyui": [
|
||||
[
|
||||
"AsyncDiffImg2VidSampler",
|
||||
"AsyncDiffSVDPipelineLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "asyncdiff_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/SlackinJack/distrifuser_comfyui": [
|
||||
[
|
||||
"DistrifuserPipelineLoader",
|
||||
@ -7352,6 +7380,14 @@
|
||||
"title_aux": "Text to video for Stable Video Diffusion in ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [
|
||||
[
|
||||
"Conditional Interrupt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ConditionalInterrupt"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-LatentClamp": [
|
||||
[
|
||||
"LatentClamp"
|
||||
@ -7429,26 +7465,31 @@
|
||||
"SDVN Easy IPAdapter weight",
|
||||
"SDVN Exif check",
|
||||
"SDVN Image Info",
|
||||
"SDVN Image Layout",
|
||||
"SDVN Image Size",
|
||||
"SDVN Inpaint",
|
||||
"SDVN KSampler",
|
||||
"SDVN Load Checkpoint",
|
||||
"SDVN Load Image",
|
||||
"SDVN Load Image Folder",
|
||||
"SDVN Load Image Url",
|
||||
"SDVN Load Lora",
|
||||
"SDVN Load Text",
|
||||
"SDVN Logic",
|
||||
"SDVN Lora Download",
|
||||
"SDVN Lora info",
|
||||
"SDVN Lora info editor",
|
||||
"SDVN Merge Flux",
|
||||
"SDVN Merge SD1",
|
||||
"SDVN Merge SDXL",
|
||||
"SDVN Metadata Check",
|
||||
"SDVN Model Merge",
|
||||
"SDVN Model info editor",
|
||||
"SDVN Pipe In",
|
||||
"SDVN Pipe Out",
|
||||
"SDVN Pipe Out All",
|
||||
"SDVN Run Python Code",
|
||||
"SDVN Run Test",
|
||||
"SDVN Save Text",
|
||||
"SDVN Seed",
|
||||
"SDVN StyleModel Download",
|
||||
"SDVN Styles",
|
||||
@ -10054,6 +10095,15 @@
|
||||
"title_aux": "CLIP Directional Prompt Attention"
|
||||
}
|
||||
],
|
||||
"https://github.com/andygill/comfyui-sunflower-nodes": [
|
||||
[
|
||||
"ChannelSelect",
|
||||
"EquirectangularToRectilinear"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-sunflower-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/angeloshredder/StableCascadeResizer": [
|
||||
[
|
||||
"CascadeResize"
|
||||
@ -10087,20 +10137,17 @@
|
||||
"Sage_DualCLIPTextEncode",
|
||||
"Sage_EmptyLatentImagePassthrough",
|
||||
"Sage_GetFileHash",
|
||||
"Sage_GetInfoFromHash",
|
||||
"Sage_GetModelJSONFromHash",
|
||||
"Sage_GetPicturesFromHash",
|
||||
"Sage_JoinText",
|
||||
"Sage_KSampler",
|
||||
"Sage_LastLoraInfo",
|
||||
"Sage_LoadImage",
|
||||
"Sage_LogicalSwitch",
|
||||
"Sage_LoraStack",
|
||||
"Sage_LoraStackLoader",
|
||||
"Sage_LoraStackRecent",
|
||||
"Sage_ModelInfoBreakout",
|
||||
"Sage_ModelInfoFromModelId",
|
||||
"Sage_ModelInfo",
|
||||
"Sage_ModelReport",
|
||||
"Sage_PonyPrefix",
|
||||
"Sage_PopulateCache",
|
||||
"Sage_SamplerInfo",
|
||||
"Sage_SaveImageWithMetadata",
|
||||
"Sage_SetBool",
|
||||
@ -10167,7 +10214,8 @@
|
||||
"PCLazyTextEncodeAdvanced",
|
||||
"PCLoraHooksFromText",
|
||||
"PCSetPCTextEncodeSettings",
|
||||
"PCTextEncode"
|
||||
"PCTextEncode",
|
||||
"PCTextEncodeWithRange"
|
||||
],
|
||||
{
|
||||
"author": "asagi4",
|
||||
@ -10355,6 +10403,7 @@
|
||||
"SP-UnetSave",
|
||||
"SP_DDInpaint_Pipe",
|
||||
"SP_DictValue",
|
||||
"SP_DynamicCombo",
|
||||
"SP_FlorenceCaption",
|
||||
"SP_FluxFastMergePatchFP8 [Experimental]",
|
||||
"SP_FluxLoader",
|
||||
@ -10365,6 +10414,7 @@
|
||||
"SP_HiresGen_Dynamic",
|
||||
"SP_HiresGen_HiresCfg",
|
||||
"SP_HiresGen_Sharpen",
|
||||
"SP_HunyuanLoader",
|
||||
"SP_KSampler",
|
||||
"SP_KSamplerSelect",
|
||||
"SP_KoboldCpp",
|
||||
@ -10528,6 +10578,8 @@
|
||||
"PromptToNAID",
|
||||
"RemoveBGNAID",
|
||||
"SketchNAID",
|
||||
"V4BasePrompt",
|
||||
"V4NegativePrompt",
|
||||
"VibeTransferOptionNAID"
|
||||
],
|
||||
{
|
||||
@ -10795,6 +10847,16 @@
|
||||
"title_aux": "ComfyUI-MagicDance"
|
||||
}
|
||||
],
|
||||
"https://github.com/bombless/comfyUI-RememberingUtils": [
|
||||
[
|
||||
"RememberLastSeed",
|
||||
"ShowLastSeed",
|
||||
"ShowLastText"
|
||||
],
|
||||
{
|
||||
"title_aux": "Remembering utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/boredofnames/ComfyUI-ntfy": [
|
||||
[
|
||||
"Ntfy",
|
||||
@ -11558,6 +11620,14 @@
|
||||
"title_aux": "ComfyUI-SCStepFun"
|
||||
}
|
||||
],
|
||||
"https://github.com/cherninlab/logo-generator-comfyui": [
|
||||
[
|
||||
"GoogleFontsLogo"
|
||||
],
|
||||
{
|
||||
"title_aux": "Logo Generator Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/chesnokovivan/ComfyUI-Novakid": [
|
||||
[
|
||||
"Novakid Styler"
|
||||
@ -11667,6 +11737,7 @@
|
||||
"LayerUtility: BooleanOperatorV2",
|
||||
"LayerUtility: CheckMask",
|
||||
"LayerUtility: CheckMaskV2",
|
||||
"LayerUtility: ChoiceTextPreset",
|
||||
"LayerUtility: ColorImage",
|
||||
"LayerUtility: ColorImage V2",
|
||||
"LayerUtility: ColorName",
|
||||
@ -11735,6 +11806,7 @@
|
||||
"LayerUtility: TextImage V2",
|
||||
"LayerUtility: TextJoin",
|
||||
"LayerUtility: TextJoinV2",
|
||||
"LayerUtility: TextPreseter",
|
||||
"LayerUtility: VQAPrompt",
|
||||
"LayerUtility: XY to Percent"
|
||||
],
|
||||
@ -13079,17 +13151,6 @@
|
||||
"title_aux": "ComfyUI-TTS"
|
||||
}
|
||||
],
|
||||
"https://github.com/daqingliu/ComfyUI-SaveImageOSS": [
|
||||
[
|
||||
"LoadImageS3",
|
||||
"LoadImageURL",
|
||||
"SaveImageS3",
|
||||
"SaveImageURL"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SaveImageOSS"
|
||||
}
|
||||
],
|
||||
"https://github.com/darkpixel/darkprompts": [
|
||||
[
|
||||
"DarkAnyToString",
|
||||
@ -13615,8 +13676,11 @@
|
||||
"DRMBT_MultiMinMax",
|
||||
"DRMBT_String_Item_Menu",
|
||||
"ImageFrameBlend",
|
||||
"ImageResizeFaceAware",
|
||||
"ListItemExtract",
|
||||
"ListItemSelector",
|
||||
"MusicGen",
|
||||
"NormalizeAudio",
|
||||
"NumberPlusPlus",
|
||||
"NumberRemap",
|
||||
"SwitchDuo",
|
||||
@ -16007,6 +16071,8 @@
|
||||
"Base Model Parameters SD3API JK",
|
||||
"Base Model Pipe Extract JK",
|
||||
"Base Model Pipe JK",
|
||||
"Bool Binary And JK",
|
||||
"Bool Binary OR JK",
|
||||
"CM_BoolBinaryOperation JK",
|
||||
"CM_BoolToInt JK",
|
||||
"CM_BoolUnaryOperation JK",
|
||||
@ -16067,6 +16133,7 @@
|
||||
"CR Clip Input Switch JK",
|
||||
"CR Conditioning Input Switch JK",
|
||||
"CR ControlNet Input Switch JK",
|
||||
"CR ControlNet Loader JK",
|
||||
"CR ControlNet Stack Input Switch JK",
|
||||
"CR Float Input Switch JK",
|
||||
"CR Guider Input Switch JK",
|
||||
@ -16079,6 +16146,7 @@
|
||||
"CR Mask Input Switch JK",
|
||||
"CR Mesh Input Switch JK",
|
||||
"CR Model Input Switch JK",
|
||||
"CR Multi-ControlNet Param Stack JK",
|
||||
"CR Multi-ControlNet Stack JK",
|
||||
"CR Noise Input Switch JK",
|
||||
"CR Obit Pose Input Switch JK",
|
||||
@ -16093,6 +16161,7 @@
|
||||
"CR Text Input Switch JK",
|
||||
"CR VAE Input Switch JK",
|
||||
"Ckpt Loader JK",
|
||||
"Color Grading JK",
|
||||
"Detailer Parameters JK",
|
||||
"Embedding Picker JK",
|
||||
"Embedding Picker Multi JK",
|
||||
@ -16101,11 +16170,53 @@
|
||||
"Evaluate Floats JK",
|
||||
"Evaluate Ints JK",
|
||||
"Evaluate Strings JK",
|
||||
"Get Size JK",
|
||||
"Guidance Default JK",
|
||||
"HintImageEnchance JK",
|
||||
"IPAAdapterFaceIDBatch",
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterClipVisionEnhancer",
|
||||
"IPAdapterClipVisionEnhancerBatch",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
"IPAdapterEmbeds",
|
||||
"IPAdapterEmbedsBatch",
|
||||
"IPAdapterEncoder",
|
||||
"IPAdapterFaceID",
|
||||
"IPAdapterFaceIDKolors",
|
||||
"IPAdapterFromParams",
|
||||
"IPAdapterInsightFaceLoader",
|
||||
"IPAdapterLoadEmbeds",
|
||||
"IPAdapterMS",
|
||||
"IPAdapterModelLoader",
|
||||
"IPAdapterNoise",
|
||||
"IPAdapterPreciseComposition",
|
||||
"IPAdapterPreciseCompositionBatch",
|
||||
"IPAdapterPreciseStyleTransfer",
|
||||
"IPAdapterPreciseStyleTransferBatch",
|
||||
"IPAdapterPromptScheduleFromWeightsStrategy",
|
||||
"IPAdapterRegionalConditioning",
|
||||
"IPAdapterSaveEmbeds",
|
||||
"IPAdapterStyleComposition",
|
||||
"IPAdapterStyleCompositionBatch",
|
||||
"IPAdapterTiled",
|
||||
"IPAdapterTiledBatch",
|
||||
"IPAdapterUnifiedLoader",
|
||||
"IPAdapterUnifiedLoaderCommunity",
|
||||
"IPAdapterUnifiedLoaderFaceID",
|
||||
"IPAdapterWeights",
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"Image Crop by Mask Resolution JK",
|
||||
"Image Remove Alpha JK",
|
||||
"Image Resize Mode JK",
|
||||
"Image Upscale Parameters Extract JK",
|
||||
"Is Mask Empty JK",
|
||||
"Ksampler Parameters Default JK",
|
||||
"Ksampler Parameters JK",
|
||||
"Latent Crop Offset JK",
|
||||
"Latent Upscale Parameters Extract JK",
|
||||
"Load Image With Metadata JK",
|
||||
"Metadata Pipe Extract JK",
|
||||
@ -16117,6 +16228,7 @@
|
||||
"OrbitLists to OrbitPoses JK",
|
||||
"OrbitPoses to OrbitLists JK",
|
||||
"Pipe End JK",
|
||||
"PrepImageForClipVision",
|
||||
"Project Setting JK",
|
||||
"Random Beats JK",
|
||||
"Refine 1 Parameters Extract JK",
|
||||
@ -16131,6 +16243,7 @@
|
||||
"Reroute String JK",
|
||||
"Reroute Upscale JK",
|
||||
"Reroute Vae JK",
|
||||
"SDXL Target Res JK",
|
||||
"SDXLPromptStylerAll",
|
||||
"SDXLPromptStylerHorror",
|
||||
"SDXLPromptStylerMisc",
|
||||
@ -16175,8 +16288,9 @@
|
||||
"Sampler Loader JK",
|
||||
"Save Image with Metadata Flow JK",
|
||||
"Save Image with Metadata JK",
|
||||
"Scale To Resolution JK",
|
||||
"Stability Conservative Upscale",
|
||||
"Stability Control Skech",
|
||||
"Stability Control Sketch",
|
||||
"Stability Control Structure",
|
||||
"Stability Control Style",
|
||||
"Stability Creative Upscale",
|
||||
@ -16187,11 +16301,13 @@
|
||||
"Stability Inpainting",
|
||||
"Stability Outpainting",
|
||||
"Stability Remove Background",
|
||||
"Stability Replace Background and Relight",
|
||||
"Stability SD3",
|
||||
"Stability Search And Recolor",
|
||||
"Stability Search and Replace",
|
||||
"String To Combo JK",
|
||||
"Tiling Mode JK",
|
||||
"Upscale Method JK",
|
||||
"Upscale Model Loader JK",
|
||||
"Upscale Model Parameters Extract JK",
|
||||
"Upscale Model Parameters JK",
|
||||
@ -17411,6 +17527,7 @@
|
||||
"OffsetMask",
|
||||
"OffsetMaskByNormalizedAmplitude",
|
||||
"PatchModelPatcherOrder",
|
||||
"PathchSageAttentionKJ",
|
||||
"PlotCoordinates",
|
||||
"PointsEditor",
|
||||
"PreviewAnimation",
|
||||
@ -17822,33 +17939,6 @@
|
||||
"title_aux": "comfyui-jk-easy-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/krich-cto/ComfyUI-Flow-Control": [
|
||||
[
|
||||
"CLIPLoaderGGUF",
|
||||
"DualCLIPLoaderGGUF",
|
||||
"FlowCheckpointPresetLoader",
|
||||
"FlowClipCondition",
|
||||
"FlowClipTextEncode",
|
||||
"FlowConditioningAutoSwitch",
|
||||
"FlowFluxPresetLoader",
|
||||
"FlowGate",
|
||||
"FlowImageAutoBatch",
|
||||
"FlowImageCondition",
|
||||
"FlowKSampler",
|
||||
"FlowLatentAutoBatch",
|
||||
"FlowLatentCondition",
|
||||
"FlowLoraLoader",
|
||||
"FlowLoraLoaderModelOnly",
|
||||
"FlowModelManager",
|
||||
"FlowSaveImage",
|
||||
"TripleCLIPLoaderGGUF",
|
||||
"UnetLoaderGGUF",
|
||||
"UnetLoaderGGUFAdvanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Flow Control"
|
||||
}
|
||||
],
|
||||
"https://github.com/kunieone/ComfyUI_alkaid": [
|
||||
[
|
||||
"A_EmptyLatentImageLongside",
|
||||
@ -18225,6 +18315,14 @@
|
||||
"title_aux": "ComfyUI-HakuImg"
|
||||
}
|
||||
],
|
||||
"https://github.com/licyk/ComfyUI-TCD-Sampler": [
|
||||
[
|
||||
"TCDScheduler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TCD-Sampler"
|
||||
}
|
||||
],
|
||||
"https://github.com/linshier/comfyui-remote-tools": [
|
||||
[
|
||||
"LoadBase64(js)",
|
||||
@ -20375,6 +20473,15 @@
|
||||
"title_aux": "comfyui-smooth-step-lora-loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-Dashscope": [
|
||||
[
|
||||
"DashscopeLLMLoader",
|
||||
"DashscopeVLMLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Dashscope"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner": [
|
||||
[
|
||||
"ImageCaptioner"
|
||||
@ -20984,6 +21091,16 @@
|
||||
"title_aux": "ComfyUI-LyraVSIH"
|
||||
}
|
||||
],
|
||||
"https://github.com/pharmapsychotic/comfy-cliption": [
|
||||
[
|
||||
"CLIPtionBeamSearch",
|
||||
"CLIPtionGenerate",
|
||||
"CLIPtionLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy-cliption"
|
||||
}
|
||||
],
|
||||
"https://github.com/phazei/ConfyUI-node-prompt-stash-saver": [
|
||||
[
|
||||
"PromptStashManager",
|
||||
@ -21105,19 +21222,6 @@
|
||||
"title_aux": "CRT-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/pollockjj/ComfyUI-MultiGPU": [
|
||||
[
|
||||
"CLIPLoaderMultiGPU",
|
||||
"CheckpointLoaderMultiGPU",
|
||||
"ControlNetLoaderMultiGPU",
|
||||
"DualCLIPLoaderMultiGPU",
|
||||
"UNETLoaderMultiGPU",
|
||||
"VAELoaderMultiGPU"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MultiGPU"
|
||||
}
|
||||
],
|
||||
"https://github.com/portu-sim/comfyui_bmab": [
|
||||
[
|
||||
"BMAB Alpha Composit",
|
||||
@ -21697,6 +21801,14 @@
|
||||
"title_aux": "ComfyUI-Tara-LLM-Integration"
|
||||
}
|
||||
],
|
||||
"https://github.com/ronsantash/Comfyui-flexi-lora-loader": [
|
||||
[
|
||||
"ComfyUIFlexiLoRALoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUIFlexiLoRALoader"
|
||||
}
|
||||
],
|
||||
"https://github.com/royceschultz/ComfyUI-Notifications": [
|
||||
[
|
||||
"Notif-PlaySound",
|
||||
@ -22009,6 +22121,7 @@
|
||||
"TimeFeatureNode",
|
||||
"VideoChunk",
|
||||
"Vortex",
|
||||
"WhisperToPromptTravel",
|
||||
"_mfc"
|
||||
],
|
||||
{
|
||||
@ -22255,6 +22368,19 @@
|
||||
"title_aux": "comfyui-ultralytics-yolo"
|
||||
}
|
||||
],
|
||||
"https://github.com/shahkoorosh/ComfyUI-KGnodes": [
|
||||
[
|
||||
"CustomResolutionLatentNode",
|
||||
"StyleSelector"
|
||||
],
|
||||
{
|
||||
"author": "ShahKoorosh",
|
||||
"description": "This Custom node offers various experimental nodes to make it easier to use ComfyUI.",
|
||||
"nickname": "KGnodes",
|
||||
"title": "ComfyUI-KGnodes",
|
||||
"title_aux": "ComfyUI-KGnodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/shi3z/ComfyUI_Memeplex_DALLE": [
|
||||
[
|
||||
"DallERender",
|
||||
@ -22327,18 +22453,6 @@
|
||||
"title_aux": "ComfyUI-send-Eagle(slim)"
|
||||
}
|
||||
],
|
||||
"https://github.com/shinich39/comfyui-load-image-with-cmd": [
|
||||
[
|
||||
"LoadImageWithCMD"
|
||||
],
|
||||
{
|
||||
"author": "shinich39",
|
||||
"description": "Load image and partially workflow with javascript.",
|
||||
"nickname": "load-image-with-cmd",
|
||||
"title": "load-image-with-cmd",
|
||||
"title_aux": "comfyui-load-image-with-cmd"
|
||||
}
|
||||
],
|
||||
"https://github.com/shinich39/comfyui-parse-image": [
|
||||
[
|
||||
"LoadBooleanFromImage",
|
||||
@ -22904,6 +23018,16 @@
|
||||
"title_aux": "comfyui-snek-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/solution9th/Comfyui_mobilesam": [
|
||||
[
|
||||
"MobileSamDetector",
|
||||
"MobileSamModelLoader",
|
||||
"MobileSamPredictor"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui_mobilesam"
|
||||
}
|
||||
],
|
||||
"https://github.com/souki202/ComfyUI-LoadImage-Advanced": [
|
||||
[
|
||||
"ColorAdjustment",
|
||||
@ -23175,6 +23299,7 @@
|
||||
"https://github.com/steelan9199/ComfyUI-Teeth": [
|
||||
[
|
||||
"teeth FindContours",
|
||||
"teeth Gemini2",
|
||||
"teeth GetFirstSeg",
|
||||
"teeth GetValueByIndexFromList",
|
||||
"teeth ImageGridLines",
|
||||
@ -24370,6 +24495,35 @@
|
||||
"title_aux": "easy-comfy-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/wmpmiles/comfyui-some-image-processing-stuff": [
|
||||
[
|
||||
"Blur Mask",
|
||||
"Color Grading",
|
||||
"Latent Zero Mask",
|
||||
"Mask-Crop Inpaint | Post",
|
||||
"Mask-Crop Inpaint | Pre",
|
||||
"Mask-Crop | Post",
|
||||
"Mask-Crop | Pre",
|
||||
"Resample Image",
|
||||
"Resample Latent",
|
||||
"Resample Mask",
|
||||
"Resampler | Area",
|
||||
"Resampler | Jinc-Lanczos",
|
||||
"Resampler | Lanczos",
|
||||
"Resampler | Mitchell-Netravali",
|
||||
"Resampler | Nearest-Neighbor",
|
||||
"Resampler | Triangle",
|
||||
"Scaler | Area",
|
||||
"Scaler | Fixed",
|
||||
"Scaler | Megapixels",
|
||||
"Scaler | Pixel Deltas",
|
||||
"Scaler | Side",
|
||||
"Scaler | Sides Unlinked"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-some-image-processing-stuff"
|
||||
}
|
||||
],
|
||||
"https://github.com/wolfden/ComfyUi_PromptStylers": [
|
||||
[
|
||||
"SDXLPromptStylerAll",
|
||||
@ -24432,6 +24586,14 @@
|
||||
"title_aux": "ComfyUI-RK-Sampler"
|
||||
}
|
||||
],
|
||||
"https://github.com/wqjuser/ComfyUI-Chat-Image": [
|
||||
[
|
||||
"LLMImageDescription"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Chat-Image"
|
||||
}
|
||||
],
|
||||
"https://github.com/wu12023/ComfyUI-Image-Evaluation": [
|
||||
[
|
||||
"Clip_Score-\ud83d\udd2c",
|
||||
@ -25374,6 +25536,7 @@
|
||||
"DeepfaceAnalyzeFaceAttributes",
|
||||
"DetectorForNSFW",
|
||||
"GenderControlOutput",
|
||||
"ImageAutoSelector",
|
||||
"ImageBatchOneOrMore",
|
||||
"ImageCompositeMaskedOneByOne",
|
||||
"ImageCompositeMaskedWithSwitch",
|
||||
@ -25410,6 +25573,17 @@
|
||||
"title_aux": "ComfyUI_photomakerV2_native"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhilemann/ComfyUI-moondream2": [
|
||||
[
|
||||
"moondream2_Caption",
|
||||
"moondream2_DownLoad",
|
||||
"moondream2_Encode",
|
||||
"moondream2_Query"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-moondream2"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [
|
||||
[
|
||||
"SD3AlimamaInpaintControlNetApplyAdvanced",
|
||||
@ -25465,8 +25639,6 @@
|
||||
[
|
||||
"CLIP Text Encode PS Regional",
|
||||
"Get Image From Photoshop Layer",
|
||||
"Image Times Opacity",
|
||||
"Mask Times Opacity",
|
||||
"Send Images To Photoshop"
|
||||
],
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user