Browse Source

update readme

pull/25/head
Dr.Lt.Data 1 year ago
parent
commit
163a182edd
  1. 20
      README.md

20
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

Loading…
Cancel
Save