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