Nodes Browser
ComfyDeploy: How ComfyUI-tagcomplete works in ComfyUI?
What is ComfyUI-tagcomplete?
This extension provides tag completion feature in textbox.
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
ComfyUI-tagcomplete
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Feature
Install
- clone this project to
ComfyUI/custom_nodes
~/ComfyUI/custom_nodes$ git clone https://github.com/waterminer/ComfyUI-tagcomplete
- init submodule
~/ComfyUI/custom_nodes/ComfyUI-tagcomplete$ git submodule init
- install requirements
~/ComfyUI/custom_nodes/ComfyUI-tagcomplete$ pip install -r ./requirements.txt