To install and use the Prompt Beautify node with Manager, follow these steps:
- Click on Manager.
- Click on Button "Custom Node Manager".
- Click on "Install via Git URL"
- Enter "https://github.com/brenzel/comfyui-prompt-beautify.git"
- Press Confirm
- Restart ComfyUI.
To install and use the Prompt Beautify node without Manager, follow these steps:
- Open a terminal or command line interface.
- Navigate to the
ComfyUI/custom_nodes/
directory. - Run the following command:
git clone https://github.com/brenzel/comfyui-prompt-beautify.git
- Then run following command:
pip install -r comfyui-prompt-beautify/requirements.txt
- Restart ComfyUI.
This command clones the Prompt Beautify repository into your ComfyUI/custom_nodes/
directory. You should now be able to access and use the node from this repository.