Extensions/ComfyUI_fix_names
ComfyUI Extension

ComfyUI_fix_names

Repair broken ComfyUI model path widgets using local mappings and available model lists.

By mr-asa·Created 3 months ago·Updated 3 months ago· 1
mr-asa/ComfyUI_fix_names
Nodes
On cloudLocal install
Stars1
Updated3 months ago
Readme

ComfyUI Fix Model Paths

English | Русский

Fixes broken model paths in ComfyUI workflows by trying to find the same name, or the needed variant, in subfolders.

Installation

Copy or clone the plugin folder into:

ComfyUI/custom_nodes/

Restart ComfyUI.

No extra Python packages are required.

How to use

Fix the whole workflow

  • Open the workflow in ComfyUI.
  • Right-click an empty area of the canvas.
  • Click Fix Model Paths.

The plugin will try to replace missing paths with matching local models.

Fix one node manually

Use this if the automatic fix cannot choose the right model.

  • Right-click the broken node.
  • Click Fix Node.
  • Select the correct model in the node itself.
  • Confirm the replacement:
    • either right-click the node again and click Save Fixed;
    • or click Save Fixed in the menu that appears in the upper-left part of the node.

The saved fix will be reused next time.

Search for a missing model

Right-click a broken node and click Find Model.

This opens a web search for the missing model name.

Model suffixes

If file names have suffixes like Comfu-ui, kj, or any other text that is sometimes added to the standard model name, open:

Right-click canvas -> Edit Model Postfixes

Add suffixes separated by commas:

kj, comfu-ui

This helps the plugin find renamed model variants.