CoolFace
Apppublic

multimodalart/minimax-h3

sourceHugging Faceupdated 5d agoView on Hugging Face
313likes
50 commits on main
ca7ac495d ago

Update README.md

multimodalart
4d5a1ef1mo ago

Update README.md

multimodalart
11ec59a1mo ago

Add a 1024x1024 1:1 canvas

linoyts
85f77981mo ago

Update app.py

multimodalart
97c2c091mo ago

Update requirements.txt

multimodalart
3152ee21mo ago

Delete __pycache__

multimodalart
607c9611mo ago

int8 attention for the compiled block stack (#11)

multimodalart
6cec17a1mo ago

Update README.md

multimodalart
b0e5aad1mo ago

Point the denoiser at the pruned bf16 DiT (#10)

multimodalart
ac055192mo ago

Increase Gradio max_threads (#9)

multimodalart, cbensimon
f7b7cd42mo ago

A/B confirmed: the guard's in-process forward pass kills subsequent GPU worker forks — restore the subprocess guard

multimodalart
1fee68d2mo ago

A/B test: in-process guard again — was the No CUDA worker failure really the guard?

multimodalart
fc3c6572mo ago

Guard subprocess via plain Popen — mp.spawn re-imports app.py as main

multimodalart
21e73372mo ago

Run the NCII guard from its spawned subprocess — in-process it poisons the ZeroGPU worker fork

multimodalart
a4971ad2mo ago

Add ncii_guard subprocess module

multimodalart
524c6ab2mo ago

Log the refused prompt in the guard message

multimodalart
63b89392mo ago

Run the NCII guard only on requests with a keyframe

multimodalart
05749452mo ago

Add NCII prompt guard (hfmlsoc/ncii-light-guard-v01) before any GPU booking

multimodalart
7f2540d2mo ago

Open badge links in a new tab

multimodalart
3a016a82mo ago

Price bookings against the AoTI blocks, generate from 2 s again, cross-link the demos

multimodalart
c4170c12mo ago

Start the duration slider at the 5 s the model actually generates

multimodalart
d9578262mo ago

Restore encode_remote

multimodalart
50290482mo ago

Cache the conditioner client with functools.cache, tidy comments

multimodalart
bf1199a2mo ago

Let gradio_client forward the caller's ZeroGPU token itself instead of pinning one by hand

multimodalart
9ac597f2mo ago

Forward the caller's ZeroGPU token to the conditioner, plainly

multimodalart
9a812e92mo ago

Bill the conditioner call to the requesting user's own ZeroGPU token, never an org token

multimodalart
8e346cd2mo ago

Pay for the conditioner call with the first ZeroGPU identity that can: the caller's token, this Space's HF_TOKEN, then none

multimodalart
1ccbe3f2mo ago

Fall back to an anonymous conditioner call when the forwarded ZeroGPU token is refused

multimodalart
9c165542mo ago

Forward the caller's ZeroGPU token to the conditioner so one request bills as one request

multimodalart
a0bf4812mo ago

Load the AoTI packages from the public multimodalart/minimax-h3-aoti, move the upsample toggle under the prompt

multimodalart
9da256f2mo ago

Migrate to canonical diffusers PR 14371 + public MiniMaxAI/MiniMax-H3 weights, add prompt upsampling toggle

multimodalart
ef0bfcc2mo ago

Update README.md

multimodalart
d479a152mo ago

Duration slider from 2s

multimodalart
9e202f32mo ago

Lower minimum duration to 2s

multimodalart
c5ee6522mo ago

Repair and reorder the canvas table

multimodalart
4adcec82mo ago

Fast canvases for 4:3, 3:4 and 21:9

multimodalart
9e1b9cc2mo ago

Use the public conditioner without a token

multimodalart
50e22ae2mo ago

Fast default for generation, full quality examples

multimodalart
87f81442mo ago

Default to full resolution, full quality examples

multimodalart
3691fc12mo ago

Idiomatic ZeroGPU startup packing for the transformer

multimodalart
88666822mo ago

Right size placement allowance

multimodalart
94022042mo ago

Dynamic GPU duration fitted from probes

multimodalart
ad50e3b2mo ago

Update app.py

multimodalart
7cdff332mo ago

Update app.py

multimodalart
cba19722mo ago

Demo short description

multimodalart
e63a1812mo ago

Rename to MiniMax H3

multimodalart
a2c1a962mo ago

Tighten description

multimodalart
a270ad82mo ago

Lazy cached examples, generate defaults

multimodalart
f3a60b22mo ago

Model description and examples

multimodalart
86390672mo ago

Upload examples/last.png with huggingface_hub

multimodalart