import fail check

notice board
built-in node check
node conflict check
This commit is contained in:
Dr.Lt.Data
2023-11-25 11:08:01 +09:00
parent 7c82317201
commit 6fada254ea
8 changed files with 495 additions and 22 deletions

View File

@@ -192,14 +192,14 @@ NODE_CLASS_MAPPINGS.update({
## Roadmap
- [ ] System displaying information about failed custom nodes import.
- [ ] Guide for missing nodes in ComfyUI vanilla nodes.
- [x] System displaying information about failed custom nodes import.
- [x] Guide for missing nodes in ComfyUI vanilla nodes.
- [x] Collision checking system for nodes with the same ID across extensions.
- [ ] Auto migration for custom nodes with changed structures.
- [ ] Version control feature for nodes.
- [ ] List of currently used custom nodes.
- [ ] Template sharing system.
- [ ] 3rd party API system.
- [ ] Collision checking system for nodes with the same ID across extensions.
# Disclaimer