John2386 commited on
Commit
588ed24
·
verified ·
1 Parent(s): a2655cc

card: simplify base model naming

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
 
14
  # Fullgreed — Z-Image Base Fine-tune (Photoreal, INT8)
15
 
16
- **Fullgreed** is a fine-tune of Alibaba Tongyi's **Z-Image (Omni-Base)** — the 6B-parameter Single-Stream Diffusion Transformer (S3-DiT) — tuned for photorealistic, phone-camera-authentic portraits and selfies: natural lighting, believable skin and hair texture, and outputs that read as real photos rather than "AI renders."
17
 
18
  It is a surgical fine-tune: only the attention and feed-forward projection weights were trained, leaving the base model's norms, embedders, and timestep conditioning untouched. Fullgreed keeps everything Z-Image is good at (bilingual prompt following, text rendering, composition) while adding its own photographic character.
19
 
@@ -57,7 +57,7 @@ Also runs in **Draw Things** (import as a Z-Image model) and anything else that
57
 
58
  ## Credits & license
59
 
60
- - Base model: **Z-Image (Omni-Base)** by Tongyi-MAI, Alibaba Group — see the [Z-Image technical report (arXiv 2511.22699)](https://arxiv.org/abs/2511.22699).
61
  - Text encoder: Qwen3-4B (Alibaba). VAE: Flux VAE family (Black Forest Labs).
62
  - License: **Apache-2.0**, matching the Z-Image base model.
63
 
 
13
 
14
  # Fullgreed — Z-Image Base Fine-tune (Photoreal, INT8)
15
 
16
+ **Fullgreed** is a fine-tune of Alibaba Tongyi's **Z-Image** — the 6B-parameter Single-Stream Diffusion Transformer (S3-DiT) — tuned for photorealistic, phone-camera-authentic portraits and selfies: natural lighting, believable skin and hair texture, and outputs that read as real photos rather than "AI renders."
17
 
18
  It is a surgical fine-tune: only the attention and feed-forward projection weights were trained, leaving the base model's norms, embedders, and timestep conditioning untouched. Fullgreed keeps everything Z-Image is good at (bilingual prompt following, text rendering, composition) while adding its own photographic character.
19
 
 
57
 
58
  ## Credits & license
59
 
60
+ - Base model: **Z-Image** by Tongyi-MAI, Alibaba Group — see the [Z-Image technical report (arXiv 2511.22699)](https://arxiv.org/abs/2511.22699).
61
  - Text encoder: Qwen3-4B (Alibaba). VAE: Flux VAE family (Black Forest Labs).
62
  - License: **Apache-2.0**, matching the Z-Image base model.
63