Blog Post

Azure AI Foundry Blog
2 MIN READ

Unlock Limitless Creativity with DALL·E 2: Elevate Your PowerApps with Imaginative Images

SAVITAMITTAL's avatar
SAVITAMITTAL
Icon for Microsoft rankMicrosoft
Apr 13, 2023

This article helps how to use Dall-e 2 API to create images from textual description.

Start with Dall-e 2 account
https://openai.com/product/dall-e-2

Jumpstart Your Creativity with Dall-E 2: Get 50 Free Credits to Create, Tweak, and Generate Image Variants!

  1. Create a free account: Sign up for an account on the OpenAI website to access DALL-E 2. Upon signing up, you will receive 50 credits initially, with an additional set of 15 credits added every month. Note that free credits cannot be carried forward.

  2. Explore the web application: DALL-E 2 is available as a web application, which you can directly access from your internet browser. Once logged in, you can start using the AI image generation function through the web application's interface.

 Create a PowerApp

  • TextInput to type the prompt
  • Button to trigger the Power automate
    Set OnSelect property: 
    Set(imageurl, OpenAIDalle.Run(imagePromptTextInput.Text))
    where OpenAIDalle is the name of the PowerAutomate workflow
  • Media Type Image to display the image returned from Dall-e Power automate

 

 

Create a PowerAutomate

Updated Apr 13, 2023
Version 4.0

3 Comments

  • Matthieu007's avatar
    Matthieu007
    Copper Contributor

    If I understand this https://help.openai.com/en/articles/6399305-how-dall-e-credits-work, you only get free credits if you registered before the 6th of April, before your article was written.

    Hopefully I'm wrong

  • Hello SAVITAMITTAL thank you for the great article. I followed the instructions, but did not get 50 free credits.  I wanted to try it before I paid for credits, is there a way to do this?