diff --git a/README.md b/README.md index 5a59782..98b49cf 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,24 @@ * Please submit a pull request to update either the custom-node-list.json or model-list.json file. +* The scanner currently provides a detection function for missing nodes, which is capable of detecting nodes described by the following two patterns. + +``` +NODE_CLASS_MAPPINGS = { + "ExecutionSwitch": ExecutionSwitch, + "ExecutionBlocker": ExecutionBlocker, + ... +} + +NODE_CLASS_MAPPINGS.update({ + "UniFormer-SemSegPreprocessor": Uniformer_SemSegPreprocessor, + "SemSegPreprocessor": Uniformer_SemSegPreprocessor, +}) +``` + + + + # Support of missing nodes installation ![missing-menu](misc/missing-menu.png) @@ -59,6 +77,8 @@ + + # TODO: Unconventional form of custom node list * https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes