mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-04 06:02:32 +08:00
Compare commits
5 Commits
99be2ca69d
...
c6b9e75593
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6b9e75593 | ||
|
|
c8dce94c03 | ||
|
|
06496d07b3 | ||
|
|
a97f98c9cc | ||
|
|
caac2ef276 |
@ -36499,6 +36499,18 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node that reserves GPU VRAM before workflow execution to prevent OOM crashes with manual or auto mode options."
|
||||
},
|
||||
{
|
||||
"author": "princepainter",
|
||||
"title": "PainterFLF2V - First/Last Frame Video Enhancer",
|
||||
"id": "painterflf2v",
|
||||
"reference": "https://github.com/princepainter/Comfyui-PainterFLF2V",
|
||||
"files": [
|
||||
"https://github.com/princepainter/Comfyui-PainterFLF2V"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Enhance first and last frames for smooth video loop generation in ComfyUI. Based on WAN Video workflow.",
|
||||
"tags": ["video", "frame", "loop", "workflow"]
|
||||
},
|
||||
{
|
||||
"author": "rafacost",
|
||||
"title": "rafacostComfy",
|
||||
@ -37710,6 +37722,17 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "DropFan",
|
||||
"title": "comfyui-portrait-master-cn 肖像大师中文版",
|
||||
"id": "portrait-master-cn",
|
||||
"reference": "https://github.com/DropFan/comfyui-portrait-master-cn",
|
||||
"files": [
|
||||
"https://github.com/DropFan/comfyui-portrait-master-cn"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Portrait Master 中文汉化版。基于 v3 最新版本做了汉化并添加部分数据。此外还添加了一个 node 用于保存 prompt 到图片的 exif 中。"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -2014,6 +2014,7 @@
|
||||
],
|
||||
"https://github.com/AcademiaSD/comfyui_AcademiaSD": [
|
||||
[
|
||||
"AcademiaSD_Gemini_Node",
|
||||
"IntegerBypasser",
|
||||
"LoopCounterToFile",
|
||||
"PaddedFileName",
|
||||
@ -2192,6 +2193,10 @@
|
||||
],
|
||||
"https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": [
|
||||
[
|
||||
"ForceDetectPixelateScale",
|
||||
"ImageScaleDownByFactor",
|
||||
"NearestImageScaleDown",
|
||||
"PixelUpscale2Target",
|
||||
"Unfake_PixelateTools"
|
||||
],
|
||||
{
|
||||
@ -2713,7 +2718,8 @@
|
||||
"AGSoft_Mask_Blur",
|
||||
"AGSoft_Mask_Composite",
|
||||
"AGSoft_Mask_Fix",
|
||||
"AGSoft_Mask_From_Color"
|
||||
"AGSoft_Mask_From_Color",
|
||||
"AGSoft_Styles_CSV_Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-AGSoft"
|
||||
@ -6237,6 +6243,7 @@
|
||||
],
|
||||
"https://github.com/EricRollei/AAA_Metadata_System": [
|
||||
[
|
||||
"AspectRatio2StepLatent",
|
||||
"CheckpointBatchInfoSetter_v074",
|
||||
"CheckpointInfoSetter_v074",
|
||||
"CheckpointInfoViewer_v074",
|
||||
@ -6299,6 +6306,7 @@
|
||||
],
|
||||
"https://github.com/EricRollei/Comfy_HunyuanImage3": [
|
||||
[
|
||||
"HunyuanImage3ForceUnload",
|
||||
"HunyuanImage3FullGPULoader",
|
||||
"HunyuanImage3FullLoader",
|
||||
"HunyuanImage3Generate",
|
||||
@ -6311,6 +6319,7 @@
|
||||
"HunyuanImage3Int8LoaderBudget",
|
||||
"HunyuanImage3NF4LoaderLowVRAMBudget",
|
||||
"HunyuanImage3QuantizedLoader",
|
||||
"HunyuanImage3SoftUnload",
|
||||
"HunyuanImage3Unload",
|
||||
"HunyuanPromptRewriter"
|
||||
],
|
||||
@ -7238,6 +7247,7 @@
|
||||
[
|
||||
"FossielCentralControlLite",
|
||||
"FossielCentralControl_v2",
|
||||
"FossielSequenceWrangler",
|
||||
"FossielWebPWrangler",
|
||||
"Fossiel_Qwen_Size_Stabilizer",
|
||||
"Fossiel_Sensor_KSampler_Switch",
|
||||
@ -7279,6 +7289,8 @@
|
||||
],
|
||||
"https://github.com/FranckyB/ComfyUI-Prompt-Manager": [
|
||||
[
|
||||
"PromptGenOptions",
|
||||
"PromptGenerator",
|
||||
"PromptManager"
|
||||
],
|
||||
{
|
||||
@ -7404,9 +7416,10 @@
|
||||
],
|
||||
"https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [
|
||||
[
|
||||
"ACN_AdvancedControlNetApply_v2",
|
||||
"ACN_ControlNetLoaderAdvanced",
|
||||
"ECHOCheckpointLoaderSimple",
|
||||
"KSampler_A1111",
|
||||
"NombreDelNodoFaltante"
|
||||
"KSampler_A1111"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Dummy_Node_Pack"
|
||||
@ -7910,7 +7923,8 @@
|
||||
],
|
||||
"https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [
|
||||
[
|
||||
"SILVER_FL_BooruBrowser"
|
||||
"SILVER_FL_BooruBrowser",
|
||||
"SILVER_Online_Video_Frame_Extractor"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-BooruBrowser"
|
||||
@ -11497,9 +11511,11 @@
|
||||
"https://github.com/Ltamann/ComfyUI-TBG-SAM3": [
|
||||
[
|
||||
"TBGLoadSAM3Model",
|
||||
"TBGSAM3DepthMap",
|
||||
"TBGSAM3ModelLoaderAdvanced",
|
||||
"TBGSAM3PromptCollector",
|
||||
"TBGSam3Segmentation"
|
||||
"TBGSam3Segmentation",
|
||||
"TBGSam3SegmentationBatch"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TBG-SAM3"
|
||||
@ -11515,6 +11531,7 @@
|
||||
"ModelSamplingFluxGradual",
|
||||
"PolyExponentialSigmaAdder",
|
||||
"PromptBatchGenerator",
|
||||
"TBG Dual Sampler",
|
||||
"TBG Flux-Z-Images Sampler",
|
||||
"TBG_FluxKontextStabilizer",
|
||||
"TBG_Preview_Sender_WebSocked",
|
||||
@ -11699,7 +11716,12 @@
|
||||
"MD_AutoMasterNode",
|
||||
"MD_CLIPTokenFinder",
|
||||
"MD_InitNoiseOptimizer",
|
||||
"MD_Mastering_Compressor",
|
||||
"MD_Mastering_EQ",
|
||||
"MD_Mastering_Gain",
|
||||
"MD_Mastering_Limiter",
|
||||
"MD_Qwen_Image_Edit_Object_Replacer_Node",
|
||||
"MD_SamplerDebug",
|
||||
"MD_SelfCrossGuider",
|
||||
"MasteringChainNode",
|
||||
"NoiseDecayScheduler_Custom",
|
||||
@ -11727,12 +11749,14 @@
|
||||
"LoadImagesFromPath",
|
||||
"LoadRandomCheckpoint",
|
||||
"LoraTagLoader",
|
||||
"PromptPropertyExtractor",
|
||||
"ResolutionSelector",
|
||||
"StringCleaning",
|
||||
"StringTextExtractor",
|
||||
"StringTextSplitter",
|
||||
"TiktokenTokenizer",
|
||||
"WildcardProcessor",
|
||||
"\u2699\ufe0f Prompt Property Extractor",
|
||||
"\u26d4 Generate Negative Prompt",
|
||||
"\u2702\ufe0f String Text Extractor",
|
||||
"\u2702\ufe0f String Text Splitter",
|
||||
@ -13258,7 +13282,8 @@
|
||||
"https://github.com/Nynxz/ComfyUI-NynxzNodes": [
|
||||
[
|
||||
"nynxz.Create.CompareVideo.Fade",
|
||||
"nynxz.Create.CompareVideo.Wipe"
|
||||
"nynxz.Create.CompareVideo.Wipe",
|
||||
"nynxz.Parse.StringTemplate"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-NynxzNodes"
|
||||
@ -13929,11 +13954,10 @@
|
||||
"SAM3CombinePoints",
|
||||
"SAM3CreateBox",
|
||||
"SAM3CreatePoint",
|
||||
"SAM3InteractiveSegmentation",
|
||||
"SAM3Grounding",
|
||||
"SAM3PointCollector",
|
||||
"SAM3Propagate",
|
||||
"SAM3Segmentation",
|
||||
"SAM3VideoModelLoader",
|
||||
"SAM3VideoOutput",
|
||||
"SAM3VideoSegmentation"
|
||||
],
|
||||
@ -13947,6 +13971,7 @@
|
||||
"SAM3DBodyAddMeshToSkeleton",
|
||||
"SAM3DBodyExportFBX",
|
||||
"SAM3DBodyExportMesh",
|
||||
"SAM3DBodyExportMultipleFBX",
|
||||
"SAM3DBodyGetVertices",
|
||||
"SAM3DBodyLoadMesh",
|
||||
"SAM3DBodyLoadSkeleton",
|
||||
@ -13954,6 +13979,7 @@
|
||||
"SAM3DBodyPreviewSkeleton",
|
||||
"SAM3DBodyProcess",
|
||||
"SAM3DBodyProcessAdvanced",
|
||||
"SAM3DBodyProcessMultiple",
|
||||
"SAM3DBodySaveSkeleton",
|
||||
"SAM3DBodySelectMesh",
|
||||
"SAM3DBodyVisualize"
|
||||
@ -16368,6 +16394,7 @@
|
||||
"Basic data handling: DataListInsert",
|
||||
"Basic data handling: DataListLast",
|
||||
"Basic data handling: DataListLength",
|
||||
"Basic data handling: DataListListCreate",
|
||||
"Basic data handling: DataListMax",
|
||||
"Basic data handling: DataListMin",
|
||||
"Basic data handling: DataListPop",
|
||||
@ -16427,6 +16454,8 @@
|
||||
"Basic data handling: FloatSubtract",
|
||||
"Basic data handling: FlowSelect",
|
||||
"Basic data handling: ForceCalculation",
|
||||
"Basic data handling: Generic And",
|
||||
"Basic data handling: Generic Or",
|
||||
"Basic data handling: GreaterThan",
|
||||
"Basic data handling: GreaterThanOrEqual",
|
||||
"Basic data handling: IfElifElse",
|
||||
@ -16696,20 +16725,27 @@
|
||||
"SDstarsampler",
|
||||
"Star Face Loader",
|
||||
"Star3LoRAs",
|
||||
"StarAdvanvesRatioLatent",
|
||||
"StarApplyOverlayDepth",
|
||||
"StarBlackWhite",
|
||||
"StarConditioningLoader",
|
||||
"StarConditioningSaver",
|
||||
"StarDeleteSamplerSettings",
|
||||
"StarDenoiseSlider",
|
||||
"StarDivisibleDimension",
|
||||
"StarDuplicateModelFinder",
|
||||
"StarDynamicLora",
|
||||
"StarDynamicLoraModelOnly",
|
||||
"StarEasyTextStorage",
|
||||
"StarFP8Converter",
|
||||
"StarFiveWildcards",
|
||||
"StarFlowMatchOption",
|
||||
"StarFrameFromVideo",
|
||||
"StarGeminiRefiner",
|
||||
"StarGridCaptionsBatcher",
|
||||
"StarGridComposer",
|
||||
"StarGridImageBatcher",
|
||||
"StarHDREffects",
|
||||
"StarIconExporter",
|
||||
"StarImageEditQwenKontext",
|
||||
"StarImageLoader1by1",
|
||||
@ -16721,6 +16757,7 @@
|
||||
"StarInfiniteYouPatch",
|
||||
"StarInfiniteYouPatchCombine",
|
||||
"StarInfiniteYouSaver",
|
||||
"StarLatentResize",
|
||||
"StarLatentSwitch",
|
||||
"StarLoadSamplerSettings",
|
||||
"StarNanoBanana",
|
||||
@ -16728,6 +16765,7 @@
|
||||
"StarOllamaSysprompterJC",
|
||||
"StarPSDSaver",
|
||||
"StarPSDSaver2",
|
||||
"StarPSDSaverAdvLayers",
|
||||
"StarPaletteExtractor",
|
||||
"StarQwenEditEncoder",
|
||||
"StarQwenEditPlusConditioner",
|
||||
@ -16736,6 +16774,7 @@
|
||||
"StarQwenRebalancePrompter",
|
||||
"StarQwenRegionalPrompter",
|
||||
"StarQwenWanRatio",
|
||||
"StarRadialBlur",
|
||||
"StarRandomImageLoader",
|
||||
"StarSDUpscaleRefiner",
|
||||
"StarSampler",
|
||||
@ -16743,6 +16782,7 @@
|
||||
"StarSavePanoramaJPEG",
|
||||
"StarSaveSamplerSettings",
|
||||
"StarSimpleFilters",
|
||||
"StarSpecialFilters",
|
||||
"StarTextFilter",
|
||||
"StarTextInput",
|
||||
"StarWildcardsAdvanced",
|
||||
@ -20661,9 +20701,14 @@
|
||||
],
|
||||
"https://github.com/aining2022/ComfyUI_Swwan": [
|
||||
[
|
||||
"Fast Groups Muter (rgthree)",
|
||||
"Fast Muter (rgthree)",
|
||||
"Image Comparer (rgthree)",
|
||||
"LayerUtility: CropByMask V2",
|
||||
"LayerUtility: CropByMask V3",
|
||||
"LayerUtility: ImageScaleByAspectRatio V2",
|
||||
"LayerUtility: RestoreCropBox"
|
||||
"LayerUtility: RestoreCropBox",
|
||||
"Seed (rgthree)"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Swwan"
|
||||
@ -23750,20 +23795,21 @@
|
||||
"Data_sampleData",
|
||||
"Data_select",
|
||||
"Easy_QwenEdit2509",
|
||||
"IO_clear_cache",
|
||||
"IO_getFilePath",
|
||||
"IO_image_select",
|
||||
"IO_input_any",
|
||||
"IO_inputbasic",
|
||||
"IO_inputfile",
|
||||
"IO_load_anyimage",
|
||||
"IO_node_Script",
|
||||
"IO_outputfile",
|
||||
"IO_save_image",
|
||||
"IO_savefile",
|
||||
"IO_store_image",
|
||||
"IO_video_encode",
|
||||
"IPA_XL_PromptInjection",
|
||||
"IPA_clip_vision",
|
||||
"Image_Channel_Apply",
|
||||
"Image_CnGradient",
|
||||
"Image_CnMapMix",
|
||||
"Image_CnMap_Resize",
|
||||
"Image_Detail_HL_frequencye",
|
||||
@ -23788,9 +23834,11 @@
|
||||
"Image_solo_stitch",
|
||||
"Image_target_adjust",
|
||||
"Image_transform_layer",
|
||||
"Mask_BodySegment",
|
||||
"Mask_ClothesSegment",
|
||||
"Mask_Detect_label",
|
||||
"Mask_FaceSegment",
|
||||
"Mask_Remove_bg",
|
||||
"Mask_face_detect",
|
||||
"Mask_image2mask",
|
||||
"Mask_math",
|
||||
"Mask_simple_adjust",
|
||||
@ -23803,6 +23851,8 @@
|
||||
"Stack_CN_union",
|
||||
"Stack_CN_union3",
|
||||
"Stack_ControlNet",
|
||||
"Stack_EmbossAndFill",
|
||||
"Stack_GradientAndStroke",
|
||||
"Stack_IPA",
|
||||
"Stack_Kontext_MulCondi",
|
||||
"Stack_Kontext_MulImg",
|
||||
@ -23814,6 +23864,7 @@
|
||||
"Stack_Ksampler_refine",
|
||||
"Stack_LoRA",
|
||||
"Stack_Redux",
|
||||
"Stack_ShadowAndGlow",
|
||||
"Stack_VAEDecodeTiled",
|
||||
"Stack_Wan22FunControlToVideo",
|
||||
"Stack_WanAnimateToVideo",
|
||||
@ -23871,8 +23922,6 @@
|
||||
"chx_Ksampler_inpaint",
|
||||
"chx_Ksampler_mix",
|
||||
"chx_Ksampler_refine",
|
||||
"chx_StyleModelApply",
|
||||
"chx_Style_Redux",
|
||||
"chx_YC_LG_Redux",
|
||||
"chx_input_data",
|
||||
"chx_ksampler_Deforum_sch",
|
||||
@ -23899,9 +23948,9 @@
|
||||
"create_mask_solo",
|
||||
"create_mulcolor_img",
|
||||
"excel_Prompter",
|
||||
"excel_Qwen_camera",
|
||||
"excel_VedioPrompt",
|
||||
"excel_column_diff",
|
||||
"excel_imgEditor_helper",
|
||||
"excel_insert_image",
|
||||
"excel_insert_image_easy",
|
||||
"excel_object",
|
||||
@ -23919,10 +23968,12 @@
|
||||
"flow_ValueSender",
|
||||
"flow_auto_pixel",
|
||||
"flow_case_tentor",
|
||||
"flow_clear_cache",
|
||||
"flow_judge",
|
||||
"flow_low_gpu",
|
||||
"flow_sch_control",
|
||||
"flow_switch",
|
||||
"flow_tensor_Unify",
|
||||
"img_effect_CircleWarp",
|
||||
"img_effect_Liquify",
|
||||
"img_effect_Load",
|
||||
@ -23934,6 +23985,7 @@
|
||||
"lay_MaskGrid",
|
||||
"lay_edge_cut",
|
||||
"lay_image_grid_note",
|
||||
"lay_images_free_layout",
|
||||
"lay_imgCanvas",
|
||||
"lay_mul_image",
|
||||
"lay_text_sum",
|
||||
@ -23980,7 +24032,6 @@
|
||||
"sch_split_text",
|
||||
"sch_text",
|
||||
"stack_Mask2color",
|
||||
"stack_sum_pack",
|
||||
"sum_Ksampler",
|
||||
"sum_create_chx",
|
||||
"sum_editor",
|
||||
@ -23992,17 +24043,14 @@
|
||||
"sum_stack_QwenEdit",
|
||||
"sum_stack_QwenEditPlus",
|
||||
"sum_stack_Wan",
|
||||
"sum_stack_all",
|
||||
"sum_stack_image",
|
||||
"text_Qwen_camera",
|
||||
"text_SuperPrompter",
|
||||
"text_free_wildcards",
|
||||
"text_filter",
|
||||
"text_list_combine",
|
||||
"text_mul_Join",
|
||||
"text_mul_Split",
|
||||
"text_mul_remove",
|
||||
"text_mul_replace",
|
||||
"text_stack_wildcards",
|
||||
"text_repair",
|
||||
"text_sum",
|
||||
"texture_Ksampler",
|
||||
"texture_Offset",
|
||||
@ -24026,8 +24074,7 @@
|
||||
"view_bridge_Text",
|
||||
"view_bridge_image",
|
||||
"view_combo",
|
||||
"view_mask",
|
||||
"view_node_Script"
|
||||
"view_mask"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Apt_Preset"
|
||||
@ -28432,12 +28479,23 @@
|
||||
],
|
||||
"https://github.com/easygoing0114/ComfyUI-easygoing-nodes": [
|
||||
[
|
||||
"CLIPSaveQwen",
|
||||
"CLIPScaleDualSDXLBlock",
|
||||
"CLIPScaleQwenBlock",
|
||||
"CLIPVisionLoaderSetDevice",
|
||||
"CheckpointLoaderSetClipDevice",
|
||||
"HDR Effects with LAB Adjust",
|
||||
"ModelMergeHiDream",
|
||||
"QuadrupleCLIPLoaderSetDevice",
|
||||
"SaveImageWithPrompt",
|
||||
"TripleCLIPLoaderSetDevice"
|
||||
"TripleCLIPLoaderSetDevice",
|
||||
"VAEMergeAdd",
|
||||
"VAEMergeQwenBlock",
|
||||
"VAEMergeSDXLBlock",
|
||||
"VAEMergeSimple",
|
||||
"VAEMergeSubtract",
|
||||
"VAEScaleQwenBlock",
|
||||
"VAEScaleSDXLBlock"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-easygoing-nodes"
|
||||
@ -28746,16 +28804,8 @@
|
||||
],
|
||||
"https://github.com/erosDiffusion/ComfyUI-ZImageDit": [
|
||||
[
|
||||
"LoadQuantoZImageCLIP",
|
||||
"LoadQuantoZImageTransformer",
|
||||
"LoadQuantoZImageVAE",
|
||||
"LoadZImageSDNQ",
|
||||
"LoadZImageTurboQDiTOffline",
|
||||
"QuantizeActiveModel",
|
||||
"QuantizeComfyModelHybrid",
|
||||
"ZImageQuantoSampler",
|
||||
"ZImageSDNQGenerate",
|
||||
"ZImageTurboQDiTGenerateUnload"
|
||||
"ZImageSDNQGenerate"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ZImageDit"
|
||||
@ -29052,6 +29102,7 @@
|
||||
"HunyuanVideoPromptExpander",
|
||||
"HunyuanVideoTextEncoder",
|
||||
"HunyuanVideoVisionLoader",
|
||||
"PromptKeyFilter",
|
||||
"QwenDebugController",
|
||||
"QwenEliGenEntityControl",
|
||||
"QwenEliGenMaskPainter",
|
||||
@ -29076,7 +29127,8 @@
|
||||
"QwenVLTextEncoderAdvanced",
|
||||
"TemplateInfluenceAnalyzer",
|
||||
"ZImageTextEncoder",
|
||||
"ZImageTextEncoderSimple"
|
||||
"ZImageTextEncoderSimple",
|
||||
"ZImageTurnBuilder"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-QwenImageWanBridge"
|
||||
@ -29502,6 +29554,7 @@
|
||||
"FL_QwenImageEditStrength",
|
||||
"FL_RIFE",
|
||||
"FL_RandomNumber",
|
||||
"FL_RandomShapeGenerator",
|
||||
"FL_ReplaceColor",
|
||||
"FL_RetroEffect",
|
||||
"FL_Ripple",
|
||||
@ -30237,9 +30290,12 @@
|
||||
"https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": [
|
||||
[
|
||||
"CombineOutputLists",
|
||||
"ConvertNumberToIntFloatStr",
|
||||
"FormattedString",
|
||||
"KSamplerImmediateSave",
|
||||
"NumberOutputList",
|
||||
"StringOutputList"
|
||||
"StringOutputList",
|
||||
"StringToCombo"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-outputlists-combiner"
|
||||
@ -32017,13 +32073,16 @@
|
||||
[
|
||||
"SetValuesFromPanel",
|
||||
"image_to_sha256",
|
||||
"move_file",
|
||||
"sort_list_string",
|
||||
"steg_alpha_embed",
|
||||
"steg_alpha_extract",
|
||||
"steg_rgb_embed",
|
||||
"steg_rgb_extract",
|
||||
"string_clear_if_contains",
|
||||
"video_audio_concat",
|
||||
"video_dir_combiner_ultra",
|
||||
"video_mute_from_url",
|
||||
"video_scene_splitter"
|
||||
],
|
||||
{
|
||||
@ -35385,6 +35444,7 @@
|
||||
"WanVideoAddPusaNoise",
|
||||
"WanVideoAddS2VEmbeds",
|
||||
"WanVideoAddStandInLatent",
|
||||
"WanVideoAddSteadyDancerEmbeds",
|
||||
"WanVideoAddTTMLatents",
|
||||
"WanVideoAnimateEmbeds",
|
||||
"WanVideoApplyNAG",
|
||||
@ -39473,7 +39533,8 @@
|
||||
],
|
||||
"https://github.com/mobcat40/ComfyUI-PromptChain": [
|
||||
[
|
||||
"PromptChain"
|
||||
"PromptChain",
|
||||
"PromptChainDebug"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PromptChain"
|
||||
@ -41967,6 +42028,7 @@
|
||||
"LoadLastLatent",
|
||||
"LoadVideoForVCaptioning",
|
||||
"Lora Loader Str",
|
||||
"LoraLoaderZImage",
|
||||
"MaskEmptyFloatNode",
|
||||
"MaskPassOrPlaceholder",
|
||||
"ParametricEQNode",
|
||||
@ -42172,6 +42234,14 @@
|
||||
"title_aux": "Comfyui-PainterAudioCut"
|
||||
}
|
||||
],
|
||||
"https://github.com/princepainter/Comfyui-PainterFLF2V": [
|
||||
[
|
||||
"PainterFLF2V"
|
||||
],
|
||||
{
|
||||
"title_aux": "PainterFLF2V - First/Last Frame Video Enhancer"
|
||||
}
|
||||
],
|
||||
"https://github.com/princepainter/Comfyui-PainterSampler": [
|
||||
[
|
||||
"PainterSampler"
|
||||
@ -42374,6 +42444,7 @@
|
||||
"PVL_fal_DepthAnythingV2_API",
|
||||
"PVL_fal_EvfSam_API",
|
||||
"PVL_fal_EvfSam_X5_API",
|
||||
"PVL_fal_Flux2_Dev_API",
|
||||
"PVL_fal_FluxDevPulidAvatar_API",
|
||||
"PVL_fal_FluxDev_API",
|
||||
"PVL_fal_FluxGeneral_API",
|
||||
@ -43538,9 +43609,8 @@
|
||||
],
|
||||
"https://github.com/ru4ls/ComfyUI_Nano_Banana": [
|
||||
[
|
||||
"NanoBanana",
|
||||
"NanoBananaAIO",
|
||||
"NanoBananaGrounding"
|
||||
"NanoBananaMultiTurnChat"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Nano_Banana"
|
||||
@ -47001,7 +47071,8 @@
|
||||
"TALMStudioSmartLoader",
|
||||
"TALoadCheckpointModelWithName",
|
||||
"TALoadDiffusionModelWithName",
|
||||
"TALoadGGUFModelWithName"
|
||||
"TALoadGGUFModelWithName",
|
||||
"TAPromptController"
|
||||
],
|
||||
{
|
||||
"title_aux": "TA-ComfyUI-Nodes-Pack"
|
||||
@ -48563,6 +48634,8 @@
|
||||
"fot_PlayData",
|
||||
"fot_PlayStart",
|
||||
"fot_Scene",
|
||||
"fot_SceneBackdrop",
|
||||
"fot_SceneBackdropData",
|
||||
"fot_SceneBeat",
|
||||
"fot_SceneBeatData",
|
||||
"fot_SceneData"
|
||||
@ -48839,8 +48912,9 @@
|
||||
"https://github.com/wizdroid/wizdroid-character": [
|
||||
[
|
||||
"BackgroundEditNode",
|
||||
"BackgroundGeneratorNode",
|
||||
"CharacterPromptBuilder",
|
||||
"MetaPromptGenerator",
|
||||
"SceneGeneratorNode",
|
||||
"WizdroidCharacterEdit",
|
||||
"WizdroidLoRADatasetExport",
|
||||
"WizdroidLoRADatasetValidator",
|
||||
|
||||
8215
github-stats.json
8215
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -300,16 +300,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds a node that outputs the workflow's name as a string\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "PozzettiAndrea",
|
||||
"title": "ComfyUI-CameraAnalysis",
|
||||
"reference": "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis",
|
||||
"files": [
|
||||
"https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Extracts camera intrinsic parameters from image EXIF data."
|
||||
},
|
||||
{
|
||||
"author": "newraina",
|
||||
"title": "comfyui-photoshop-v2 [WIP]",
|
||||
@ -421,15 +411,16 @@
|
||||
"description": "A slimmed down collection of ComfyUI nodes either from elsewhere, custom creation or updated independently. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "liusida",
|
||||
"author": "Sida Liu",
|
||||
"title": "ComfyUI-Notebook [UNSAFE]",
|
||||
"id": "notebook",
|
||||
"reference": "https://github.com/liusida/ComfyUI-Notebook",
|
||||
"files": [
|
||||
"https://github.com/liusida/ComfyUI-Notebook"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A Jupyter-style custom node for executing Python code within ComfyUI workflows, featuring syntax highlighting, shared variables, and pre-loaded libraries like numpy, torch, and matplotlib.[w/This extension allows remote command execution.]"
|
||||
},
|
||||
"description": "A Jupyter-style custom node for executing Python code and plotting within ComfyUI workflows.[w/This extension allows remote command execution.]"
|
||||
},
|
||||
{
|
||||
"author": "pznodes",
|
||||
"title": "ComfyUI-UniRig [WIP]",
|
||||
@ -4576,16 +4567,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Node for LoRA stack management in ComfyUI\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "fuzr0dah",
|
||||
"title": "comfyui-sceneassembly",
|
||||
"reference": "https://github.com/fuzr0dah/comfyui-sceneassembly",
|
||||
"files": [
|
||||
"https://github.com/fuzr0dah/comfyui-sceneassembly"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A bunch of nodes I created that I also find useful."
|
||||
},
|
||||
{
|
||||
"author": "PabloGrant",
|
||||
"title": "comfyui-giraffe-test-panel",
|
||||
|
||||
@ -2062,6 +2062,7 @@
|
||||
],
|
||||
"https://github.com/IgPoly/ComfyUI-igTools": [
|
||||
[
|
||||
"IGT_ImageTilesCalc",
|
||||
"IGT_SimpleTilesCalc"
|
||||
],
|
||||
{
|
||||
@ -2439,18 +2440,37 @@
|
||||
],
|
||||
"https://github.com/LSDJesus/ComfyUI-Luna-Collection": [
|
||||
[
|
||||
"LunaAdvancedUpscaler",
|
||||
"LunaAssembler",
|
||||
"LunaBasePrompt",
|
||||
"LunaCacheManager",
|
||||
"LunaCheckpointLoader",
|
||||
"LunaCivitaiBatchScraper",
|
||||
"LunaCivitaiScraper",
|
||||
"LunaConditionals",
|
||||
"LunaConnectionEditor",
|
||||
"LunaConnectionMatcher",
|
||||
"LunaConnectionStats",
|
||||
"LunaDaemonConfig",
|
||||
"LunaDaemonConfigFromLoaders",
|
||||
"LunaDaemonModelSwitch",
|
||||
"LunaDaemonStatus",
|
||||
"LunaEmbeddingCache",
|
||||
"LunaEmbeddingManager",
|
||||
"LunaEmbeddingManagerRandom",
|
||||
"LunaExpanders",
|
||||
"LunaExpressionBatchSaver",
|
||||
"LunaExpressionList",
|
||||
"LunaExpressionPromptBuilder",
|
||||
"LunaExpressionSheetSlicer",
|
||||
"LunaListPreprocessedPrompts",
|
||||
"LunaLoRALinker",
|
||||
"LunaLoRARandomizer",
|
||||
"LunaLoRAStacker",
|
||||
"LunaLoRAStackerRandom",
|
||||
"LunaLoadParameters",
|
||||
"LunaLoadPreprocessedPrompt",
|
||||
"LunaMediaPipeDetailer",
|
||||
"LunaLogicResolver",
|
||||
"LunaModifiers",
|
||||
"LunaModifyPreprocessedPrompt",
|
||||
"LunaMultiSaver",
|
||||
"LunaOptimizedPreprocessedLoader",
|
||||
@ -2464,19 +2484,26 @@
|
||||
"LunaSampler",
|
||||
"LunaSaveNegativePrompt",
|
||||
"LunaSelectPromptFolder",
|
||||
"LunaSimpleUpscaler",
|
||||
"LunaSharedCLIPEncode",
|
||||
"LunaSharedCLIPEncodeDual",
|
||||
"LunaSharedCLIPEncodeSDXL",
|
||||
"LunaSharedVAEDecode",
|
||||
"LunaSharedVAEEncode",
|
||||
"LunaSinglePromptProcessor",
|
||||
"LunaSmartLoRALinker",
|
||||
"LunaTextProcessor",
|
||||
"LunaUnifiedPromptProcessor",
|
||||
"LunaWildcardBuilder",
|
||||
"LunaWildcardPromptGenerator",
|
||||
"LunaYAMLInjector",
|
||||
"LunaYAMLPathExplorer",
|
||||
"LunaYAMLWildcard",
|
||||
"LunaYAMLWildcardBatch",
|
||||
"LunaYAMLWildcardExplorer",
|
||||
"Luna_Advanced_Upscaler",
|
||||
"Luna_Detailer",
|
||||
"Luna_MediaPipe_Detailer",
|
||||
"Luna_MediaPipe_Segs",
|
||||
"Luna_SimpleUpscaler",
|
||||
"Luna_UltimateSDUpscale",
|
||||
"Luna_YOLO_Annotation_Exporter",
|
||||
"luna_image_caption"
|
||||
"Luna_UltimateSDUpscale"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Pyrite-Core [WIP]"
|
||||
@ -3438,14 +3465,6 @@
|
||||
"title_aux": "CADabra [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis": [
|
||||
[
|
||||
"CameraAnalysis"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CameraAnalysis"
|
||||
}
|
||||
],
|
||||
"https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": [
|
||||
[
|
||||
"ClearAllModelCaches",
|
||||
@ -3621,6 +3640,7 @@
|
||||
"https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": [
|
||||
[
|
||||
"AliyunChat",
|
||||
"AliyunVLChat",
|
||||
"Florence2CoordinateExtractor",
|
||||
"Florence2JsonShow",
|
||||
"ImageDesaturateEdgeBinarize",
|
||||
@ -3631,6 +3651,7 @@
|
||||
"PreviewSVG",
|
||||
"SVGToImage",
|
||||
"SaveSVG",
|
||||
"SearchIconFreepik",
|
||||
"SimpleImageStitch",
|
||||
"TextSplitLines",
|
||||
"imageStitchForICImproved",
|
||||
@ -4303,9 +4324,7 @@
|
||||
"Color Cast Detector",
|
||||
"Color Harmony Analyzer",
|
||||
"Color Temperature Estimator",
|
||||
"ColorTemperatureEstimator",
|
||||
"Contrast Analysis",
|
||||
"ContrastAnalysis",
|
||||
"Defocus Analysis",
|
||||
"Edge Density Analysis",
|
||||
"Entropy Analysis",
|
||||
@ -5868,6 +5887,7 @@
|
||||
[
|
||||
"AdaptiveTessellate",
|
||||
"BarycentricWarp",
|
||||
"BidirectionalFlowExtractor",
|
||||
"DepthEstimator",
|
||||
"FlowSRRefine",
|
||||
"FlowToSTMap",
|
||||
@ -7588,7 +7608,6 @@
|
||||
],
|
||||
"https://github.com/grinlau18/ComfyUI_XISER_Nodes": [
|
||||
[
|
||||
"CreatePointsString",
|
||||
"XISER_Canvas",
|
||||
"XIS_BooleanSwitch",
|
||||
"XIS_CanvasConfig",
|
||||
@ -7615,13 +7634,14 @@
|
||||
"XIS_ImageAdjustAndBlend",
|
||||
"XIS_ImageManager",
|
||||
"XIS_ImageMaskMirror",
|
||||
"XIS_ImageStitcher",
|
||||
"XIS_ImagePuzzle",
|
||||
"XIS_ImageSwitch",
|
||||
"XIS_IntSwitch",
|
||||
"XIS_InvertMask",
|
||||
"XIS_IsThereAnyData",
|
||||
"XIS_KSamplerSettingsNode",
|
||||
"XIS_KSamplerSettingsUnpackNode",
|
||||
"XIS_LLMOrchestrator",
|
||||
"XIS_Label",
|
||||
"XIS_LatentBlendNode",
|
||||
"XIS_LoadImage",
|
||||
@ -7643,7 +7663,8 @@
|
||||
"XIS_SetColor",
|
||||
"XIS_ShapeAndText",
|
||||
"XIS_ShapeData",
|
||||
"XIS_StringSwitch"
|
||||
"XIS_StringSwitch",
|
||||
"XIS_UnpackImages"
|
||||
],
|
||||
{
|
||||
"title_aux": "Xiser_Nodes [WIP]"
|
||||
@ -9326,7 +9347,7 @@
|
||||
"LF_BlurImages",
|
||||
"LF_Boolean",
|
||||
"LF_Brightness",
|
||||
"LF_CaptionImageWD14",
|
||||
"LF_CaptionImageWD14Onnx",
|
||||
"LF_CharacterImpersonator",
|
||||
"LF_CheckpointSelector",
|
||||
"LF_CivitAIMetadataSetup",
|
||||
@ -9381,6 +9402,7 @@
|
||||
"LF_LoadLoraTags",
|
||||
"LF_LoadMetadata",
|
||||
"LF_LoadWD14Model",
|
||||
"LF_LoadWD14Onnx",
|
||||
"LF_LoraAndEmbeddingSelector",
|
||||
"LF_LoraSelector",
|
||||
"LF_MarkdownDocGenerator",
|
||||
@ -11119,6 +11141,7 @@
|
||||
"https://github.com/silveroxides/ComfyUI_SamplingUtils": [
|
||||
[
|
||||
"GetJsonKeyValue",
|
||||
"Image_Color_Noise",
|
||||
"SamplingParameters"
|
||||
],
|
||||
{
|
||||
@ -12104,6 +12127,8 @@
|
||||
[
|
||||
"ConditionalTagProcessorNode",
|
||||
"LoadTextFile",
|
||||
"ParsePromptCustom",
|
||||
"ParsePromptFull",
|
||||
"ProcessWildcard",
|
||||
"PromptsFromTextbox",
|
||||
"RemoveComments",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "PozzettiAndrea",
|
||||
"title": "ComfyUI-CameraAnalysis [REMOVED]",
|
||||
"reference": "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis",
|
||||
"files": [
|
||||
"https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Extracts camera intrinsic parameters from image EXIF data."
|
||||
},
|
||||
{
|
||||
"author": "fuzr0dah",
|
||||
"title": "comfyui-sceneassembly [REMOVED]",
|
||||
"reference": "https://github.com/fuzr0dah/comfyui-sceneassembly",
|
||||
"files": [
|
||||
"https://github.com/fuzr0dah/comfyui-sceneassembly"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A bunch of nodes I created that I also find useful."
|
||||
},
|
||||
{
|
||||
"author": "rslosch",
|
||||
"title": "ComfyUI-EZ_Prompts [REMOVED]",
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "princepainter",
|
||||
"title": "PainterFLF2V - First/Last Frame Video Enhancer",
|
||||
"id": "painterflf2v",
|
||||
"reference": "https://github.com/princepainter/Comfyui-PainterFLF2V",
|
||||
"files": [
|
||||
"https://github.com/princepainter/Comfyui-PainterFLF2V"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Enhance first and last frames for smooth video loop generation in ComfyUI. Based on WAN Video workflow.",
|
||||
"tags": ["video", "frame", "loop", "workflow"]
|
||||
},
|
||||
{
|
||||
"author": "EnragedAntelope",
|
||||
"title": "comfyui-sdnq",
|
||||
|
||||
@ -2014,6 +2014,7 @@
|
||||
],
|
||||
"https://github.com/AcademiaSD/comfyui_AcademiaSD": [
|
||||
[
|
||||
"AcademiaSD_Gemini_Node",
|
||||
"IntegerBypasser",
|
||||
"LoopCounterToFile",
|
||||
"PaddedFileName",
|
||||
@ -2192,6 +2193,10 @@
|
||||
],
|
||||
"https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": [
|
||||
[
|
||||
"ForceDetectPixelateScale",
|
||||
"ImageScaleDownByFactor",
|
||||
"NearestImageScaleDown",
|
||||
"PixelUpscale2Target",
|
||||
"Unfake_PixelateTools"
|
||||
],
|
||||
{
|
||||
@ -2713,7 +2718,8 @@
|
||||
"AGSoft_Mask_Blur",
|
||||
"AGSoft_Mask_Composite",
|
||||
"AGSoft_Mask_Fix",
|
||||
"AGSoft_Mask_From_Color"
|
||||
"AGSoft_Mask_From_Color",
|
||||
"AGSoft_Styles_CSV_Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-AGSoft"
|
||||
@ -6237,6 +6243,7 @@
|
||||
],
|
||||
"https://github.com/EricRollei/AAA_Metadata_System": [
|
||||
[
|
||||
"AspectRatio2StepLatent",
|
||||
"CheckpointBatchInfoSetter_v074",
|
||||
"CheckpointInfoSetter_v074",
|
||||
"CheckpointInfoViewer_v074",
|
||||
@ -6299,6 +6306,7 @@
|
||||
],
|
||||
"https://github.com/EricRollei/Comfy_HunyuanImage3": [
|
||||
[
|
||||
"HunyuanImage3ForceUnload",
|
||||
"HunyuanImage3FullGPULoader",
|
||||
"HunyuanImage3FullLoader",
|
||||
"HunyuanImage3Generate",
|
||||
@ -6311,6 +6319,7 @@
|
||||
"HunyuanImage3Int8LoaderBudget",
|
||||
"HunyuanImage3NF4LoaderLowVRAMBudget",
|
||||
"HunyuanImage3QuantizedLoader",
|
||||
"HunyuanImage3SoftUnload",
|
||||
"HunyuanImage3Unload",
|
||||
"HunyuanPromptRewriter"
|
||||
],
|
||||
@ -7238,6 +7247,7 @@
|
||||
[
|
||||
"FossielCentralControlLite",
|
||||
"FossielCentralControl_v2",
|
||||
"FossielSequenceWrangler",
|
||||
"FossielWebPWrangler",
|
||||
"Fossiel_Qwen_Size_Stabilizer",
|
||||
"Fossiel_Sensor_KSampler_Switch",
|
||||
@ -7279,6 +7289,8 @@
|
||||
],
|
||||
"https://github.com/FranckyB/ComfyUI-Prompt-Manager": [
|
||||
[
|
||||
"PromptGenOptions",
|
||||
"PromptGenerator",
|
||||
"PromptManager"
|
||||
],
|
||||
{
|
||||
@ -7404,9 +7416,10 @@
|
||||
],
|
||||
"https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [
|
||||
[
|
||||
"ACN_AdvancedControlNetApply_v2",
|
||||
"ACN_ControlNetLoaderAdvanced",
|
||||
"ECHOCheckpointLoaderSimple",
|
||||
"KSampler_A1111",
|
||||
"NombreDelNodoFaltante"
|
||||
"KSampler_A1111"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Dummy_Node_Pack"
|
||||
@ -7910,7 +7923,8 @@
|
||||
],
|
||||
"https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [
|
||||
[
|
||||
"SILVER_FL_BooruBrowser"
|
||||
"SILVER_FL_BooruBrowser",
|
||||
"SILVER_Online_Video_Frame_Extractor"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-BooruBrowser"
|
||||
@ -11497,9 +11511,11 @@
|
||||
"https://github.com/Ltamann/ComfyUI-TBG-SAM3": [
|
||||
[
|
||||
"TBGLoadSAM3Model",
|
||||
"TBGSAM3DepthMap",
|
||||
"TBGSAM3ModelLoaderAdvanced",
|
||||
"TBGSAM3PromptCollector",
|
||||
"TBGSam3Segmentation"
|
||||
"TBGSam3Segmentation",
|
||||
"TBGSam3SegmentationBatch"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TBG-SAM3"
|
||||
@ -11515,6 +11531,7 @@
|
||||
"ModelSamplingFluxGradual",
|
||||
"PolyExponentialSigmaAdder",
|
||||
"PromptBatchGenerator",
|
||||
"TBG Dual Sampler",
|
||||
"TBG Flux-Z-Images Sampler",
|
||||
"TBG_FluxKontextStabilizer",
|
||||
"TBG_Preview_Sender_WebSocked",
|
||||
@ -11699,7 +11716,12 @@
|
||||
"MD_AutoMasterNode",
|
||||
"MD_CLIPTokenFinder",
|
||||
"MD_InitNoiseOptimizer",
|
||||
"MD_Mastering_Compressor",
|
||||
"MD_Mastering_EQ",
|
||||
"MD_Mastering_Gain",
|
||||
"MD_Mastering_Limiter",
|
||||
"MD_Qwen_Image_Edit_Object_Replacer_Node",
|
||||
"MD_SamplerDebug",
|
||||
"MD_SelfCrossGuider",
|
||||
"MasteringChainNode",
|
||||
"NoiseDecayScheduler_Custom",
|
||||
@ -11727,12 +11749,14 @@
|
||||
"LoadImagesFromPath",
|
||||
"LoadRandomCheckpoint",
|
||||
"LoraTagLoader",
|
||||
"PromptPropertyExtractor",
|
||||
"ResolutionSelector",
|
||||
"StringCleaning",
|
||||
"StringTextExtractor",
|
||||
"StringTextSplitter",
|
||||
"TiktokenTokenizer",
|
||||
"WildcardProcessor",
|
||||
"\u2699\ufe0f Prompt Property Extractor",
|
||||
"\u26d4 Generate Negative Prompt",
|
||||
"\u2702\ufe0f String Text Extractor",
|
||||
"\u2702\ufe0f String Text Splitter",
|
||||
@ -13258,7 +13282,8 @@
|
||||
"https://github.com/Nynxz/ComfyUI-NynxzNodes": [
|
||||
[
|
||||
"nynxz.Create.CompareVideo.Fade",
|
||||
"nynxz.Create.CompareVideo.Wipe"
|
||||
"nynxz.Create.CompareVideo.Wipe",
|
||||
"nynxz.Parse.StringTemplate"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-NynxzNodes"
|
||||
@ -13929,11 +13954,10 @@
|
||||
"SAM3CombinePoints",
|
||||
"SAM3CreateBox",
|
||||
"SAM3CreatePoint",
|
||||
"SAM3InteractiveSegmentation",
|
||||
"SAM3Grounding",
|
||||
"SAM3PointCollector",
|
||||
"SAM3Propagate",
|
||||
"SAM3Segmentation",
|
||||
"SAM3VideoModelLoader",
|
||||
"SAM3VideoOutput",
|
||||
"SAM3VideoSegmentation"
|
||||
],
|
||||
@ -13947,6 +13971,7 @@
|
||||
"SAM3DBodyAddMeshToSkeleton",
|
||||
"SAM3DBodyExportFBX",
|
||||
"SAM3DBodyExportMesh",
|
||||
"SAM3DBodyExportMultipleFBX",
|
||||
"SAM3DBodyGetVertices",
|
||||
"SAM3DBodyLoadMesh",
|
||||
"SAM3DBodyLoadSkeleton",
|
||||
@ -13954,6 +13979,7 @@
|
||||
"SAM3DBodyPreviewSkeleton",
|
||||
"SAM3DBodyProcess",
|
||||
"SAM3DBodyProcessAdvanced",
|
||||
"SAM3DBodyProcessMultiple",
|
||||
"SAM3DBodySaveSkeleton",
|
||||
"SAM3DBodySelectMesh",
|
||||
"SAM3DBodyVisualize"
|
||||
@ -16368,6 +16394,7 @@
|
||||
"Basic data handling: DataListInsert",
|
||||
"Basic data handling: DataListLast",
|
||||
"Basic data handling: DataListLength",
|
||||
"Basic data handling: DataListListCreate",
|
||||
"Basic data handling: DataListMax",
|
||||
"Basic data handling: DataListMin",
|
||||
"Basic data handling: DataListPop",
|
||||
@ -16427,6 +16454,8 @@
|
||||
"Basic data handling: FloatSubtract",
|
||||
"Basic data handling: FlowSelect",
|
||||
"Basic data handling: ForceCalculation",
|
||||
"Basic data handling: Generic And",
|
||||
"Basic data handling: Generic Or",
|
||||
"Basic data handling: GreaterThan",
|
||||
"Basic data handling: GreaterThanOrEqual",
|
||||
"Basic data handling: IfElifElse",
|
||||
@ -16696,20 +16725,27 @@
|
||||
"SDstarsampler",
|
||||
"Star Face Loader",
|
||||
"Star3LoRAs",
|
||||
"StarAdvanvesRatioLatent",
|
||||
"StarApplyOverlayDepth",
|
||||
"StarBlackWhite",
|
||||
"StarConditioningLoader",
|
||||
"StarConditioningSaver",
|
||||
"StarDeleteSamplerSettings",
|
||||
"StarDenoiseSlider",
|
||||
"StarDivisibleDimension",
|
||||
"StarDuplicateModelFinder",
|
||||
"StarDynamicLora",
|
||||
"StarDynamicLoraModelOnly",
|
||||
"StarEasyTextStorage",
|
||||
"StarFP8Converter",
|
||||
"StarFiveWildcards",
|
||||
"StarFlowMatchOption",
|
||||
"StarFrameFromVideo",
|
||||
"StarGeminiRefiner",
|
||||
"StarGridCaptionsBatcher",
|
||||
"StarGridComposer",
|
||||
"StarGridImageBatcher",
|
||||
"StarHDREffects",
|
||||
"StarIconExporter",
|
||||
"StarImageEditQwenKontext",
|
||||
"StarImageLoader1by1",
|
||||
@ -16721,6 +16757,7 @@
|
||||
"StarInfiniteYouPatch",
|
||||
"StarInfiniteYouPatchCombine",
|
||||
"StarInfiniteYouSaver",
|
||||
"StarLatentResize",
|
||||
"StarLatentSwitch",
|
||||
"StarLoadSamplerSettings",
|
||||
"StarNanoBanana",
|
||||
@ -16728,6 +16765,7 @@
|
||||
"StarOllamaSysprompterJC",
|
||||
"StarPSDSaver",
|
||||
"StarPSDSaver2",
|
||||
"StarPSDSaverAdvLayers",
|
||||
"StarPaletteExtractor",
|
||||
"StarQwenEditEncoder",
|
||||
"StarQwenEditPlusConditioner",
|
||||
@ -16736,6 +16774,7 @@
|
||||
"StarQwenRebalancePrompter",
|
||||
"StarQwenRegionalPrompter",
|
||||
"StarQwenWanRatio",
|
||||
"StarRadialBlur",
|
||||
"StarRandomImageLoader",
|
||||
"StarSDUpscaleRefiner",
|
||||
"StarSampler",
|
||||
@ -16743,6 +16782,7 @@
|
||||
"StarSavePanoramaJPEG",
|
||||
"StarSaveSamplerSettings",
|
||||
"StarSimpleFilters",
|
||||
"StarSpecialFilters",
|
||||
"StarTextFilter",
|
||||
"StarTextInput",
|
||||
"StarWildcardsAdvanced",
|
||||
@ -20661,9 +20701,14 @@
|
||||
],
|
||||
"https://github.com/aining2022/ComfyUI_Swwan": [
|
||||
[
|
||||
"Fast Groups Muter (rgthree)",
|
||||
"Fast Muter (rgthree)",
|
||||
"Image Comparer (rgthree)",
|
||||
"LayerUtility: CropByMask V2",
|
||||
"LayerUtility: CropByMask V3",
|
||||
"LayerUtility: ImageScaleByAspectRatio V2",
|
||||
"LayerUtility: RestoreCropBox"
|
||||
"LayerUtility: RestoreCropBox",
|
||||
"Seed (rgthree)"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Swwan"
|
||||
@ -23750,20 +23795,21 @@
|
||||
"Data_sampleData",
|
||||
"Data_select",
|
||||
"Easy_QwenEdit2509",
|
||||
"IO_clear_cache",
|
||||
"IO_getFilePath",
|
||||
"IO_image_select",
|
||||
"IO_input_any",
|
||||
"IO_inputbasic",
|
||||
"IO_inputfile",
|
||||
"IO_load_anyimage",
|
||||
"IO_node_Script",
|
||||
"IO_outputfile",
|
||||
"IO_save_image",
|
||||
"IO_savefile",
|
||||
"IO_store_image",
|
||||
"IO_video_encode",
|
||||
"IPA_XL_PromptInjection",
|
||||
"IPA_clip_vision",
|
||||
"Image_Channel_Apply",
|
||||
"Image_CnGradient",
|
||||
"Image_CnMapMix",
|
||||
"Image_CnMap_Resize",
|
||||
"Image_Detail_HL_frequencye",
|
||||
@ -23788,9 +23834,11 @@
|
||||
"Image_solo_stitch",
|
||||
"Image_target_adjust",
|
||||
"Image_transform_layer",
|
||||
"Mask_BodySegment",
|
||||
"Mask_ClothesSegment",
|
||||
"Mask_Detect_label",
|
||||
"Mask_FaceSegment",
|
||||
"Mask_Remove_bg",
|
||||
"Mask_face_detect",
|
||||
"Mask_image2mask",
|
||||
"Mask_math",
|
||||
"Mask_simple_adjust",
|
||||
@ -23803,6 +23851,8 @@
|
||||
"Stack_CN_union",
|
||||
"Stack_CN_union3",
|
||||
"Stack_ControlNet",
|
||||
"Stack_EmbossAndFill",
|
||||
"Stack_GradientAndStroke",
|
||||
"Stack_IPA",
|
||||
"Stack_Kontext_MulCondi",
|
||||
"Stack_Kontext_MulImg",
|
||||
@ -23814,6 +23864,7 @@
|
||||
"Stack_Ksampler_refine",
|
||||
"Stack_LoRA",
|
||||
"Stack_Redux",
|
||||
"Stack_ShadowAndGlow",
|
||||
"Stack_VAEDecodeTiled",
|
||||
"Stack_Wan22FunControlToVideo",
|
||||
"Stack_WanAnimateToVideo",
|
||||
@ -23871,8 +23922,6 @@
|
||||
"chx_Ksampler_inpaint",
|
||||
"chx_Ksampler_mix",
|
||||
"chx_Ksampler_refine",
|
||||
"chx_StyleModelApply",
|
||||
"chx_Style_Redux",
|
||||
"chx_YC_LG_Redux",
|
||||
"chx_input_data",
|
||||
"chx_ksampler_Deforum_sch",
|
||||
@ -23899,9 +23948,9 @@
|
||||
"create_mask_solo",
|
||||
"create_mulcolor_img",
|
||||
"excel_Prompter",
|
||||
"excel_Qwen_camera",
|
||||
"excel_VedioPrompt",
|
||||
"excel_column_diff",
|
||||
"excel_imgEditor_helper",
|
||||
"excel_insert_image",
|
||||
"excel_insert_image_easy",
|
||||
"excel_object",
|
||||
@ -23919,10 +23968,12 @@
|
||||
"flow_ValueSender",
|
||||
"flow_auto_pixel",
|
||||
"flow_case_tentor",
|
||||
"flow_clear_cache",
|
||||
"flow_judge",
|
||||
"flow_low_gpu",
|
||||
"flow_sch_control",
|
||||
"flow_switch",
|
||||
"flow_tensor_Unify",
|
||||
"img_effect_CircleWarp",
|
||||
"img_effect_Liquify",
|
||||
"img_effect_Load",
|
||||
@ -23934,6 +23985,7 @@
|
||||
"lay_MaskGrid",
|
||||
"lay_edge_cut",
|
||||
"lay_image_grid_note",
|
||||
"lay_images_free_layout",
|
||||
"lay_imgCanvas",
|
||||
"lay_mul_image",
|
||||
"lay_text_sum",
|
||||
@ -23980,7 +24032,6 @@
|
||||
"sch_split_text",
|
||||
"sch_text",
|
||||
"stack_Mask2color",
|
||||
"stack_sum_pack",
|
||||
"sum_Ksampler",
|
||||
"sum_create_chx",
|
||||
"sum_editor",
|
||||
@ -23992,17 +24043,14 @@
|
||||
"sum_stack_QwenEdit",
|
||||
"sum_stack_QwenEditPlus",
|
||||
"sum_stack_Wan",
|
||||
"sum_stack_all",
|
||||
"sum_stack_image",
|
||||
"text_Qwen_camera",
|
||||
"text_SuperPrompter",
|
||||
"text_free_wildcards",
|
||||
"text_filter",
|
||||
"text_list_combine",
|
||||
"text_mul_Join",
|
||||
"text_mul_Split",
|
||||
"text_mul_remove",
|
||||
"text_mul_replace",
|
||||
"text_stack_wildcards",
|
||||
"text_repair",
|
||||
"text_sum",
|
||||
"texture_Ksampler",
|
||||
"texture_Offset",
|
||||
@ -24026,8 +24074,7 @@
|
||||
"view_bridge_Text",
|
||||
"view_bridge_image",
|
||||
"view_combo",
|
||||
"view_mask",
|
||||
"view_node_Script"
|
||||
"view_mask"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Apt_Preset"
|
||||
@ -28432,12 +28479,23 @@
|
||||
],
|
||||
"https://github.com/easygoing0114/ComfyUI-easygoing-nodes": [
|
||||
[
|
||||
"CLIPSaveQwen",
|
||||
"CLIPScaleDualSDXLBlock",
|
||||
"CLIPScaleQwenBlock",
|
||||
"CLIPVisionLoaderSetDevice",
|
||||
"CheckpointLoaderSetClipDevice",
|
||||
"HDR Effects with LAB Adjust",
|
||||
"ModelMergeHiDream",
|
||||
"QuadrupleCLIPLoaderSetDevice",
|
||||
"SaveImageWithPrompt",
|
||||
"TripleCLIPLoaderSetDevice"
|
||||
"TripleCLIPLoaderSetDevice",
|
||||
"VAEMergeAdd",
|
||||
"VAEMergeQwenBlock",
|
||||
"VAEMergeSDXLBlock",
|
||||
"VAEMergeSimple",
|
||||
"VAEMergeSubtract",
|
||||
"VAEScaleQwenBlock",
|
||||
"VAEScaleSDXLBlock"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-easygoing-nodes"
|
||||
@ -28746,16 +28804,8 @@
|
||||
],
|
||||
"https://github.com/erosDiffusion/ComfyUI-ZImageDit": [
|
||||
[
|
||||
"LoadQuantoZImageCLIP",
|
||||
"LoadQuantoZImageTransformer",
|
||||
"LoadQuantoZImageVAE",
|
||||
"LoadZImageSDNQ",
|
||||
"LoadZImageTurboQDiTOffline",
|
||||
"QuantizeActiveModel",
|
||||
"QuantizeComfyModelHybrid",
|
||||
"ZImageQuantoSampler",
|
||||
"ZImageSDNQGenerate",
|
||||
"ZImageTurboQDiTGenerateUnload"
|
||||
"ZImageSDNQGenerate"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ZImageDit"
|
||||
@ -29052,6 +29102,7 @@
|
||||
"HunyuanVideoPromptExpander",
|
||||
"HunyuanVideoTextEncoder",
|
||||
"HunyuanVideoVisionLoader",
|
||||
"PromptKeyFilter",
|
||||
"QwenDebugController",
|
||||
"QwenEliGenEntityControl",
|
||||
"QwenEliGenMaskPainter",
|
||||
@ -29076,7 +29127,8 @@
|
||||
"QwenVLTextEncoderAdvanced",
|
||||
"TemplateInfluenceAnalyzer",
|
||||
"ZImageTextEncoder",
|
||||
"ZImageTextEncoderSimple"
|
||||
"ZImageTextEncoderSimple",
|
||||
"ZImageTurnBuilder"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-QwenImageWanBridge"
|
||||
@ -29502,6 +29554,7 @@
|
||||
"FL_QwenImageEditStrength",
|
||||
"FL_RIFE",
|
||||
"FL_RandomNumber",
|
||||
"FL_RandomShapeGenerator",
|
||||
"FL_ReplaceColor",
|
||||
"FL_RetroEffect",
|
||||
"FL_Ripple",
|
||||
@ -30237,9 +30290,12 @@
|
||||
"https://github.com/geroldmeisinger/ComfyUI-outputlists-combiner": [
|
||||
[
|
||||
"CombineOutputLists",
|
||||
"ConvertNumberToIntFloatStr",
|
||||
"FormattedString",
|
||||
"KSamplerImmediateSave",
|
||||
"NumberOutputList",
|
||||
"StringOutputList"
|
||||
"StringOutputList",
|
||||
"StringToCombo"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-outputlists-combiner"
|
||||
@ -32017,13 +32073,16 @@
|
||||
[
|
||||
"SetValuesFromPanel",
|
||||
"image_to_sha256",
|
||||
"move_file",
|
||||
"sort_list_string",
|
||||
"steg_alpha_embed",
|
||||
"steg_alpha_extract",
|
||||
"steg_rgb_embed",
|
||||
"steg_rgb_extract",
|
||||
"string_clear_if_contains",
|
||||
"video_audio_concat",
|
||||
"video_dir_combiner_ultra",
|
||||
"video_mute_from_url",
|
||||
"video_scene_splitter"
|
||||
],
|
||||
{
|
||||
@ -35385,6 +35444,7 @@
|
||||
"WanVideoAddPusaNoise",
|
||||
"WanVideoAddS2VEmbeds",
|
||||
"WanVideoAddStandInLatent",
|
||||
"WanVideoAddSteadyDancerEmbeds",
|
||||
"WanVideoAddTTMLatents",
|
||||
"WanVideoAnimateEmbeds",
|
||||
"WanVideoApplyNAG",
|
||||
@ -39473,7 +39533,8 @@
|
||||
],
|
||||
"https://github.com/mobcat40/ComfyUI-PromptChain": [
|
||||
[
|
||||
"PromptChain"
|
||||
"PromptChain",
|
||||
"PromptChainDebug"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PromptChain"
|
||||
@ -41967,6 +42028,7 @@
|
||||
"LoadLastLatent",
|
||||
"LoadVideoForVCaptioning",
|
||||
"Lora Loader Str",
|
||||
"LoraLoaderZImage",
|
||||
"MaskEmptyFloatNode",
|
||||
"MaskPassOrPlaceholder",
|
||||
"ParametricEQNode",
|
||||
@ -42172,6 +42234,14 @@
|
||||
"title_aux": "Comfyui-PainterAudioCut"
|
||||
}
|
||||
],
|
||||
"https://github.com/princepainter/Comfyui-PainterFLF2V": [
|
||||
[
|
||||
"PainterFLF2V"
|
||||
],
|
||||
{
|
||||
"title_aux": "PainterFLF2V - First/Last Frame Video Enhancer"
|
||||
}
|
||||
],
|
||||
"https://github.com/princepainter/Comfyui-PainterSampler": [
|
||||
[
|
||||
"PainterSampler"
|
||||
@ -42374,6 +42444,7 @@
|
||||
"PVL_fal_DepthAnythingV2_API",
|
||||
"PVL_fal_EvfSam_API",
|
||||
"PVL_fal_EvfSam_X5_API",
|
||||
"PVL_fal_Flux2_Dev_API",
|
||||
"PVL_fal_FluxDevPulidAvatar_API",
|
||||
"PVL_fal_FluxDev_API",
|
||||
"PVL_fal_FluxGeneral_API",
|
||||
@ -43538,9 +43609,8 @@
|
||||
],
|
||||
"https://github.com/ru4ls/ComfyUI_Nano_Banana": [
|
||||
[
|
||||
"NanoBanana",
|
||||
"NanoBananaAIO",
|
||||
"NanoBananaGrounding"
|
||||
"NanoBananaMultiTurnChat"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Nano_Banana"
|
||||
@ -47001,7 +47071,8 @@
|
||||
"TALMStudioSmartLoader",
|
||||
"TALoadCheckpointModelWithName",
|
||||
"TALoadDiffusionModelWithName",
|
||||
"TALoadGGUFModelWithName"
|
||||
"TALoadGGUFModelWithName",
|
||||
"TAPromptController"
|
||||
],
|
||||
{
|
||||
"title_aux": "TA-ComfyUI-Nodes-Pack"
|
||||
@ -48563,6 +48634,8 @@
|
||||
"fot_PlayData",
|
||||
"fot_PlayStart",
|
||||
"fot_Scene",
|
||||
"fot_SceneBackdrop",
|
||||
"fot_SceneBackdropData",
|
||||
"fot_SceneBeat",
|
||||
"fot_SceneBeatData",
|
||||
"fot_SceneData"
|
||||
@ -48839,8 +48912,9 @@
|
||||
"https://github.com/wizdroid/wizdroid-character": [
|
||||
[
|
||||
"BackgroundEditNode",
|
||||
"BackgroundGeneratorNode",
|
||||
"CharacterPromptBuilder",
|
||||
"MetaPromptGenerator",
|
||||
"SceneGeneratorNode",
|
||||
"WizdroidCharacterEdit",
|
||||
"WizdroidLoRADatasetExport",
|
||||
"WizdroidLoRADatasetValidator",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user