multimodalart HF Staff commited on
Commit
4ef43f7
·
verified ·
1 Parent(s): c6731f9

RC header: 'first open-weights Ideogram model', 9.3B params; + dynamo-disable warning fix

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -183,12 +183,10 @@ except Exception as e: # a flaky ZeroGPU worker must not take down the Space
183
 
184
  with gr.Blocks(theme=gr.themes.Citrus(), title="Ideogram 4 (NF4) — diffusers preview") as demo:
185
  gr.Markdown(
186
- "## Ideogram 4 (NF4) — diffusers preview\n"
187
- f"Private demo of [`{MODEL_ID}`](https://huggingface.co/{MODEL_ID}) on the "
188
- "[diffusers PR](https://github.com/huggingface/diffusers-new-model-addition-ideogram) branch, on ZeroGPU.\n"
189
- "**Prompt upsampling** rewrites your idea into Ideogram's native structured JSON caption. "
190
- "**Ideogram (remote)** uses the hosted magic-prompt API; **Qwen (local)** uses the pipeline's own "
191
- "Qwen3-VL encoder + a grafted LM head + Outlines. Remote is the default; local is the fallback."
192
  )
193
 
194
  with gr.Row():
 
183
 
184
  with gr.Blocks(theme=gr.themes.Citrus(), title="Ideogram 4 (NF4) — diffusers preview") as demo:
185
  gr.Markdown(
186
+ "# Ideogram 4\n"
187
+ "The first open-weights Ideogram model — a 9.3B-parameter text-to-image diffusion model with strong "
188
+ "prompt adherence and text rendering.\n\n"
189
+ "[Model](https://huggingface.co/ideogram-ai/ideogram-4-nf4) · Blog (soon)"
 
 
190
  )
191
 
192
  with gr.Row():