Views
No views yet
pretrained is the base Moebius checkpoint before dataset-specific fine-tuning.| Field | Value |
|---|---|
| Variant name | pretrained-q8 |
| Checkpoint meaning | Base Moebius checkpoint before dataset-specific fine-tuning. |
| Original Moebius checkpoint family | pretrained |
| Original checkpoint type | base / pretrained checkpoint |
| Source PyTorch checkpoint | Moebius-Models/pretrained/diffusion_pytorch_model.bin |
| MLX precision / quantization label | q8 |
| Image size | 512 x 512 |
| Latent size | 64 x 64 |
| Latent channels | 4 |
| Mask channels | 1 |
| Conditioning IDs | 20 |
| VAE scaling factor | 0.13025 |
| Noise offset | 0.0357 |
unet_quantized.safetensors for the UNet; VAE encoder and decoder remain regular f16 safetensors unless a quantized VAE file is explicitly listed. Quantization uses MLX grouped quantization metadata and the runtime applies the matching quantized module layout.q8.manifest.json when the Moebius-MLX runtime loads this variant.| Component | File | Size |
|---|---|---|
| UNet | unet_quantized.safetensors | 432.89 MB |
| VAE encoder | vae_encoder.safetensors | 68.34 MB |
| VAE decoder | vae_decoder.safetensors | 99.00 MB |
unet.safetensorsunet_quantized.safetensors (selected by manifest)vae_decoder.safetensors (selected by manifest)vae_encoder.safetensors (selected by manifest)manifest.json (runtime metadata and file selection)manifest.json and the manifest-selected files above. Extra source or fallback files are optional and are not required for inference.manifest.json, loads the selected safetensors files, builds the Moebius UNet and VAE modules, and runs the DDIM inpainting pipeline.scaled_linear, beta start 0.00085, beta end 0.012, 1000 train timesteps, clip sample false