Category: DALL-E

  • Guide to Azure OpenAI Service

    Guide to Azure OpenAI Service

    Microsoft Azure OpenAI Service is an enterprise-level re-bundling of OpenAI’s AI models like GPT3, 3.5, Codex, DALL-E 2, chatGPT, etc. Azure OpenAI Service makes the OpenAI AI models available from Azure. It’s an invite-only service and is targeted at large Azure users. The current models available are: GPT 3 and GPT3.5 DALL-E 2 Codex chatGPT…

    Continue reading

  • Complete Guide to using DALL-E API in Python

    Complete Guide to using DALL-E API in Python

    In this article, we will see how to use and call OpenAI DALL-E API in Python. We will cover how to use Google Colab notebook to call DALL-E API in Python. We will demonstrate calling DALL-E API in Python for all its features, like new image generation, editing an image, and generating image variations. Let’s…

    Continue reading

  • DALL-E API Hands-on guide with 5 practical code examples

    DALL-E API Hands-on guide with 5 practical code examples

    OpenAI has made its text-to-image AI model DALL-E available via DALL-E API. App Developers can start using DALL-E API to integrate text-to-image functionality in their existing or new web or mobile applications. In this article, let’s take a look at how to call DALL-E API from your code. Getting access to DALL-E API In order…

    Continue reading

  • Do not use these banned words in Dall-E prompts

    Do not use these banned words in Dall-E prompts

    OpenAI doesn’t allow certain words to be used in the DALL-E prompts. It can lead to wasted prompts, that cost money to you or even lead to your Dall-E account getting suspended. Banned words in DALL-E This is not an exhaustive list and there might be others. Basically, just stay away from writing words in…

    Continue reading

  • Ultimate Guide to OpenAI DALL-E, with demo and examples

    Ultimate Guide to OpenAI DALL-E, with demo and examples

    DALL·E is a neural network(an Artificial Intelligence technology) that can generate images from text inputs in natural language. DALL-E is created by the AI company OpenAI, the creators of GPT-3. In fact, DALL·E is also a version of GPT-3 that is custom trained on text-image pairs. DALL-E 2 is version 2.0 of the AI model…

    Continue reading

  • Seven DALL-E alternatives you can use today, with examples

    Seven DALL-E alternatives you can use today, with examples

    Dall-E is a neural network(an Artificial Intelligence technology) that can generate images from text inputs in natural language. If you are one of those people who don’t have access to DALL-E, you can check out some alternatives below. In this article, I cover below DALL-E alternatives. DALL-E Mini Use Dall-E Mini from HuggingFace Website Use DALL-E…

    Continue reading

  • Generating Awesome Origami images using DALL-E 2 prompts

    Generating Awesome Origami images using DALL-E 2 prompts

    In this article, I demonstrate generating Origami images using DALL-E. Since I got my DALL·E 2 invite from OpenAI, I have been looking for ideas for prompts to try it out. So this Hacker News post caught my eye where the author tried generating origami images using Dall-e mini (the open source image generation AI tool) Here…

    Continue reading