mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +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.
|
||||
|
||||
* 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
|
||||
|
||||

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