multimodalart HF Staff commited on
Commit
01d962e
·
verified ·
1 Parent(s): f98e844

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,9 +15,9 @@ startup_duration_timeout: 1h
15
 
16
  A 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, then refine it.
19
- - **Visual editor** — draw, drag and resize element bounding boxes on a canvas (overlaid on the generated image), edit descriptions, text content and color palettes.
20
  - **JSON editor** — edit the raw structured prompt directly; two-way synced with the visual editor.
21
- - **None enhancement mode** — send your hand-crafted Studio JSON to the model verbatim.
22
 
23
  Based 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).
 
15
 
16
  A 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
 
23
  Based 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).