multimodalart/ideogram-4-studio
5
1---2title: Ideogram 4 Studio3emoji: ๐๏ธ4colorFrom: indigo5colorTo: pink6sdk: gradio7sdk_version: 6.15.28app_file: app.py9short_description: Studio workspace for Ideogram 4 structured prompts10python_version: '3.12'11startup_duration_timeout: 1h12---13 14# Ideogram 4 Studio15 16A studio workspace for [Ideogram 4](https://huggingface.co/ideogram-ai/ideogram-4-nf4):17 18- **Generate prompt** โ expand a text prompt into Ideogram's native JSON caption (remote magic-prompt or local Qwen) without spending diffusion time; it populates the Studio editor.19- **Visual editor** โ draw, drag and resize element bounding boxes on a canvas (overlaid on the generated image), type descriptions right on the boxes, edit text content and color palettes.20- **JSON editor** โ edit the raw structured prompt directly; two-way synced with the visual editor.21- **Generate image** โ always renders the Studio JSON exactly as edited, verbatim.22 23Based on [ideogram-ai/ideogram4](https://huggingface.co/spaces/ideogram-ai/ideogram4), inspired by [d-daley/ideogram4-editor](https://github.com/d-daley/ideogram4-editor) and [cocktailpeanut/image-to-prompt](https://github.com/cocktailpeanut/image-to-prompt).24 