New Front-end of ComfyUI-Easy-Use custom nodes. This repo will replace the original web_extension in future releases.
It cannot be used in older versions of Comfy because it uses a new API.
- Beautify the right-click menu and allow custom nodes to be sorted A-Z.
- Added some shortcut keys (e.g: Align nodes in selection, Shift key and click the center point of the connection to convert it to get set nodes).
- Chain get node and set node with parent nodes. Credit by ComfyUI-mape-Helpers
- Added statistics time in node.
- Re-designed the node of the
easy stylesSelector
. - Add settings to manage the shortcut keys and some other settings. (If the official Keybinding settings management is added it may be adjusted accordingly.)
- Re-designed the Group Map and rename it to
nodes map
.
- More features...
cd ComfyUI/custom_nodes/ComfyUI-Easy-Use
git clone https://github.com/yolain/ComfyUI-Easy-Use-Frontend
cd ComfyUI-Easy-Use-Frontend
npm install
- It will watch for code changes and build the
easyuse.js
into the../web_version/dev/
folder.
npm run build:dev
# ... others
WEB_VERSION: dev