CoolFace
Modelpublic

RunDiffusion/Juggernaut-Z-Image

sourceHugging Facecc-by-nc-4.0updated 4mo agoView on Hugging Face
132likes5.8kdownloads
Model Card

<div align="center">

<a href="https://www.rundiffusion.com/?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautzv1&utmcontent=headerlogo"> <img src="https://huggingface.co/RunDiffusion/Juggernaut-Z-Image/resolve/main/assets/RD_Mark.png" alt="RunDiffusion" width="110" /> </a>

<h1>Juggernaut Z by RunDiffusion</h1>

<p><i>A cinematic fine-tune of Z-Image Base — tuned for presentation-ready output.</i></p>

<p> <a href="https://www.rundiffusion.com/juggernaut-z?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautzv1&utmcontent=ctaprimary"><img alt="Try Juggernaut Z" src="https://img.shields.io/badge/%E2%96%B6%20Try%20Juggernaut%20Z-7C3AED?style=for-the-badge&labelColor=7C3AED"></a>&nbsp;<a href="https://www.rundiffusion.com/juggernaut-z-prompt-guide?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautzv1&utmcontent=promptguide_badge"><img alt="Prompt Guide" src="https://img.shields.io/badge/Prompt%20Guide-1f1f23?style=for-the-badge"></a>&nbsp;<a href="https://huggingface.co/Tongyi-MAI/Z-Image"><img alt="Base Model: Z-Image" src="https://img.shields.io/badge/%F0%9F%A4%97%20Base%20Model-Z--Image-FFD21E?style=for-the-badge&labelColor=1f1f23"></a>&nbsp;<img alt="License: CC BY-NC 4.0" src="https://img.shields.io/badge/License-CC%20BY--NC%204.0-2ea44f?style=for-the-badge"> </p>

</div>

<p align="center"> <img src="https://www.rundiffusion.com/images/juggernaut-z/hero-image.jpg" alt="Juggernaut Z hero" /> </p>

Juggernaut Z is a fine-tune of Z-Image Base by Team Juggernaut, trained by KandooAI, and released through RunDiffusion. It is tuned for stronger lighting, sharper focus, more refined skin texture, and more cinematic atmosphere — out of the box.

This repository hosts the official RunDiffusion release artifacts: full-precision weights, FP16 and FP8 variants, and a full set of GGUF quantizations.


Highlights

  • More dramatic, cinematic lighting out of the box
  • Sharper focus and a more deliberate camera feel
  • Cleaner portraits with more natural skin texture
  • Improved anatomy and structural integrity
  • Better representation across ethnicities by default
  • Tuned for editorial, concept, and cinematic work

Comparisons

All sets below show Juggernaut Z (left) vs Z-Image Base (right). Source: the RunDiffusion Juggernaut Z announcement.

Lighting

More dramatic, cinematic lighting out of the box.

Lighting 1 Lighting 2 Lighting 3 Lighting 4 Lighting 5 Lighting 6

Skin & Texture

Cleaner, more natural-looking skin — especially in close-up portraits.

Skin 1 Skin 2 Skin 3 Skin 4

Anatomy

Cleaner anatomy and more consistent structural detail across a wide range of subjects.

Anatomy 1 Anatomy 2 Anatomy 3 Composition 3

Composition

Improved subject and object placement within scenes, with further work planned for v2.

Composition 1 Composition 2 Anatomy 4

Diversity

More balanced results across ethnic backgrounds, with better representation by default.

Diversity 1 Diversity 2 Diversity 3 Diversity 4

Architecture

Cleaner structural lines and more coherent material rendering.

Architecture 1 Architecture 2

Recommended Settings

ParameterDefaultRange
CFG66 – 9
Steps3525 – 45

Good Fit For

  • Portraits with cleaner facial detail and stronger focus
  • Cinematic scenes with strong lighting and atmosphere
  • Concept development and visual exploration
  • Editorial and fashion work that benefits from a polished finish

Files In This Repo

FileFormatNotes
Juggernaut_Z_V1_by_RunDiffusion.safetensorssafetensors (bf16)Original release weights
Juggernaut_Z_V1_by_RunDiffusion_fp16.safetensorssafetensors (fp16)Half-precision
Juggernaut_Z_V1_FP8_e4m3fn.safetensorssafetensors (fp8 e4m3fn)Lower VRAM footprint
Juggernaut_Z_V1_by_RunDiffusion_q8_0.ggufGGUF · q8_0Highest-quality quant
Juggernaut_Z_V1_by_RunDiffusion_q6_k-004.ggufGGUF · q6_k
Juggernaut_Z_V1_by_RunDiffusion_q5_k_m-003.ggufGGUF · q5km
Juggernaut_Z_V1_by_RunDiffusion_q5_k_s-005.ggufGGUF · q5ks
Juggernaut_Z_V1_by_RunDiffusion_q4_k_m-002.ggufGGUF · q4km
Juggernaut_Z_V1_by_RunDiffusion_q4_k_s-001.ggufGGUF · q4ksSmallest footprint
model_index.json + transformer/, text_encoder/, tokenizer/, vae/, scheduler/🤗 Diffusers formatLoaded by DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-Z-Image")

Use the .safetensors variants with the workflow that matches your local inference stack. Use the .gguf variants with a GGUF-compatible runtime. Use the Diffusers component layout with the 🤗 Diffusers library — see below.

Use with 🤗 Diffusers

The repo includes model_index.json and the standard 🤗 Diffusers component directories (transformer/, text_encoder/, tokenizer/, vae/, scheduler/) at the root, exported as a ZImagePipeline. Load it with:

python
from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained(
    "RunDiffusion/Juggernaut-Z-Image",
    torch_dtype=torch.bfloat16,
).to("cuda")

image = pipe(
    "a cinematic portrait, dramatic lighting",
    guidance_scale=6.0,
    num_inference_steps=35,
).images[0]
image.save("output.png")

from_pretrained only downloads files declared in model_index.json, so it will not pull the standalone .safetensors / .gguf variants at the repo root. Requires a version of diffusers that includes ZImagePipeline support (verified against diffusers 0.37.1 and 0.38.0). Commercial use of the model and its outputs is restricted under CC BY-NC 4.0 — see License & Commercial Use below.

Links

Attribution

Juggernaut Z is built on Z-Image Base — credit for the upstream base model belongs to the Z-Image team. This fine-tuned release is by Team Juggernaut, with training by KandooAI, published by RunDiffusion.

License & Commercial Use

Juggernaut Z is released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/):

  • BY — attribute RunDiffusion / Team Juggernaut / KandooAI when sharing output.
  • NCnon-commercial use only. You may not use the model — or its outputs in a workflow — for commercial purposes without a license.

You are free to fine-tune, merge, build LoRAs, and otherwise modify the model for non-commercial purposes.

For commercial licensing, custom models, business inquiries, or consultation, contact [juggernaut@rundiffusion.com](mailto:juggernaut@rundiffusion.com).