Nodes Browser
ComfyDeploy: How Tab Handler works in ComfyUI?
What is Tab Handler?
Use the Tab key to switch between textfields
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Tab Handler
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI Tab Handler
This is an Extension for ComfyUI, which intercepts the default browser behavior when pressing Tab
key and focuses the textarea
instead.
But Why
By default, ComfyUI doesn't handle Tab
key (afaik). So when you press Tab
, it may just start highlighting your browser tabs or favorites. Thus, I block it and make it switch between the textarea
s (ie. The text inputs such as prompts) instead.