Skip to content

Commit e1e2da9

Browse files
committed
Updating AI Image Playground series. adding final video. fixing index and video yaml directory
1 parent bd0f604 commit e1e2da9

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
lines changed

src/content/docs/workers-ai/tutorials/image-generation-playground/image-generator-flux-newmodels.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tags:
1414
languages:
1515
- Typescript
1616
prev: true
17+
next: true
1718

1819
---
1920

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
updated: 2025-01-29
3+
difficulty: Beginner
4+
content_type: 🎥 Video
5+
pcx_content_type: video
6+
title: Store and Catalog AI Generated Images with R2 (Part 3)
7+
sidebar:
8+
order: 3
9+
products:
10+
- Workers
11+
tags:
12+
- AI
13+
- Workers
14+
- R2
15+
languages:
16+
- Typescript
17+
prev: true
18+
19+
---
20+
21+
import { Details, DirectoryListing, Stream } from "~/components"
22+
23+
In the final part of the AI Image Playground series, Kristian teaches how to utilize Cloudflare's [R2](/r2) object storage in order to maintain and keep track of each AI generated image.
24+
25+
<Stream videoId="86488269da24984c76fb10f69f4abb44" videoTitle="Store and Catalog AI Generated Images (Part 3)" thumbnailTimeOrURL="2.5s" moreVideosLink="false" />
26+
27+
Refer to the AI Image Playground [GitHub repository](https://github.com/kristianfreeman/workers-ai-image-playground) to follow along locally.
28+
29+
<Details header="Video series" open>
30+
31+
<DirectoryListing folder="workers-ai/tutorials/image-generation-playground" />
32+
33+
</Details>

src/content/docs/workers-ai/tutorials/image-generator-flux.mdx renamed to src/content/docs/workers-ai/tutorials/image-generation-playground/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updated: 2024-10-17
33
difficulty: Beginner
44
content_type: 🎥 Video
55
pcx_content_type: tutorial
6-
title: How to build an Image Generator using Workers AI
6+
title: How to Build an Image Generator using Workers AI
77
products:
88
- Workers
99
tags:

src/content/videos/index.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,18 @@ entries:
395395
difficulty: Beginner
396396
content_type: 🎥 Video
397397
pcx_content_type: tutorial
398+
- link: https://developers.cloudflare.com/workers-ai/tutorials/image-generation-playground/
399+
title: How to Build an Image Generator using Workers AI
400+
description: In this series of videos, learn how to build an AI Image Playground, add new AI Models and store your generated images using R2.
401+
tags: [Workers, R2, Workers AI]
402+
languages: [TypeScript]
403+
products: [Workers, R2, Workers AI]
404+
cloudflare: true
405+
author: kristian
406+
updated: 2025-01-29
407+
difficulty: Beginner
408+
content_type: 🎥 Video
409+
pcx_content_type: tutorial
398410
# - link:
399411
# title:
400412
# description:
@@ -406,5 +418,4 @@ entries:
406418
# updated:
407419
# difficulty: Intermediate
408420
# content_type: 🎥 Video
409-
# pcx_content_type: tutorial
410-
421+
# pcx_content_type: tutorial

0 commit comments

Comments
 (0)