RunDiffusion commited on
Commit
93dbed2
·
verified ·
1 Parent(s): 3993893

Update model card for Juggernaut Z

Browse files
Files changed (1) hide show
  1. README.md +92 -3
README.md CHANGED
@@ -1,3 +1,92 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-to-image
6
+ base_model: Tongyi-MAI/Z-Image
7
+ tags:
8
+ - gguf
9
+ - safetensors
10
+ - text-to-image
11
+ - rundiffusion
12
+ - z-image
13
+ ---
14
+
15
+ <h1 align="center">Juggernaut Z<br><sub><sup>A polished cinematic fine-tune of Z-Image Base from RunDiffusion</sup></sub></h1>
16
+
17
+ <div align="center">
18
+
19
+ [![Official Site](https://img.shields.io/badge/Official%20Site-Juggernaut%20Z-111111)](https://www.rundiffusion.com/juggernaut-z)
20
+ [![Base Model](https://img.shields.io/badge/%F0%9F%A4%97%20Base%20Model-Z--Image-yellow)](https://huggingface.co/Tongyi-MAI/Z-Image)
21
+ [![Prompt Guide](https://img.shields.io/badge/Prompt%20Guide-RunDiffusion-2f6fed)](https://www.rundiffusion.com/juggernaut-z-prompt-guide)
22
+
23
+ </div>
24
+
25
+ Juggernaut Z is a fine-tuned image model built on **Z-Image Base**, created through the work of **Team Juggernaut** with fine-tuning by **KandooAI**. On RunDiffusion, it is positioned as a stronger choice for creators who want more polished image output, better lighting quality, stronger camera focus, and more detailed skin textures.
26
+
27
+ This repository is intended to host the RunDiffusion release artifacts for Juggernaut Z, including full-precision weights and GGUF quantizations.
28
+
29
+ ![Juggernaut Z Hero](https://www.rundiffusion.com/images/juggernaut-z/hero-image.jpg)
30
+
31
+ ## Overview
32
+
33
+ Juggernaut Z is tuned for a more presentation-ready look out of the box. Relative to Z-Image Base, the emphasis is on:
34
+
35
+ - Stronger lighting and clearer atmosphere
36
+ - More refined focus and camera feel
37
+ - More polished portrait rendering
38
+ - Improved skin texture detail
39
+ - Better out-of-the-box presentation for editorial, concept, and cinematic work
40
+
41
+ ## Example Images
42
+
43
+ The images below are pulled from the RunDiffusion announcement page for Juggernaut Z.
44
+
45
+ ![Lighting Example](https://www.rundiffusion.com/images/juggernaut-z/lighting-1.png)
46
+ ![Skin Detail Example](https://www.rundiffusion.com/images/juggernaut-z/skin-1.png)
47
+ ![Diversity Example](https://www.rundiffusion.com/images/juggernaut-z/diversity-1.png)
48
+
49
+ ## Recommended Settings
50
+
51
+ Based on the RunDiffusion launch guidance:
52
+
53
+ - Recommended default: `CFG 6`, `35 steps`
54
+ - Good CFG range: `6 to 9`
55
+ - Good steps range: `25 to 45`
56
+
57
+ ## Good Fit For
58
+
59
+ - Portraits with cleaner facial detail and stronger focus
60
+ - Cinematic scenes with stronger lighting and clearer atmosphere
61
+ - Concept development and visual exploration
62
+ - Editorial and fashion work that benefits from a polished finish
63
+
64
+ ## Files In This Repo
65
+
66
+ Current release artifacts:
67
+
68
+ - `Juggernaut_Z_V1_by_RunDiffusion.safetensors`
69
+ - `Juggernaut_Z_V1_FP8_e4m3fn.safetensors`
70
+ - `Juggernaut_Z_V1_by_RunDiffusion_q4_k_s-001.gguf`
71
+ - `Juggernaut_Z_V1_by_RunDiffusion_q4_k_m-002.gguf`
72
+ - `Juggernaut_Z_V1_by_RunDiffusion_q5_k_s-005.gguf`
73
+ - `Juggernaut_Z_V1_by_RunDiffusion_q5_k_m-003.gguf`
74
+ - `Juggernaut_Z_V1_by_RunDiffusion_q6_k-004.gguf`
75
+ - `Juggernaut_Z_V1_by_RunDiffusion_q8_0.gguf`
76
+
77
+ ## Notes
78
+
79
+ - The base model is [Tongyi-MAI/Z-Image](https://huggingface.co/Tongyi-MAI/Z-Image).
80
+ - This card uses image assets from the RunDiffusion Juggernaut Z announcement page.
81
+ - If you are using the GGUF files, use a GGUF-compatible runtime or workflow.
82
+ - If you are using the safetensors releases, load them with the workflow that matches your local inference stack.
83
+
84
+ ## Links
85
+
86
+ - Announcement: [RunDiffusion Juggernaut Z](https://www.rundiffusion.com/juggernaut-z)
87
+ - Prompt guide: [Juggernaut Z Prompt Guide](https://www.rundiffusion.com/juggernaut-z-prompt-guide)
88
+ - Base model: [Tongyi-MAI/Z-Image](https://huggingface.co/Tongyi-MAI/Z-Image)
89
+
90
+ ## Attribution
91
+
92
+ Juggernaut Z is based on Z-Image Base. Credit for the upstream base model belongs to the Z-Image team. Credit for this fine-tuned release is attributed to Team Juggernaut, with fine-tuning by KandooAI, as described on the RunDiffusion announcement page.