mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update readme
This commit is contained in:
parent
c6d8661171
commit
163a182edd
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.
|
* 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
|
# Support of missing nodes installation
|
||||||
|
|
||||||

|

|
||||||
@ -59,6 +77,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Unconventional form of custom node list
|
# TODO: Unconventional form of custom node list
|
||||||
|
|
||||||
* https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes
|
* https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user