Spaces:
Running on Zero
Running on Zero
RC header: 'first open-weights Ideogram model', 9.3B params; + dynamo-disable warning fix
Browse files
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 |
-
"#
|
| 187 |
-
|
| 188 |
-
"
|
| 189 |
-
"
|
| 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():
|