Instructions to use tencent/HunyuanImage-3.0-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
- Notebooks
- Google Colab
- Kaggle
File size: 160 Bytes
036458a | 1 2 3 4 5 | # Minimal utils module for hunyuan_image_3
from .import_utils import _LazyModule, define_import_structure
__all__ = ["_LazyModule", "define_import_structure"]
|