Zeqiang-Lai / Mini-DALLE3

Mini-DALLE3: Interactive Text to Image by Prompting Large Language Models
https://minidalle3.github.io/
302 stars 28 forks source link

How to use other open source ones such as Mistral to incorporate stable diffusion #4

Open libai-lab opened 1 year ago

libai-lab commented 1 year ago

How to use other open source ones such as Mistral to incorporate stable diffusion

Zeqiang-Lai commented 1 year ago

It is possible to use Mistral as LLM backbone. We will add an example for that when we have time.

xiao2mo commented 10 months ago

It is possible to use Mistral as LLM backbone. We will add an example for that when we have time.

Just finish the release schedule first please.

Zeqiang-Lai commented 10 months ago

Hi there, I have update the readme to instruct how to use custom llm such as baichuan, you could refer to the example of baichuan to build a custom api service for Mistral.

https://github.com/Zeqiang-Lai/Mini-DALLE3/blob/main/minidalle3/llm/baichuan.py