Skip to content

Commit 4d269c4

Browse files
Merge pull request #50342 from GraemeMalcolm/main
There's more to image generation than DALL-E
2 parents 99dd201 + 054707d commit 4d269c4

15 files changed

+54
-44
lines changed

learn-pr/wwl-data-ai/generate-images-azure-openai/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ uid: learn.wwl.generate-images-azure-openai.introduction
33
title: Introduction
44
metadata:
55
title: Introduction
6-
description: Overview of DALL-E image generation models
6+
description: Overview of image generation models
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/29/2025
9+
ms.date: 05/08/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/generate-images-azure-openai/2-what-is-dall-e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.generate-images-azure-openai.what-is-dall-e
3-
title: What is DALL-E?
3+
title: What are image-generation models?
44
metadata:
5-
title: What is DALL-E?
6-
description: Explore DALL-E models
5+
title: What are image-generation models?
6+
description: Explore what image-generation models are.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/29/2025
9+
ms.date: 05/08/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/generate-images-azure-openai/3-dall-e-in-openai-studio.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.generate-images-azure-openai.dall-e-in-openai-studio
3-
title: Explore DALL-E in Azure AI Foundry portal
3+
title: Explore image-generation models in Azure AI Foundry portal
44
metadata:
5-
title: Explore DALL-E in Azure AI Foundry portal
6-
description: Use the playground in Azure AI Foundry portal to explore DALL-E image generation
5+
title: Explore image-generation models in Azure AI Foundry portal
6+
description: Use the Images playground in Azure AI Foundry portal to explore image generation models.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/29/2025
9+
ms.date: 05/08/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/generate-images-azure-openai/4-dall-e-rest-api.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.generate-images-azure-openai.dall-e-rest-api
3-
title: Use the Azure OpenAI REST API to consume DALL-E models
3+
title: Create a client application that uses an image generation model
44
metadata:
5-
title: Create a client application to consume DALL-E models
6-
description: Use APIs and SDKs to consume DALL-E models and generate images
5+
title: Create a client application that uses an image generation model
6+
description: Use APIs and SDKs to consume image generation models.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/29/2025
9+
ms.date: 05/08/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/generate-images-azure-openai/5-exercise-use-dall-e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.generate-images-azure-openai.exercise-use-dall-e
3-
title: Exercise - Generate images with a DALL-E model
3+
title: Exercise - Generate images with AI
44
metadata:
55
title: Exercise - Generate images with AI
6-
description: Hands-on exercise to use DALL-E in Azure OpenAI service
6+
description: Hands-on exercise to use an image generation model in Azure AI Foundry.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/29/2025
9+
ms.date: 05/08/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/generate-images-azure-openai/6-knowledge-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.generate-images-azure-openai.knowledge-check
33
title: Module assessment
44
metadata:
55
title: Module assessment
6-
description: Check your knowledge of using DALL-E in Azure OpenAI service
6+
description: Check your knowledge of image generation models.
77
author: ivorb
88
ms.author: berryivor
99
ms.date: 04/29/2025
@@ -25,14 +25,14 @@ quiz:
2525
- content: "text-embedding-ada-002"
2626
isCorrect: false
2727
explanation: "The text-embedding-ada-002 model is used to generate embeddings (vectors that represent text tokens)."
28-
- content: "Which playground in Azure AI Foundry portal should you use to utilize the DALL-E model?"
28+
- content: "Which playground in Azure AI Foundry portal should you use to test an image-generation model?"
2929
choices:
3030
- content: "Agents"
3131
isCorrect: false
3232
explanation: "The Agents playground is used to test AI agents."
3333
- content: "Chat"
3434
isCorrect: false
35-
explanation: "The Chat playground is used to explore GPT 3 and earlier language generation models."
35+
explanation: "The Chat playground is used to explore natural language generation models."
3636
- content: "Images"
3737
isCorrect: true
3838
explanation: "The Images playground is used to explore image generation models."

learn-pr/wwl-data-ai/generate-images-azure-openai/7-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ uid: learn.wwl.generate-images-azure-openai.summary
33
title: Summary
44
metadata:
55
title: Summary
6-
description: Summarize what you've learned about DALL-E models
6+
description: Summarize what you've learned about image generation models
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/29/2025
9+
ms.date: 05/08/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Azure AI Foundry enables you to use language models to generate content based on natural language prompts. One of these models is the OpenAI DALL-E image generation model, which is capable of creating original graphical content based on natural language descriptions of a desired image.
1+
With Azure AI Foundry, you can use language models to generate content based on natural language prompts. Often the generated content is in the form of natural language text, but increasingly, models can generate other kinds of content.
22

3-
The ability to use AI to generate graphics has a number of applications; including the creation of illustrations or photorealistic images for articles or marketing collateral, generation of unique product or company logos, or any scenario where a desired image can be described.
3+
For example, the OpenAI DALL-E image generation model can create original graphical content based on a description of a desired image.
44

5-
In this module, you'll learn how to develop an application that uses the DALL-E model to generate and retrieve images.
5+
![Diagram of a prompt requesting a model to create an image.](../media/image-generation.png)
6+
7+
The ability to use AI to generate graphics has many applications; including the creation of illustrations or photorealistic images for articles or marketing collateral, generation of unique product or company logos, or any scenario where a desired image can be described.
8+
9+
In this module, you'll learn how to develop an application that uses generative AI to generate original images.
Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
DALL-E is a generative AI model that can generate graphical data from natural language input. Put more simply, you can provide a DALL-E model with a description and it can generate an appropriate image.
1+
Azure AI Foundry supports multiple models that are capable of generating images, including (but not limited to):
22

3-
For example, you might submit the following natural language prompt to DALL-E:
3+
- DALL-E 3
4+
- GPT-Image 1
5+
6+
> [!TIP]
7+
> For the latest information about model availability in Azure AI Foundry, view the model catalog. See **[Model catalog and collections in Azure AI Foundry portal](/azure/ai-foundry/how-to/model-catalog-overview?azure-portal=true)** for details.
8+
9+
Image generation models are generative AI model that can create graphical data from natural language input. Put more simply, you can provide the model with a description and it can generate an appropriate image.
10+
11+
For example, you might submit the following natural language prompt to an image generation model:
412

513
*A squirrel on a motorcycle*
614

715
This prompt could result in the generation of graphical output such as the following image:
816

917
![A picture of a squirrel on a motorcycle.](../media/squirrel-on-motorcycle.png)
1018

11-
The images generated by DALL-E models are original; they are not retrieved from a curated image catalog. In other words, DALL-E is not a search system for *finding* appropriate images - it is an artificial intelligence (AI) model that *generates* new images based on the data on which it was trained.
19+
The images generated are original; they aren't retrieved from a curated image catalog. In other words, the model isn't a search system for *finding* appropriate images - it is an artificial intelligence (AI) model that *generates* new images based on the data on which it was trained.

learn-pr/wwl-data-ai/generate-images-azure-openai/includes/3-dall-e-in-openai-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
To experiment with DALL-E models, you can create an Azure AI Foundry project (or provision an Azure OpenAI Service resource in an Azure subscription) and use the *Images playground* in Azure AI Foundry portal to submit prompts and view the resulting generated images.
1+
To experiment with image generation models, you can create an Azure AI Foundry project and use the *Images playground* in Azure AI Foundry portal to submit prompts and view the resulting generated images.
22

33
![A screenshot of the Images playground in Azure AI Studio.](../media/images-playground.png)
44

5-
When using the playground, you can adjust the **settings** to specify:
5+
When using the playground, you can adjust the **settings** to control the output. For example, when using a DALL-E model you can specify:
66

77
- The resolution (size) of the generated images. Available sizes are `1024x1024` (which is the default value), `1792x1024`, or `1024x1792`.
88
- The image style to be generated (such as `vivid` or `natural`).

0 commit comments

Comments
 (0)