Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.15 KB

File metadata and controls

31 lines (23 loc) · 1.15 KB

Comfy Ideogram

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

Usage

Prerequisite: Ideogram API Key

  1. 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
  2. Set the API key in environment variables IDEOGRAM_KEY before ComfyUI starts or set it on the node.
  3. Use the node as you like
    • If you want to pick a color instead of inputting a color hex value, use ColorSelect node.

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.

LICENSE

MIT License

Acknowledgements

  • ColorSelect is modified from LayerStyle's ColorPicker
    • LayerStyle is licensed under MIT License.