mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-24 07:55:07 +01:00
1.1 KiB
1.1 KiB
Image Generation
You can use Khoj to generate images from text prompts. You can get deeper into the details of our image generation flow in this blog post: https://blog.khoj.dev/posts/how-khoj-generates-images/.
To generate images, you just need to provide a prompt to Khoj in which the image generation is in the instructions. Khoj will automatically detect the image generation intent, augment your generation prompt, and then create the image. Here are some examples:
Prompt | Image |
---|---|
Paint a picture of the plants I got last month, pixar-animation | |
Create a picture of my dream house, based on my interests |
Setup (Self-Hosting)
Right now, we only support integration with OpenAI's DALL-E. You need to have an OpenAI API key to use this feature. Here's how you can set it up:
- Setup your OpenAI API key. See instructions here
- Create a text to image config at http://localhost:42110/server/admin/database/texttoimagemodelconfig/. We recommend the value
dall-e-3
.