Extensions/comfyui-mdsnodes
ComfyUI Extension

comfyui-mdsnodes

ComfyUI Custom Nodes for The Ultimate Model Tester Workflow

By MarwanDSAI·Created 15 days ago·Updated 4 days ago· 1
MarwanDSAI/comfyui-mdsnodes
Nodes9
On cloudLocal install
CategoryMDSNodes/utils/, MDSNodes/sampling
Stars1
Updated4 days ago
Readme

ComfyUI-MDSNodes

the following custom nodes was build to use with The Ultimate Model Tester Workflow civitai link . They may also be useful for your own workflows.

Nodes

  • Load Image (With Path) Loads an image and outputs its decoded IMAGE, MASK, filename, full_path, and directory.

  • Top Upscale Models Selector (Auto-DL) Selects top upscale models (e.g., 4x-UltraSharp, 4xRealWebPhoto) and auto-downloads missing files when queued.

  • ControlNet Select Selects a ControlNet model and outputs its filename as both a standard string and a wildcard/combo connection.

  • Select Diffusion Model Selects a UNET/Diffusion model and passes its filename as CKPT_NAME and UNET_NAME (useful for context routing).

  • UNet Name to CKPT Name Routes a UNET model filename into nodes expecting CKPT_NAME (such as rgthree context nodes).

  • Ratio Combobox Dropdown of common percentage presets (10%, 25%, 50%, 100%) converted directly into decimal FLOAT values (e.g., 0.5).

  • Central parameter hub configures and routes checkpoint, steps, refiner steps, CFG, sampler algorithm, scheduler curve, and denoise values across workflows.

    <img src="images/Node_Central parameter hub.png" alt="Central parameter hub" width="250">
  • Load Checkpoint Hub Pro Central parameter hub that loads a checkpoint and routes MODEL, CLIP, VAE, steps, refiner steps, CFG, sampler algorithm, scheduler curve, denoise values, positive/negative prompts, and metadata across workflows.

    <img src="images/Node_LoadCheckpointHubPro.png" alt="Central parameter hub" width="250">

Requirements

No extra packages required. Works out-of-the-box with standard ComfyUI dependencies.

Installation

Install via ComfyUI Node Manager: Search ComfyUI-MDSNodes in ComfyUI Node Manager and click Install button.

Version History

v1.0.3 first puplic release

v1.0.9 Node Added: Top Upscale Models Selector (Auto-DL), Select Diffusion Model, Load Image (With Path),Central parameter hub

v1.0.13 Node Added: Load Checkpoint Hub Pro