update README.md

This commit is contained in:
dr.lt.data 2024-01-17 16:21:03 +09:00
parent 8ea2a744c2
commit b2fc36c547

View File

@ -208,7 +208,9 @@ NODE_CLASS_MAPPINGS.update({
* **All scripts are executed from the root path of the corresponding custom node.**
## Component Paste
## Component Sharing
* **Copy & Paste**
* [Demo Page](https://ltdrdata.github.io/component-demo/)
* When pasting a component from the clipboard, it supports text in the following JSON format. (text/plain)
```
{
@ -234,12 +236,13 @@ NODE_CLASS_MAPPINGS.update({
"packname": "mypack",
"category": "util/pipe",
```
* Drag & Drop support
* **Drag & Drop**
* Dragging and dropping a `.pack` or `.json` file will add the corresponding components.
* Example pack: [Impact.pack](misc/Impact.pack)
* Dragging and dropping or pasting a single component will add a node. However, when adding multiple components, nodes will not be added.
## Support of missing nodes installation
![missing-menu](misc/missing-menu.png)
@ -272,11 +275,11 @@ NODE_CLASS_MAPPINGS.update({
- [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.
- [x] Template sharing system. (-> Component system based on Group Nodes)
- [x] 3rd party API system.
- [ ] 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.
- [ ] Download support multiple model download.
- [ ] Model download via url.
- [ ] List sorting.