Skip to content

silveroxides/ComfyUI-ModelUtils

Repository files navigation

ComfyUI-ModelUtils

A collection of ComfyUI custom nodes for inspecting, modifying, merging, and creating model files. Supports Models, TextEncoders, LoRAs, Checkpoints, and Embeddings.

Features

  • MetaKeys – Inspect and display metadata and tensor keys from model files
  • RenameKeys – Batch rename tensor keys using pattern matching
  • PruneKeys – Remove unwanted layers/keys from models
  • Mergers – Combine 2 or 3 models with configurable blend modes and ratios
  • LoRA Extraction – Extract LoRA adapters from model pairs using various SVD rank selection methods (Fixed, Ratio, Quantile, Knee-detection, Frobenius-norm)

Example Workflows

Get Meta and Keys
📥 GetMetaAndkeys.json


LoRA Extraction Nodes
📥 LoRA_Extract_nodes.json


Merging Examples
📥 Merging_Examples.json


Rename Keys in Model
📥 RenameKeysInModel.json

Acknowledgements

The LoRA extraction functionality was inspired by and references the excellent work from:

License

See LICENSE for details.

About

[WIP]Custom nodes for handling, inspecting, modifying and creating various model files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages