HunyuanDiT icon indicating copy to clipboard operation
HunyuanDiT copied to clipboard

在哪里可以试用多轮对话生成图片?

Open chenbaiyujason opened this issue 1 year ago • 5 comments

chenbaiyujason avatar May 14 '24 10:05 chenbaiyujason

https://hunyuan.tencent.com/bot/chat v1直接混元就行了

https://image.hunyuan.tencent.com/authorize

v2版本需申请排队

wangyang0210 avatar May 15 '24 05:05 wangyang0210

image

wangyang0210 avatar May 15 '24 05:05 wangyang0210

https://hunyuan.tencent.com/bot/chat v1直接混元就行了

https://image.hunyuan.tencent.com/authorize

v2版本需申请排队

Thanks @wangyang0210 for the reply! That's correct. You can directly use multi-turn text interactions to generate the image by Tencent Hunyuan Bot. We will also provide a multi-turn T2I (Text-to-Image) generation Gradio demo soon.

yestinl avatar May 15 '24 07:05 yestinl

https://hunyuan.tencent.com/bot/chat v1直接混元就行了 https://image.hunyuan.tencent.com/authorize v2版本需申请排队

Thanks @wangyang0210 for the reply! That's correct. You can directly use multi-turn text interactions to generate the image by Tencent Hunyuan Bot. We will also provide a multi-turn T2I (Text-to-Image) generation Gradio demo soon.

Thanks for your great work. I only found the instructions for text2img. And I noticed you hava already uploaded the dialoggen model to the huggingface, I was wondering whether there are instructions for multi-round dialogue of this model. Or I should wait for the test of hunyuan_v2.

Cerf-Volant425 avatar May 15 '24 09:05 Cerf-Volant425

@Cerf-Volant425 As described in Readme, you can modify the image through continuous language interaction in Tencent Hunyuan Bot. Here's an example: image.

Thank you for your suggestions. We will update a demo that can run multi-turn T2I generation later.

yestinl avatar May 15 '24 10:05 yestinl

@wangyang0210 @chenbaiyujason 最新更新,我们提供了多轮对话绘图的demo.你可以通过以下命令来运行: (Latest news, we provide a demo of multi-turn dialogue drawing. You can run it with the following command:)

# Start a multi-turn T2I generation UI. 
# If your GPU memory is less than 32GB, use '--load-4bit' to enable 4-bit quantization, which requires at least 22GB of memory.
python app/multiTurnT2I_app.py

如果有任何其他问题,随时可以重新开启这个issue. (If you have any other questions, feel free to reopen this issue at any time.)

yestinl avatar May 22 '24 10:05 yestinl