From 163a182edd6751afe183a234218aca99643ac964 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 19 Jun 2023 16:39:46 +0900 Subject: [PATCH] update readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 5a597825..98b49cfe 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