Text-to-Image
Transformers
Safetensors
Hunyuan
text-generation
hunyuan
quantization
nf4
comfyui
custom nodes
autoregressive
Dit
HunyuanImage-3.0
instruct
image-editing
bitsandbytes
4bit
distilled
custom_code
4-bit precision
Instructions to use EricRollei/HunyuanImage-3.0-Instruct-Distil-NF4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EricRollei/HunyuanImage-3.0-Instruct-Distil-NF4 with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("EricRollei/HunyuanImage-3.0-Instruct-Distil-NF4", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": "<|startoftext|>", | |
| "clean_up_tokenization_spaces": true, | |
| "eos_token": "<|endoftext|>", | |
| "model_max_length": 1048576, | |
| "pad_token": "<pad>", | |
| "tokenizer_class": "PreTrainedTokenizerFast" | |
| } |