mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
0c815036b9
commit
7e45c07660
@ -27192,6 +27192,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": " Powerful Flux-Kontext image generation custom node for ComfyUI, using the official RabbitAI API. Supports text-to-image, image-to-image, and multi-image-to-image generation. Supports concurrent generation."
|
||||
},
|
||||
{
|
||||
"author": "INuBq8",
|
||||
"title": "Notification Bridge",
|
||||
"reference": "https://github.com/INuBq8/ComfyUI-NotificationBridge",
|
||||
"files": [
|
||||
"https://github.com/INuBq8/ComfyUI-NotificationBridge"
|
||||
],
|
||||
"install_type": "git_clone",
|
||||
"description": "Bridge nodes for ComfyUI that send messages through WhatsApp (Twilio) and Discord when a workflow completes."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -27639,16 +27649,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "INuBq8",
|
||||
"title": "Notification Bridge",
|
||||
"reference": "https://github.com/INuBq8/ComfyUI-NotificationBridge",
|
||||
"files": [
|
||||
"https://github.com/INuBq8/ComfyUI-NotificationBridge"
|
||||
],
|
||||
"install_type": "git_clone",
|
||||
"description": "Bridge nodes for ComfyUI that send messages through WhatsApp (Twilio) and Discord when a workflow completes."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -3299,7 +3299,8 @@
|
||||
],
|
||||
"https://github.com/ComfyAssets/ComfyUI_PromptManager": [
|
||||
[
|
||||
"PromptManager"
|
||||
"PromptManager",
|
||||
"PromptManagerText"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_PromptManager"
|
||||
@ -7319,6 +7320,8 @@
|
||||
[
|
||||
"Autotagger [LP]",
|
||||
"Autotagger|LP",
|
||||
"Color Input [LP]",
|
||||
"ColorInput|LP",
|
||||
"Image Remove Background (BiRefNet) [LP]",
|
||||
"Image Remove Background (RMBG) [LP]",
|
||||
"Image Remove Background (rembg) [LP]",
|
||||
@ -11189,6 +11192,8 @@
|
||||
"Basic data handling: CastToSet",
|
||||
"Basic data handling: CastToString",
|
||||
"Basic data handling: CompareLength",
|
||||
"Basic data handling: DataListAll",
|
||||
"Basic data handling: DataListAny",
|
||||
"Basic data handling: DataListAppend",
|
||||
"Basic data handling: DataListContains",
|
||||
"Basic data handling: DataListCount",
|
||||
@ -11197,6 +11202,7 @@
|
||||
"Basic data handling: DataListCreateFromFloat",
|
||||
"Basic data handling: DataListCreateFromInt",
|
||||
"Basic data handling: DataListCreateFromString",
|
||||
"Basic data handling: DataListEnumerate",
|
||||
"Basic data handling: DataListExtend",
|
||||
"Basic data handling: DataListFilter",
|
||||
"Basic data handling: DataListFilterSelect",
|
||||
@ -11210,11 +11216,13 @@
|
||||
"Basic data handling: DataListMin",
|
||||
"Basic data handling: DataListPop",
|
||||
"Basic data handling: DataListPopRandom",
|
||||
"Basic data handling: DataListRange",
|
||||
"Basic data handling: DataListRemove",
|
||||
"Basic data handling: DataListReverse",
|
||||
"Basic data handling: DataListSetItem",
|
||||
"Basic data handling: DataListSlice",
|
||||
"Basic data handling: DataListSort",
|
||||
"Basic data handling: DataListSum",
|
||||
"Basic data handling: DataListToList",
|
||||
"Basic data handling: DataListToSet",
|
||||
"Basic data handling: DataListZip",
|
||||
@ -11247,6 +11255,7 @@
|
||||
"Basic data handling: DictSetDefault",
|
||||
"Basic data handling: DictUpdate",
|
||||
"Basic data handling: DictValues",
|
||||
"Basic data handling: DisableFlow",
|
||||
"Basic data handling: Equal",
|
||||
"Basic data handling: ExecutionOrder",
|
||||
"Basic data handling: FloatAdd",
|
||||
@ -11262,6 +11271,7 @@
|
||||
"Basic data handling: FloatRound",
|
||||
"Basic data handling: FloatSubtract",
|
||||
"Basic data handling: FlowSelect",
|
||||
"Basic data handling: ForceCalculation",
|
||||
"Basic data handling: GreaterThan",
|
||||
"Basic data handling: GreaterThanOrEqual",
|
||||
"Basic data handling: IfElifElse",
|
||||
@ -11282,6 +11292,8 @@
|
||||
"Basic data handling: IsNull",
|
||||
"Basic data handling: LessThan",
|
||||
"Basic data handling: LessThanOrEqual",
|
||||
"Basic data handling: ListAll",
|
||||
"Basic data handling: ListAny",
|
||||
"Basic data handling: ListAppend",
|
||||
"Basic data handling: ListContains",
|
||||
"Basic data handling: ListCount",
|
||||
@ -11290,6 +11302,7 @@
|
||||
"Basic data handling: ListCreateFromFloat",
|
||||
"Basic data handling: ListCreateFromInt",
|
||||
"Basic data handling: ListCreateFromString",
|
||||
"Basic data handling: ListEnumerate",
|
||||
"Basic data handling: ListExtend",
|
||||
"Basic data handling: ListFirst",
|
||||
"Basic data handling: ListGetItem",
|
||||
@ -11301,11 +11314,13 @@
|
||||
"Basic data handling: ListMin",
|
||||
"Basic data handling: ListPop",
|
||||
"Basic data handling: ListPopRandom",
|
||||
"Basic data handling: ListRange",
|
||||
"Basic data handling: ListRemove",
|
||||
"Basic data handling: ListReverse",
|
||||
"Basic data handling: ListSetItem",
|
||||
"Basic data handling: ListSlice",
|
||||
"Basic data handling: ListSort",
|
||||
"Basic data handling: ListSum",
|
||||
"Basic data handling: ListToDataList",
|
||||
"Basic data handling: ListToSet",
|
||||
"Basic data handling: MathAbs",
|
||||
@ -11361,6 +11376,8 @@
|
||||
"Basic data handling: RegexSub",
|
||||
"Basic data handling: RegexTest",
|
||||
"Basic data handling: SetAdd",
|
||||
"Basic data handling: SetAll",
|
||||
"Basic data handling: SetAny",
|
||||
"Basic data handling: SetContains",
|
||||
"Basic data handling: SetCreate",
|
||||
"Basic data handling: SetCreateFromBoolean",
|
||||
@ -11369,6 +11386,7 @@
|
||||
"Basic data handling: SetCreateFromString",
|
||||
"Basic data handling: SetDifference",
|
||||
"Basic data handling: SetDiscard",
|
||||
"Basic data handling: SetEnumerate",
|
||||
"Basic data handling: SetIntersection",
|
||||
"Basic data handling: SetIsDisjoint",
|
||||
"Basic data handling: SetIsSubset",
|
||||
@ -11377,6 +11395,7 @@
|
||||
"Basic data handling: SetPop",
|
||||
"Basic data handling: SetPopRandom",
|
||||
"Basic data handling: SetRemove",
|
||||
"Basic data handling: SetSum",
|
||||
"Basic data handling: SetSymmetricDifference",
|
||||
"Basic data handling: SetToDataList",
|
||||
"Basic data handling: SetToList",
|
||||
@ -14751,30 +14770,6 @@
|
||||
"title_aux": "ComfyUI-Phi"
|
||||
}
|
||||
],
|
||||
"https://github.com/alexopus/ComfyUI-Image-Saver": [
|
||||
[
|
||||
"Cfg Literal (Image Saver)",
|
||||
"Checkpoint Loader with Name (Image Saver)",
|
||||
"Civitai Hash Fetcher (Image Saver)",
|
||||
"Float Literal (Image Saver)",
|
||||
"Image Saver",
|
||||
"Input Parameters (Image Saver)",
|
||||
"Int Literal (Image Saver)",
|
||||
"Sampler Selector (Image Saver)",
|
||||
"SamplerToString (Image Saver)",
|
||||
"Scheduler Selector (Comfy) (Image Saver)",
|
||||
"Scheduler Selector (Image Saver)",
|
||||
"SchedulerComfyToString (Image Saver)",
|
||||
"SchedulerToString (Image Saver)",
|
||||
"Seed Generator (Image Saver)",
|
||||
"String Literal (Image Saver)",
|
||||
"UNet loader with Name (Image Saver)",
|
||||
"Width/Height Literal (Image Saver)"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Image Saver"
|
||||
}
|
||||
],
|
||||
"https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [
|
||||
[
|
||||
"InputText",
|
||||
@ -16341,8 +16336,8 @@
|
||||
],
|
||||
"https://github.com/bradsec/ComfyUI_StringEssentials": [
|
||||
[
|
||||
"StringMultiReplace",
|
||||
"StringPreview",
|
||||
"StringReplace",
|
||||
"StringStrip",
|
||||
"StringTextbox"
|
||||
],
|
||||
@ -16701,6 +16696,7 @@
|
||||
"AD_ImageExpandBatch",
|
||||
"AD_MaskExpandBatch",
|
||||
"AD_batch_replace",
|
||||
"AD_font2img",
|
||||
"AD_pingpong_vedio",
|
||||
"AD_sch_IPA",
|
||||
"AD_sch_adv_CN",
|
||||
@ -16726,9 +16722,13 @@
|
||||
"Apply_condiStack",
|
||||
"Apply_latent",
|
||||
"Apply_textStack",
|
||||
"CLIPLoaderGGUF",
|
||||
"CN_preset1_Unpack",
|
||||
"CN_preset1_pack",
|
||||
"Create_Mask_Rectangles",
|
||||
"Create_Mask_lay_X",
|
||||
"Create_Mask_lay_Y",
|
||||
"Create_Mask_sole",
|
||||
"Data_Highway",
|
||||
"Data_basic",
|
||||
"Data_basic_easy",
|
||||
"Data_bus_chx",
|
||||
@ -16737,7 +16737,6 @@
|
||||
"Data_preset_save",
|
||||
"Data_sample",
|
||||
"Data_select",
|
||||
"DualCLIPLoaderGGUF",
|
||||
"GPT_ChineseToEnglish",
|
||||
"GPT_EnglishToChinese",
|
||||
"GPT_Janus_generate_img",
|
||||
@ -16753,7 +16752,7 @@
|
||||
"Image_Channel_Apply",
|
||||
"Image_Channel_Extract",
|
||||
"Image_Channel_RemoveAlpha",
|
||||
"Image_Resize",
|
||||
"Image_Resize2",
|
||||
"Image_Resize_sum",
|
||||
"Image_Upscaletile",
|
||||
"Image_batch_composite",
|
||||
@ -16767,6 +16766,7 @@
|
||||
"Mask_Remove_bg",
|
||||
"Mask_combine_crop",
|
||||
"Mask_combine_sum",
|
||||
"Mask_face_detect",
|
||||
"Mask_image2mask",
|
||||
"Mask_inpaint_light",
|
||||
"Mask_mask2mask",
|
||||
@ -16775,7 +16775,6 @@
|
||||
"Mask_transform",
|
||||
"Model_Preset_Unpack",
|
||||
"Model_Preset_pack",
|
||||
"QuadrupleCLIPLoaderGGUF",
|
||||
"Stack_CN_union",
|
||||
"Stack_ControlNet",
|
||||
"Stack_ControlNet1",
|
||||
@ -16791,9 +16790,6 @@
|
||||
"Stack_condi",
|
||||
"Stack_latent",
|
||||
"Stack_text",
|
||||
"TripleCLIPLoaderGGUF",
|
||||
"UnetLoaderGGUF",
|
||||
"UnetLoaderGGUFAdvanced",
|
||||
"basic_Ksampler_adv",
|
||||
"basic_Ksampler_batch",
|
||||
"basic_Ksampler_custom",
|
||||
@ -16806,10 +16802,12 @@
|
||||
"batch_cycler_mask",
|
||||
"batch_cycler_split_text",
|
||||
"batch_cycler_text",
|
||||
"chx_IPA_XL_adv",
|
||||
"chx_IPA_XL",
|
||||
"chx_IPA_adv",
|
||||
"chx_IPA_apply_combine",
|
||||
"chx_IPA_basic",
|
||||
"chx_IPA_faceID",
|
||||
"chx_IPA_faceID_adv",
|
||||
"chx_IPA_region_combine",
|
||||
"chx_Ksampler_VisualStyle",
|
||||
"chx_Ksampler_dual_area",
|
||||
@ -16881,8 +16879,6 @@
|
||||
"load_FLUX",
|
||||
"load_SD35",
|
||||
"load_basic",
|
||||
"load_create_basic_chx",
|
||||
"load_create_chx",
|
||||
"math_Remap_data",
|
||||
"math_calculate",
|
||||
"model_Regional",
|
||||
@ -16908,6 +16904,7 @@
|
||||
"stack_AD_diff",
|
||||
"stack_sum_pack",
|
||||
"sum_controlnet",
|
||||
"sum_create_chx",
|
||||
"sum_editor",
|
||||
"sum_latent",
|
||||
"sum_load_adv",
|
||||
@ -19517,16 +19514,15 @@
|
||||
],
|
||||
"https://github.com/dadoirie/ComfyUI_Dados_Nodes": [
|
||||
[
|
||||
"DN_wildcards_processor",
|
||||
"DadosJoyTaggerNode",
|
||||
"DadosMultilineString",
|
||||
"DynamicTextLoaderNode",
|
||||
"MiaoshouAITaggerNode",
|
||||
"DN_JoyTaggerNode",
|
||||
"DN_MiaoshouAITaggerNode",
|
||||
"DN_MultilineString",
|
||||
"DN_SmolVLMNode",
|
||||
"DN_TextConcatenateNode",
|
||||
"DN_TextDropDownNode",
|
||||
"DN_WildcardPromptEditorNode",
|
||||
"DN_WildcardsProcessor",
|
||||
"PinterestFetch",
|
||||
"SmolVLMNode",
|
||||
"TextConcatenatorNode",
|
||||
"TextDropDownNode",
|
||||
"WildcardSelectorNode",
|
||||
"inactivePinterestImageNode"
|
||||
],
|
||||
{
|
||||
@ -20292,6 +20288,8 @@
|
||||
"ListItemExtract",
|
||||
"ListItemSelector",
|
||||
"LoadAudioPlus",
|
||||
"MarkdownInteractive",
|
||||
"MarkdownRender",
|
||||
"MiniCPMVNode",
|
||||
"MusicGen",
|
||||
"NormalizeAudio",
|
||||
@ -29693,6 +29691,7 @@
|
||||
"https://github.com/nofunstudio/Node_Fun_ComfyUI": [
|
||||
[
|
||||
"DynamicQueueCounter",
|
||||
"FalAPI_recraft_upscale",
|
||||
"Fun KSampler",
|
||||
"IframeView",
|
||||
"IndexedStringSelector",
|
||||
@ -35024,7 +35023,7 @@
|
||||
"https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": [
|
||||
[
|
||||
"BiRefNetUltraV3_RBS",
|
||||
"LoadBiRefNetModelV3_RBS",
|
||||
"MaskProcessDetails_RBS",
|
||||
"TransparentBackgroundUltra_RBS"
|
||||
],
|
||||
{
|
||||
@ -36535,13 +36534,9 @@
|
||||
[
|
||||
"DCI_BinaryFileLoader",
|
||||
"DCI_BinaryFileSaver",
|
||||
"DCI_BinaryFileUploader",
|
||||
"DCI_FileNode",
|
||||
"DCI_Image",
|
||||
"DCI_ImageExporter",
|
||||
"DCI_ImageExporterAdvanced",
|
||||
"DCI_MetadataExtractor",
|
||||
"DCI_PreviewFromBinary",
|
||||
"DCI_ImageDebug",
|
||||
"DCI_PreviewNode"
|
||||
],
|
||||
{
|
||||
|
||||
4757
github-stats.json
4757
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1572,6 +1572,7 @@
|
||||
],
|
||||
"https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": [
|
||||
[
|
||||
"GetAnyBooruPostAdv",
|
||||
"GetBooruPost",
|
||||
"TagWikiFetch"
|
||||
],
|
||||
@ -2979,6 +2980,7 @@
|
||||
"SDVN Checkpoint Download List",
|
||||
"SDVN ControlNet Download",
|
||||
"SDVN Controlnet Apply",
|
||||
"SDVN Crop By Ratio",
|
||||
"SDVN DALL-E Generate Image",
|
||||
"SDVN Dall-E Generate Image 2",
|
||||
"SDVN Dic Convert",
|
||||
@ -5044,7 +5046,8 @@
|
||||
"HtmlPreview",
|
||||
"LoadHtml",
|
||||
"SaveHtml",
|
||||
"SingleImageToBase64"
|
||||
"SingleImageToBase64",
|
||||
"SingleImageToBase64KeepMetadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_html [UNSAFE]"
|
||||
@ -5358,7 +5361,6 @@
|
||||
"HolafLutGenerator",
|
||||
"HolafLutLoader",
|
||||
"HolafLutSaver",
|
||||
"HolafNeurogridOverload",
|
||||
"HolafOverlayNode",
|
||||
"HolafResolutionPreset",
|
||||
"HolafSaveImage",
|
||||
@ -6237,6 +6239,7 @@
|
||||
"ReCamMasterPoseVisualizer",
|
||||
"WanVideoATITracks",
|
||||
"WanVideoATITracksVisualize",
|
||||
"WanVideoATI_comfy",
|
||||
"WanVideoBlockSwap",
|
||||
"WanVideoClipVisionEncode",
|
||||
"WanVideoContextOptions",
|
||||
@ -8501,8 +8504,7 @@
|
||||
],
|
||||
"https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": [
|
||||
[
|
||||
"VideoCameraEstimator",
|
||||
"VideoFrameExtractor"
|
||||
"ImageSequenceCameraEstimator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_VVL_VideoCamera"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "INuBq8",
|
||||
"title": "Notification Bridge",
|
||||
"reference": "https://github.com/INuBq8/ComfyUI-NotificationBridge",
|
||||
"files": [
|
||||
"https://github.com/INuBq8/ComfyUI-NotificationBridge"
|
||||
],
|
||||
"install_type": "git_clone",
|
||||
"description": "Bridge nodes for ComfyUI that send messages through WhatsApp (Twilio) and Discord when a workflow completes."
|
||||
},
|
||||
{
|
||||
"author": "avenstack",
|
||||
"title": "ComfyUI-AV-FunASR",
|
||||
|
||||
@ -3299,7 +3299,8 @@
|
||||
],
|
||||
"https://github.com/ComfyAssets/ComfyUI_PromptManager": [
|
||||
[
|
||||
"PromptManager"
|
||||
"PromptManager",
|
||||
"PromptManagerText"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_PromptManager"
|
||||
@ -7319,6 +7320,8 @@
|
||||
[
|
||||
"Autotagger [LP]",
|
||||
"Autotagger|LP",
|
||||
"Color Input [LP]",
|
||||
"ColorInput|LP",
|
||||
"Image Remove Background (BiRefNet) [LP]",
|
||||
"Image Remove Background (RMBG) [LP]",
|
||||
"Image Remove Background (rembg) [LP]",
|
||||
@ -11189,6 +11192,8 @@
|
||||
"Basic data handling: CastToSet",
|
||||
"Basic data handling: CastToString",
|
||||
"Basic data handling: CompareLength",
|
||||
"Basic data handling: DataListAll",
|
||||
"Basic data handling: DataListAny",
|
||||
"Basic data handling: DataListAppend",
|
||||
"Basic data handling: DataListContains",
|
||||
"Basic data handling: DataListCount",
|
||||
@ -11197,6 +11202,7 @@
|
||||
"Basic data handling: DataListCreateFromFloat",
|
||||
"Basic data handling: DataListCreateFromInt",
|
||||
"Basic data handling: DataListCreateFromString",
|
||||
"Basic data handling: DataListEnumerate",
|
||||
"Basic data handling: DataListExtend",
|
||||
"Basic data handling: DataListFilter",
|
||||
"Basic data handling: DataListFilterSelect",
|
||||
@ -11210,11 +11216,13 @@
|
||||
"Basic data handling: DataListMin",
|
||||
"Basic data handling: DataListPop",
|
||||
"Basic data handling: DataListPopRandom",
|
||||
"Basic data handling: DataListRange",
|
||||
"Basic data handling: DataListRemove",
|
||||
"Basic data handling: DataListReverse",
|
||||
"Basic data handling: DataListSetItem",
|
||||
"Basic data handling: DataListSlice",
|
||||
"Basic data handling: DataListSort",
|
||||
"Basic data handling: DataListSum",
|
||||
"Basic data handling: DataListToList",
|
||||
"Basic data handling: DataListToSet",
|
||||
"Basic data handling: DataListZip",
|
||||
@ -11247,6 +11255,7 @@
|
||||
"Basic data handling: DictSetDefault",
|
||||
"Basic data handling: DictUpdate",
|
||||
"Basic data handling: DictValues",
|
||||
"Basic data handling: DisableFlow",
|
||||
"Basic data handling: Equal",
|
||||
"Basic data handling: ExecutionOrder",
|
||||
"Basic data handling: FloatAdd",
|
||||
@ -11262,6 +11271,7 @@
|
||||
"Basic data handling: FloatRound",
|
||||
"Basic data handling: FloatSubtract",
|
||||
"Basic data handling: FlowSelect",
|
||||
"Basic data handling: ForceCalculation",
|
||||
"Basic data handling: GreaterThan",
|
||||
"Basic data handling: GreaterThanOrEqual",
|
||||
"Basic data handling: IfElifElse",
|
||||
@ -11282,6 +11292,8 @@
|
||||
"Basic data handling: IsNull",
|
||||
"Basic data handling: LessThan",
|
||||
"Basic data handling: LessThanOrEqual",
|
||||
"Basic data handling: ListAll",
|
||||
"Basic data handling: ListAny",
|
||||
"Basic data handling: ListAppend",
|
||||
"Basic data handling: ListContains",
|
||||
"Basic data handling: ListCount",
|
||||
@ -11290,6 +11302,7 @@
|
||||
"Basic data handling: ListCreateFromFloat",
|
||||
"Basic data handling: ListCreateFromInt",
|
||||
"Basic data handling: ListCreateFromString",
|
||||
"Basic data handling: ListEnumerate",
|
||||
"Basic data handling: ListExtend",
|
||||
"Basic data handling: ListFirst",
|
||||
"Basic data handling: ListGetItem",
|
||||
@ -11301,11 +11314,13 @@
|
||||
"Basic data handling: ListMin",
|
||||
"Basic data handling: ListPop",
|
||||
"Basic data handling: ListPopRandom",
|
||||
"Basic data handling: ListRange",
|
||||
"Basic data handling: ListRemove",
|
||||
"Basic data handling: ListReverse",
|
||||
"Basic data handling: ListSetItem",
|
||||
"Basic data handling: ListSlice",
|
||||
"Basic data handling: ListSort",
|
||||
"Basic data handling: ListSum",
|
||||
"Basic data handling: ListToDataList",
|
||||
"Basic data handling: ListToSet",
|
||||
"Basic data handling: MathAbs",
|
||||
@ -11361,6 +11376,8 @@
|
||||
"Basic data handling: RegexSub",
|
||||
"Basic data handling: RegexTest",
|
||||
"Basic data handling: SetAdd",
|
||||
"Basic data handling: SetAll",
|
||||
"Basic data handling: SetAny",
|
||||
"Basic data handling: SetContains",
|
||||
"Basic data handling: SetCreate",
|
||||
"Basic data handling: SetCreateFromBoolean",
|
||||
@ -11369,6 +11386,7 @@
|
||||
"Basic data handling: SetCreateFromString",
|
||||
"Basic data handling: SetDifference",
|
||||
"Basic data handling: SetDiscard",
|
||||
"Basic data handling: SetEnumerate",
|
||||
"Basic data handling: SetIntersection",
|
||||
"Basic data handling: SetIsDisjoint",
|
||||
"Basic data handling: SetIsSubset",
|
||||
@ -11377,6 +11395,7 @@
|
||||
"Basic data handling: SetPop",
|
||||
"Basic data handling: SetPopRandom",
|
||||
"Basic data handling: SetRemove",
|
||||
"Basic data handling: SetSum",
|
||||
"Basic data handling: SetSymmetricDifference",
|
||||
"Basic data handling: SetToDataList",
|
||||
"Basic data handling: SetToList",
|
||||
@ -14751,30 +14770,6 @@
|
||||
"title_aux": "ComfyUI-Phi"
|
||||
}
|
||||
],
|
||||
"https://github.com/alexopus/ComfyUI-Image-Saver": [
|
||||
[
|
||||
"Cfg Literal (Image Saver)",
|
||||
"Checkpoint Loader with Name (Image Saver)",
|
||||
"Civitai Hash Fetcher (Image Saver)",
|
||||
"Float Literal (Image Saver)",
|
||||
"Image Saver",
|
||||
"Input Parameters (Image Saver)",
|
||||
"Int Literal (Image Saver)",
|
||||
"Sampler Selector (Image Saver)",
|
||||
"SamplerToString (Image Saver)",
|
||||
"Scheduler Selector (Comfy) (Image Saver)",
|
||||
"Scheduler Selector (Image Saver)",
|
||||
"SchedulerComfyToString (Image Saver)",
|
||||
"SchedulerToString (Image Saver)",
|
||||
"Seed Generator (Image Saver)",
|
||||
"String Literal (Image Saver)",
|
||||
"UNet loader with Name (Image Saver)",
|
||||
"Width/Height Literal (Image Saver)"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Image Saver"
|
||||
}
|
||||
],
|
||||
"https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [
|
||||
[
|
||||
"InputText",
|
||||
@ -16341,8 +16336,8 @@
|
||||
],
|
||||
"https://github.com/bradsec/ComfyUI_StringEssentials": [
|
||||
[
|
||||
"StringMultiReplace",
|
||||
"StringPreview",
|
||||
"StringReplace",
|
||||
"StringStrip",
|
||||
"StringTextbox"
|
||||
],
|
||||
@ -16701,6 +16696,7 @@
|
||||
"AD_ImageExpandBatch",
|
||||
"AD_MaskExpandBatch",
|
||||
"AD_batch_replace",
|
||||
"AD_font2img",
|
||||
"AD_pingpong_vedio",
|
||||
"AD_sch_IPA",
|
||||
"AD_sch_adv_CN",
|
||||
@ -16726,9 +16722,13 @@
|
||||
"Apply_condiStack",
|
||||
"Apply_latent",
|
||||
"Apply_textStack",
|
||||
"CLIPLoaderGGUF",
|
||||
"CN_preset1_Unpack",
|
||||
"CN_preset1_pack",
|
||||
"Create_Mask_Rectangles",
|
||||
"Create_Mask_lay_X",
|
||||
"Create_Mask_lay_Y",
|
||||
"Create_Mask_sole",
|
||||
"Data_Highway",
|
||||
"Data_basic",
|
||||
"Data_basic_easy",
|
||||
"Data_bus_chx",
|
||||
@ -16737,7 +16737,6 @@
|
||||
"Data_preset_save",
|
||||
"Data_sample",
|
||||
"Data_select",
|
||||
"DualCLIPLoaderGGUF",
|
||||
"GPT_ChineseToEnglish",
|
||||
"GPT_EnglishToChinese",
|
||||
"GPT_Janus_generate_img",
|
||||
@ -16753,7 +16752,7 @@
|
||||
"Image_Channel_Apply",
|
||||
"Image_Channel_Extract",
|
||||
"Image_Channel_RemoveAlpha",
|
||||
"Image_Resize",
|
||||
"Image_Resize2",
|
||||
"Image_Resize_sum",
|
||||
"Image_Upscaletile",
|
||||
"Image_batch_composite",
|
||||
@ -16767,6 +16766,7 @@
|
||||
"Mask_Remove_bg",
|
||||
"Mask_combine_crop",
|
||||
"Mask_combine_sum",
|
||||
"Mask_face_detect",
|
||||
"Mask_image2mask",
|
||||
"Mask_inpaint_light",
|
||||
"Mask_mask2mask",
|
||||
@ -16775,7 +16775,6 @@
|
||||
"Mask_transform",
|
||||
"Model_Preset_Unpack",
|
||||
"Model_Preset_pack",
|
||||
"QuadrupleCLIPLoaderGGUF",
|
||||
"Stack_CN_union",
|
||||
"Stack_ControlNet",
|
||||
"Stack_ControlNet1",
|
||||
@ -16791,9 +16790,6 @@
|
||||
"Stack_condi",
|
||||
"Stack_latent",
|
||||
"Stack_text",
|
||||
"TripleCLIPLoaderGGUF",
|
||||
"UnetLoaderGGUF",
|
||||
"UnetLoaderGGUFAdvanced",
|
||||
"basic_Ksampler_adv",
|
||||
"basic_Ksampler_batch",
|
||||
"basic_Ksampler_custom",
|
||||
@ -16806,10 +16802,12 @@
|
||||
"batch_cycler_mask",
|
||||
"batch_cycler_split_text",
|
||||
"batch_cycler_text",
|
||||
"chx_IPA_XL_adv",
|
||||
"chx_IPA_XL",
|
||||
"chx_IPA_adv",
|
||||
"chx_IPA_apply_combine",
|
||||
"chx_IPA_basic",
|
||||
"chx_IPA_faceID",
|
||||
"chx_IPA_faceID_adv",
|
||||
"chx_IPA_region_combine",
|
||||
"chx_Ksampler_VisualStyle",
|
||||
"chx_Ksampler_dual_area",
|
||||
@ -16881,8 +16879,6 @@
|
||||
"load_FLUX",
|
||||
"load_SD35",
|
||||
"load_basic",
|
||||
"load_create_basic_chx",
|
||||
"load_create_chx",
|
||||
"math_Remap_data",
|
||||
"math_calculate",
|
||||
"model_Regional",
|
||||
@ -16908,6 +16904,7 @@
|
||||
"stack_AD_diff",
|
||||
"stack_sum_pack",
|
||||
"sum_controlnet",
|
||||
"sum_create_chx",
|
||||
"sum_editor",
|
||||
"sum_latent",
|
||||
"sum_load_adv",
|
||||
@ -19517,16 +19514,15 @@
|
||||
],
|
||||
"https://github.com/dadoirie/ComfyUI_Dados_Nodes": [
|
||||
[
|
||||
"DN_wildcards_processor",
|
||||
"DadosJoyTaggerNode",
|
||||
"DadosMultilineString",
|
||||
"DynamicTextLoaderNode",
|
||||
"MiaoshouAITaggerNode",
|
||||
"DN_JoyTaggerNode",
|
||||
"DN_MiaoshouAITaggerNode",
|
||||
"DN_MultilineString",
|
||||
"DN_SmolVLMNode",
|
||||
"DN_TextConcatenateNode",
|
||||
"DN_TextDropDownNode",
|
||||
"DN_WildcardPromptEditorNode",
|
||||
"DN_WildcardsProcessor",
|
||||
"PinterestFetch",
|
||||
"SmolVLMNode",
|
||||
"TextConcatenatorNode",
|
||||
"TextDropDownNode",
|
||||
"WildcardSelectorNode",
|
||||
"inactivePinterestImageNode"
|
||||
],
|
||||
{
|
||||
@ -20292,6 +20288,8 @@
|
||||
"ListItemExtract",
|
||||
"ListItemSelector",
|
||||
"LoadAudioPlus",
|
||||
"MarkdownInteractive",
|
||||
"MarkdownRender",
|
||||
"MiniCPMVNode",
|
||||
"MusicGen",
|
||||
"NormalizeAudio",
|
||||
@ -29693,6 +29691,7 @@
|
||||
"https://github.com/nofunstudio/Node_Fun_ComfyUI": [
|
||||
[
|
||||
"DynamicQueueCounter",
|
||||
"FalAPI_recraft_upscale",
|
||||
"Fun KSampler",
|
||||
"IframeView",
|
||||
"IndexedStringSelector",
|
||||
@ -35024,7 +35023,7 @@
|
||||
"https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": [
|
||||
[
|
||||
"BiRefNetUltraV3_RBS",
|
||||
"LoadBiRefNetModelV3_RBS",
|
||||
"MaskProcessDetails_RBS",
|
||||
"TransparentBackgroundUltra_RBS"
|
||||
],
|
||||
{
|
||||
@ -36535,13 +36534,9 @@
|
||||
[
|
||||
"DCI_BinaryFileLoader",
|
||||
"DCI_BinaryFileSaver",
|
||||
"DCI_BinaryFileUploader",
|
||||
"DCI_FileNode",
|
||||
"DCI_Image",
|
||||
"DCI_ImageExporter",
|
||||
"DCI_ImageExporterAdvanced",
|
||||
"DCI_MetadataExtractor",
|
||||
"DCI_PreviewFromBinary",
|
||||
"DCI_ImageDebug",
|
||||
"DCI_PreviewNode"
|
||||
],
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user