Skip to content

v0.1.0 - Initial release

Latest

Choose a tag to compare

@hardhant hardhant released this 04 Jun 11:51
· 6 commits to main since this release

Ideogram Magic Prompt v0.1.0

First public release.

What is it

A ComfyUI custom node that calls Ideogram's hosted magic-prompt API to
turn a plain-text prompt into the structured JSON caption that Ideogram 4
expects. Free, no model download, no GPU usage. ~2-5 s round-trip.

Installation

Recommended — ComfyUI Manager:

  1. Open ComfyUI Manager.
  2. Search for "Ideogram Magic Prompt" or ComfyUI-AliAn-Ideogram-Magic-Prompt.
  3. Click Install.
  4. Restart ComfyUI.

Manual:

  1. Drop ComfyUI-AliAn-Ideogram-Magic-Prompt/ into ComfyUI/custom_nodes/.
  2. Restart ComfyUI.

Node

  • "Ideogram Magic Prompt" (Add Node -> Ideogram)
  • Inputs: prompt (multiline), api_key (password), aspect_ratio (combo, 18 options)
  • Output: json_caption (string, JsonPreview)

Compatibility

  • ComfyUI V3 (Modern Node Design) — primary target
  • ComfyUI V1 — supported via NODE_CLASS_MAPPINGS fallback
  • Python 3.10+
  • Only stdlib + comfy_api at runtime

License

MIT