Image Generation

BoltAI is not only great at generate text, it can also generate images using OpenAI's DALL·E or Stable Diffusion via Replicate.com

In this guide, you will learn how to effectively use BoltAI to generate AI images.

There are 2 ways you can generate images in BoltAI:

  1. Use the text-to-image models directly.

  2. Use the dedicated plugin.

How to use DALL·E on macOS with BoltAI?

It's pretty straightforward. If you're using your own OpenAI API key:

  1. Make sure you've set your OpenAI API Key.

  2. Start a new chat, select OpenAI, choose Dall E 3 in the dropdown model

  3. Enter your prompt in the chat input field.

If you're a Setapp user on an AI+ plan, you can simply choose Setapp > Dall E 3 to start.

NOTICE

Unlike ChatGPT app, your request is sent directly to the Dall E model. Each request is completely different and BoltAI doesn't maintain a history between requests inside a chat.

For example, BoltAI would not understand when you say "Generate again".

If you prefer the ChatGPT workflow, consider using the Dall E plugin instead.

How to use the Dall E AI plugin?

To use the Dall E AI plugin, you will need to configure an OpenAI API key, and use an AI chat model that supports Function Calling capability.

Setapp users on an AI+ plan can use the "Dall E 3 (via Setapp)" plugin instead.

1. Configure the Dall E plugin

Go to Settings > Plugins > Dall E 3. Choose tab "Settings". Enter your OpenAI API key and optionally set other Dall E configuration such as Quality, Size and Style.

2. Using the Dall E plugin

Start a new chat, use a chat model that supports Function Calling (for example: OpenAI GPT-4o). Enable the Dall E plugin then enter your request

What are the differences between using the plugin and using the text-to-image model directly?

Use text-to-image model directlyUse AI plugin

License Required

Available on Plus license and above

Available on Premium license only

Chat Context*

No

Yes

Can be used with a different LLM (Claude for example)

No

Yes

Original prompts are modified

No*

Yes

Notes:

  • Chat Context: when you use a text-to-image model directly, each request is independent, even if they are within the same chat. So when you say "generate again", the AI model would not understand.

  • Modified Prompts: depends on the model you're using, the Chat model might modify your original prompt into something else. You can click the info button on each generated image to see the revised prompt.

Can I use Stable Diffusion or another model?

Yes. You can use Stable Diffusion and other text-to-image models via Replicate. It's also available to use as an AI plugin, just like the Dall E plugin.

Replicate makes it easy to run machine learning models in the cloud from your own code. You can run open-source models, or deploy your own models.

  1. Make sure you've set your Replicate.com API Key

  2. Follow the same process to generate an image via Replicate

Last updated