Views
No views yet
think_recaption mode for highest quality| Component | Memory |
|---|---|
| Weight Loading | ~80 GB weights |
| Inference (additional) | ~12-20 GB inference |
| Total | ~92-100 GB |
cfg_distilled: true in config means no classifier-free guidance needed1cd ComfyUI/custom_nodes
2git clone https://github.com/EricRollei/Comfy_HunyuanImage3int8 precision| Mode | Description | Speed |
|---|---|---|
image | Direct text-to-image, prompt used as-is | Fastest |
recaption | Model rewrites prompt into detailed description, then generates | Medium |
think_recaption | CoT reasoning → prompt enhancement → generation (best quality) | Slowest |
1@misc{hunyuan-image-3-int8-instruct,
2 author = {Rollei, Eric},
3 title = {Hunyuan Image 3.0 Instruct Distil — INT8 Quantized},
4 year = {2026},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/EricRollei/HunyuanImage-3.0-Instruct-Distil-INT8}}
7}