CoolFace
Apppublic

IDKger/ideogram4

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
47 commits on main
b6b31004mo ago

Fix CSS and remove queue

multimodalart
8a4d61f4mo ago

Dynamic duration: 60s floor (keep 30% margin)

multimodalart
d00ab3b4mo ago

Dynamic GPU duration (per-step model); move remote upsample off-GPU

multimodalart
223d5e94mo ago

Update app.py

multimodalart
672caae4mo ago

Update app.py

multimodalart
12442ca4mo ago

Update app.py

multimodalart
19d7eb54mo ago

Add cached gr.Examples (lazy) + generate defaults + fp8 link; remove stale tmp/ and __pycache__/

multimodalart
de324ea4mo ago

Release: pip diffusers (PR #13860) + public model ideogram-ai/ideogram-4-nf4; drop bundled diffusers_src

multimodalart
888c8724mo ago

Update app.py

multimodalart
d3ed6b54mo ago

Re-enable AOTI (PR#6 artifact) + model-card blurb + title

multimodalart
31d862b4mo ago

Update README.md

multimodalart
7387ea24mo ago

Update README.md

multimodalart
4ef43f74mo ago

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

multimodalart
c6731f94mo ago

Disable dynamo (TORCHDYNAMO_DISABLE) to silence outlines_core WON'T CONVERT spam

multimodalart
332e8024mo ago

Drop dequantize (AOTI off -> run nf4 directly)

multimodalart
a1f24dc4mo ago

Bundle exactly PR #6 (df4eb9b) as the diffusers source

multimodalart
4c728e24mo ago

Remote Ideogram magic-prompt (default) + local Qwen fallback radio; lazy enhancer; AOTI off (recompiling)

multimodalart
e04df5f4mo ago

Pre-warm vec-isa probe in parent so aoti_blocks_load is instant per worker (was ~22s)

multimodalart
4e809bd4mo ago

Move bnb Params4bit.shape fix to a runtime shim in app.py; restore pristine bundled diffusers

multimodalart
6cd59234mo ago

Fix bnb Params4bit.shape tuple (.numel via math.prod); unpin bitsandbytes for cu130

multimodalart
e283ee74mo ago

Pin ML stack to validated versions (bitsandbytes 0.47.0 fixes Params4bit.shape tuple)

multimodalart
87fa87f4mo ago

Demo: native pipe.upsample_prompt + spaces.aoti_blocks_load (overlapped) + timing

multimodalart
168566a4mo ago

Bundle PR diffusers (yiyi-refactor-fused + native prompt upsampling)

multimodalart
e99a7664mo ago

Apply precompiled AOTI block (dynamic L=16k) to both transformers; ~1.28x on 1024 turbo

multimodalart
6ed28ce4mo ago

Dequant nf4->bf16 in parent/CPU context (persists across ZeroGPU forks) + streamed upsampler progress

multimodalart
013c1854mo ago

bf16 dequant only in warmup (no generate fallback) — surface warmup failures

multimodalart
392bb314mo ago

xlarge GPU + bf16 transformers + upsampling default-on + gr.JSON caption + seed-in-field + non-fatal warmup

multimodalart
cc19c6a4mo ago

Update app.py

multimodalart
66efa024mo ago

Preload upsampler + pipeline on GPU via @spaces.GPU startup warmup

multimodalart
bc8eac24mo ago

Update app.py

multimodalart
51f5d954mo ago

Update app.py

multimodalart
58734724mo ago

Update app.py

multimodalart
b0161b54mo ago

Update app.py

multimodalart
04b66f94mo ago

Update app.py

multimodalart
0536f5a4mo ago

Update requirements.txt

multimodalart
a1f5c284mo ago

Graft hosted lm_head onto pipe encoder for upsampling (no second model)

multimodalart
2436f414mo ago

Add prompt upsampling (Qwen3-VL+Outlines), 3 modes, v2 checkpoint, Citrus theme: v6.txt

multimodalart
ffc2d424mo ago

Add prompt upsampling (Qwen3-VL+Outlines), 3 modes, v2 checkpoint, Citrus theme: requirements.txt

multimodalart
49e5d584mo ago

Add prompt upsampling (Qwen3-VL+Outlines), 3 modes, v2 checkpoint, Citrus theme: app.py

multimodalart
60f16ec4mo ago

Rebuild guidance_schedule to match step count

multimodalart
52461834mo ago

Upload /tmp/ideogram4_space/app.py with huggingface_hub

multimodalart
290c73c4mo ago

bnb: math.prod(shape) so tuple works

multimodalart
002edd64mo ago

Drop ./diffusers_src from requirements

multimodalart
4e05e874mo ago

Use sys.path for bundled diffusers

multimodalart
b8c861f4mo ago

Embed diffusers PR source; install locally

multimodalart
3cd11ff4mo ago

Initial Ideogram 4 NF4 demo

multimodalart
3940a234mo ago

initial commit

multimodalart