Instructions to use tencent/HunyuanImage-3.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tencent/HunyuanImage-3.0 with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("tencent/HunyuanImage-3.0", trust_remote_code=True, dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Install & run tencent/HunyuanImage-3.0 easily using llmpm
#16
by sarthak-saxena - opened
Install & run any hugging face model using llmpm
pip install llmpmllmpm install tencent/HunyuanImage-3.0llmpm serve tencent/HunyuanImage-3.0
Website: https://llmpm.co
