Views
No views yet
nvidia/Cosmos3-Super-Text2Image-4Step.
This is not an official NVIDIA release.0573a4b26b8e15d13d416e51f4680c8bc8b8c33d.gtrg55/cosmos3-quant-mlx-cuda.| Property | Value |
|---|---|
| Quantization | weight-only signed symmetric INT4 (W4A16) |
| Group size | 64 |
| Compute / activations | BF16 |
| BF16 transformer I/O | proj_in, proj_out |
| Quantized matrices | 898 |
| Transformer safetensors | 35.70 GiB |
| SVD / Hadamard / dynamic allocation | disabled |
| Base sampler | original distilled 4-step schedule, guidance 1.0 |

1hf download nvidia/Cosmos3-Super-Text2Image-4Step \
2 --revision 0573a4b26b8e15d13d416e51f4680c8bc8b8c33d \
3 --local-dir models/Cosmos3-Super-Text2Image-4Step
4
5hf download JuliaML/Cosmos3-Super-Text2Image-4Step-INT4-G64-BF16 \
6 --local-dir checkpoints/Cosmos3-INT4
7
8python mlx/run_pipeline.py \
9 --model models/Cosmos3-Super-Text2Image-4Step \
10 --checkpoint checkpoints/Cosmos3-INT4/transformer \
11 --prompt prompts/winter-spruce-tall-1024.json \
12 --latents benchmarks/latents/cpu-seed1143-1024x1024-bf16.safetensors \
13 --output outputs/int4.png \
14 --height 1024 --width 1024 --seed 1143examples/ contains the exact structured prompt, fixed BF16 latent, generation
configuration, output image and run report. Important hashes:3271fe4b38b1882cde4d3c87a4d4ae260c568cf4ab2d35c5d0f32bb12b1ba9366504206b2452a23680cac73d5763e3796260f7582f40ff59e6613cdb33f0aca623980b0c076f30915c71ec515de8d1e0d3b18138a6b797d9edb683703278c121LICENSE and NOTICE. The original NVIDIA
notices and license must remain with redistributed model materials.