No transparent backgrounds are being produced. I see only 1 reference in the repo, in the prompting help:
src/ideogram4/magic_prompt_system_prompts/v1.txt
That specifies 2 things:
- background must be set to exactly
transparent background
- high_level_description must include exactly
on a transparent background
I've tried several prompts, assisted and hand written, but they all give an image with no alpha channel. They do produce a grey/white checkerboard background, so it understands that much, but that's a fake transparent background. Here's a simple example prompt with the specified settings, that fails to produce a transparent background:
{ "high_level_description": "A minimalist bird silhouette icon centered on a transparent background, rendered as a solid black vector shape with clean geometric lines.", "compositional_deconstruction": { "background": "transparent background", "elements": [ { "type": "obj", "desc": "A sleek bird silhouette in mid-flight, wings fully extended upward in a sharp V-shape, facing right. Solid black fill with crisp vector edges, smooth curves along the tail feathers, and no internal details or shading." } ] } }
No transparent backgrounds are being produced. I see only 1 reference in the repo, in the prompting help:
src/ideogram4/magic_prompt_system_prompts/v1.txt
That specifies 2 things:
transparent backgroundon a transparent backgroundI've tried several prompts, assisted and hand written, but they all give an image with no alpha channel. They do produce a grey/white checkerboard background, so it understands that much, but that's a fake transparent background. Here's a simple example prompt with the specified settings, that fails to produce a transparent background:
{ "high_level_description": "A minimalist bird silhouette icon centered on a transparent background, rendered as a solid black vector shape with clean geometric lines.", "compositional_deconstruction": { "background": "transparent background", "elements": [ { "type": "obj", "desc": "A sleek bird silhouette in mid-flight, wings fully extended upward in a sharp V-shape, facing right. Solid black fill with crisp vector edges, smooth curves along the tail feathers, and no internal details or shading." } ] } }