ComfyUI nodes for using Ideogram APIs, including:
- Text to Image
- with color palette utility
- Remix - Text with Reference Image to Image
- Describe: Image to Text
- Upscale: Upscale Image
- Edit: Edit an image with a mask
Prerequisite: Ideogram API Key
- In
path/to/your/comfyui/custom_nodes
folder:- Run the command
git clone https://github.com/GempollAI/comfy_ideogram.git
- Or, download the source code and place it in the folder
- Run the command
- Set the API key in environment variables
IDEOGRAM_KEY
before ComfyUI starts or set it on the node. - Use the node as you like
- If you want to pick a color instead of inputting a color hex value, use
ColorSelect
node.
- If you want to pick a color instead of inputting a color hex value, use
Optionally, if you want to use a different API endpoint, set it in environment variable IDEOGRAM_API_ENDPOINT
before ComfyUI starts.
Example: You can use example_all_nodes.json to test all nodes.
ColorSelect
is modified from LayerStyle'sColorPicker
- LayerStyle is licensed under MIT License.