Text-to-Image
Transformers
Safetensors
Hunyuan
text-generation
hunyuan
quantization
nf4
comfyui
custom-nodes
autoregressive
DiT
HunyuanImage-3.0
instruct
image-editing
bitsandbytes
4bit
custom_code
4-bit precision
Instructions to use EricRollei/HunyuanImage-3.0-Instruct-NF4-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EricRollei/HunyuanImage-3.0-Instruct-NF4-v2 with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("EricRollei/HunyuanImage-3.0-Instruct-NF4-v2", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bot_task": "think_recaption", | |
| "diff_guidance_scale": 2.5, | |
| "diff_infer_steps": 50, | |
| "disable_compile": true, | |
| "do_sample": true, | |
| "drop_think": false, | |
| "eos_token_id": [ | |
| 127957 | |
| ], | |
| "flow_shift": 3.0, | |
| "max_length": 22800, | |
| "max_new_tokens": 2048, | |
| "pad_token_id": 128009, | |
| "sequence_template": "instruct", | |
| "temperature": 0.6, | |
| "top_k": 1024, | |
| "top_p": 0.95, | |
| "transformers_version": "4.57.1", | |
| "use_system_prompt": "en_unified" | |
| } | |