upload images 3835ffa
root commited on
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")