Metadata-Version: 2.1
Name: comfyui-hunyuan-image-3
Version: 1.0.1
Summary: A ComfyUI custom node that provides a basic implementation of Hunyuan Image 3.0 using Transformers. See the github page for quantization support.
Home-page: https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3
Requires-Python: >=3.10
Requires-Dist: einops>=0.8.0
Requires-Dist: numpy
Requires-Dist: pillow>=11.3.0
Requires-Dist: diffusers>=0.32.0
Requires-Dist: safetensors>=0.4.5
Requires-Dist: tokenizers>=0.21.0
Requires-Dist: transformers[accelerate,tiktoken]>=4.56.0
Requires-Dist: # PyTorch with CUDA 12.8 support (install separately)
Requires-Dist: # torch==2.7.1
Requires-Dist: # torchvision==0.22.1
Requires-Dist: # torchaudio==2.7.1
Requires-Dist: # Install with: pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu128
Requires-Dist: # Performance optimizations (the model creator recommended this for up to 3x faster inference)
Requires-Dist: # flash-attn==2.8.3 --no-build-isolation
Requires-Dist: # flashinfer-python
