Skip to content

Commit

Permalink
image gen updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hnky committed Oct 29, 2024
1 parent 90a4fbb commit a14ffa2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/06-Part-3-labs/01-Image Generation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Part 2 - Image Generation
# Image Generation

Welcome to part 2 of this workshop, where we will interact with a text-to-image model, DALL-E 3. Start by clicking on the **Images** playground, and selecting **dall-e-3** from the deployments drop-down menu.

Expand All @@ -10,11 +10,9 @@ Welcome to part 2 of this workshop, where we will interact with a text-to-image
Let's begin with generating an image by entering a basic prompt in the description box, then clicking on generate:


```A corgi practicing karate```


This will generate something like the following:

```text title="Enter in the user prompt:"
A corgi practicing karate
```

Images generated by DALL-E 3 are original; they are not retrieved from a curated image catalog. In other words, DALL-E 3 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.

Expand All @@ -25,15 +23,18 @@ Details allow for more accurate responses. Similar to text generation, image gen
For example, enter the following prompt:


```An elephant on a skateboard```
```text title="Enter in the user prompt:"
An elephant on a skateboard
```


Then select **Generate** and view the image that is generated.

Now, let's modify the prompt by adding more details to the description:


```A purple elephant on a skateboard performing an ollie, in the style of Picasso```
```text title="Enter in the user prompt:"
A purple elephant on a skateboard performing an ollie, in the style of Picasso
```


Select **Generate** once again and compare the results.
Expand Down

0 comments on commit a14ffa2

Please sign in to comment.