u/DsDman

Update to Ideogram4 JSON prompt tool

Update to Ideogram4 JSON prompt tool

https://preview.redd.it/dgj9neords5h1.png?width=1364&format=png&auto=webp&s=c9f252cfea67f6b5d37218621ef75306d604b641

A couple days ago I made a small JSON prompt builder for IdeogramV4 which some people found helpful, so posting a small update here.
Main changes are PNG metadata import, photo/art_style mode switching, and larger image size ranges.

PNG import

You can drag an image generated in Comfy into the tool's window, and if it contains a JSON prompt in the correct format, it will load the bounding boxes and JSON parameters used to create the image. Imported images do not need to be made with this tool, any image generated with ComfyUI with a valid JSON prompt should work.

This should help with quicker iteration

Photo/art_style mode switching

The official Ideogram4 prompting guide lists two modes for JSON prompt structure, one for photographic and one for non-photographic images. Both are now supported in the tool.

(I HIGHLY recommend reading the prompting guide, there are lots of useful tips to get the most out of this model)

Image size range

Ideogram 4 performs surprisingly well with large images, so the image size slider ranges have been increased up to 4096.

The github is https://github.com/d-daley/ideogram4-editor if you want to clone the tool locally, or you can access it in the browser here: https://d-daley.github.io/ideogram4-editor/

reddit.com
u/DsDman — 3 days ago

Ideogram 4 is pretty good. You just really have use their JSON format.

I found that Ideogram4’s JSON format is definitely a must, you get terrible results and random censorship when not using it. It’s just a real pain to type out, and figuring out bounding boxes coordinates is just about impossible.

So I threw together a quick tool to help build ideogram prompts. You can set image size, drag bounding boxes and set their prompts and color palettes. When you’re done you can generate the JSON prompts to copy-paste into Comfy, or have it call comfy’s API to generate.

The tool is pretty crap, but it’s still way easier than trying to build bounding boxes. Hopefully it’s useful to some people.

It’s available as a webpage here:
https://d-daley.github.io/ideogram4-editor/

Git repo is here if anyone wants this locally. Pull requests welcome too!
https://github.com/d-daley/ideogram4-editor

u/DsDman — 5 days ago