File size: 3,738 Bytes
b85d2d5 231785d b646233 a1599dc 5215872 a1599dc 5215872 a1599dc b85d2d5 7b4a45e 827d379 df31859 b85d2d5 827d379 b85d2d5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
---
license: apache-2.0
tags:
- image-generation
- text-to-image
- z-image
---
# Z-Image-Turbo_clear
- Guide (External site): [English](https://www.ai-image-journey.com/2025/12/z-image-turbo-clear.html) | [Japanese](https://note.com/ai_image_journey/n/nd1323246e146)
- [Civitai](https://civitai.com/models/2197598?modelVersionId=2474394)
- [Z-Image_clear_vae](https://huggingface.co/easygoing0114/Z-Image_clear_vae)
<div style="display: flex; justify-content: center; align-items: center; gap: 2em;">
<div>
<img src="./images/Z-Image-Turbo_FP32_clear_vivid_vae_photoreal.png" alt="Z-Image-Turbo_FP32_clear_vivid_vae_anime" width="400" height="400">
</div>
<div>
<img src="./images/Z-Image-Turbo_FP32_clear_vivid_vae_anime.png" alt="Z-Image-Turbo_FP32_clear_vivid_vae_anime" width="400" height="400">
</div>
</div>
## Compare to [Z-Image-Turbo (Original)](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo)
<div style="display: flex; justify-content: center; align-items: center; gap: 2em;">
<div>
<img src="./images/Z-Image-Turbo_clear_blue_dress.png" alt="Z-Image-Turbo_clear_blue_dress" width="400" height="400">
</div>
<div>
<img src="./images/Z-Image-Turbo_original_blue_dress.png" alt="Z-Image-Turbo_original_blue_dress" width="400" height="400">
</div>
</div>
<p style="text-align:center;">Z-Image-Turbo_clear | Z-Image-Turbo</p>
<div style="text-align: center; margin-left: auto; margin-right: auto; width: 800px; max-width: 90%;">
<img src="./images/Z-Image-Turbo_clear_blue_dress_close_up.png" alt="Z-Image-Turbo_clear_blue_dress_close_up" width="800" height="400">
</div>
The **Z-Image-Turbo_clear** model is a fine-tuned version of **Z-Image-Turbo** that improves details compared to the original.
For better results, please use it in conjunction with the dedicated VAE, **[Z-Image_clear_vae](https://huggingface.co/easygoing0114/Z-Image_clear_vae)**.
---
## Which Precision Should I Use?
### Anime Illustration Comparison
<div style="text-align: center; margin-left: auto; margin-right: auto; width: 800px; max-width: 90%;">
<img src="./images/FP_compare.png" alt="FP_compare" width="800" height="400">
</div>
### Hand Close-up
<div style="text-align: center; margin-left: auto; margin-right: auto; width: 800px; max-width: 90%;">
<img src="./images/FP_compare_hand_close_up.png" alt="FP_compare_hand_close_up" width="800" height="400">
</div>
- **FP32:** Highest precision, high VRAM usage
- **BF16:** Most popular in ComfyUI, good for LoRA compatibility
- **FP16:** Slightly better precision than BF16, less performance degradation on pre-RTX 2000 or non-NVIDIA GPUs
- **FP8:** Lower precision, low VRAM usage, accelerated on RTX 4000 series and later
If you are unsure which precision to use, it is safest to choose the **BF16** format.
---
## Recomended Settings
- Sampler:
- euler
- res_multistep
- Scheduler: beta
- Steps: 9
- ModelSamplingAuraFlow: shift 7.5 (3-9)
---
## Upscaler
your choice, examples:
- [4x-SwinIR-L_GAN](https://github.com/JingyunLiang/SwinIR/releases/tag/v0.0)
- [4x_NMKD-Superscale-SP_178000_G](https://openmodeldb.info/models/4x-NMKD-Superscale)
---
## Tips (External Sites)
- ComfyUI VRAM management: [English](https://www.ai-image-journey.com/2025/03/comfyui-setting.html) | [Japanese](https://note.com/ai_image_journey/n/nc46cfff6c3db)
- Color Prompts: [English](https://www.ai-image-journey.com/2025/10/dyes-color-codes.html) | [Japanese](https://note.com/ai_image_journey/n/nbe7eeb3632c3)
- Color Correct custom nodes in ComfyUI: [English](https://www.ai-image-journey.com/2025/09/comfyui-easygoing-nodes.html) | [Japanese](https://note.com/ai_image_journey/n/n5bb33311b866)
---
## License
- [Apache-2.0](./LICENSE) |