Skip to content

Conversation

@Nuullll
Copy link

@Nuullll Nuullll commented Jun 2, 2024

  • Adds two new options --device and --enhance-device to specify devices for HunyuanDiT and DialogGen respectively. Users with multiple GPU devices could offload two models to different devices.
  • Supports XPU device provided by IPEX.
  • Supports DialogGen 4-bit inference on XPU device with IPEX-LLM.

HunyuanDiT inference speed is ~2s/it on Intel Arc A770 16G at resolution 1024x1024.

A demo running multi-turn t2i generation with Intel Arc A770 16G (for HunyuanDiT) + Intel Arc A750 8G (for DialogGen):

python .\app\multiTurnT2I_app.py --device xpu:0 --enhance-device xpu:1 --load-4bit

6.2.1.mp4

Nuullll added 2 commits June 1, 2024 19:01
Also supports specifying a dedicated device for DialogGen inference with
'--enhance-device' option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant