Skip to content

Commit b9158d1

Browse files
authored
Updating AI Image Playground series (#19517)
* Updating AI Image Playground series. adding final video. fixing index and video yaml directory * adding redirect for file name change
1 parent 9ec121b commit b9158d1

File tree

5 files changed

+49
-3
lines changed

5 files changed

+49
-3
lines changed

public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,7 @@
15641564
/workers-ai/configuration/workers-ai-sdk/ /workers-ai/configuration/bindings/ 301
15651565
/workers-ai/tutorials/creating-a-recommendation-api/ /developer-spotlight/tutorials/creating-a-recommendation-api/ 301
15661566
/workers/observability/baselime-integration/ /workers/observability/integrations/baselime-integration/ 301
1567+
/workers-ai/tutorials/image-generator-flux/ /workers-ai/tutorials/image-generation-playground/ 301
15671568

15681569
# workers KV
15691570
/kv/platform/environments/ /kv/reference/environments/ 301

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)