stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

[Feature Request] Hunyuan Image 3.0 support

Open chinshou opened this issue 3 months ago • 2 comments

https://github.com/Tencent-Hunyuan/HunyuanImage-3.0

Tencent just release an open image model.

chinshou avatar Sep 28 '25 16:09 chinshou

Not relevant for us with common consumer hardware.

"System Requirements 🖥️ Operating System: Linux 🎮 GPU: NVIDIA GPU with CUDA support 💾 Disk Space: 170GB for model weights 🧠 GPU Memory: ≥3×80GB (4×80GB recommended for better performance)"

GreenShadows avatar Sep 28 '25 19:09 GreenShadows

Now this is going to be fun and probably not the best fit for sd.cpp. This is a model that is more fit to be implemented in llama.cpp, I think.

Image

Don't get too deterred by the gpu memory requirements, it has >80B total parameters but only 13B will be active at a time due to the MoE arch.

Green-Sky avatar Sep 29 '25 14:09 Green-Sky