Skip to content

Commit c3b0562

Browse files
committed
image generation updates
1 parent aa66d19 commit c3b0562

File tree

4 files changed

+86
-19
lines changed

4 files changed

+86
-19
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
updated: 2024-10-17
3+
difficulty: Beginner
4+
content_type: 🎥 Video
5+
pcx_content_type: video
6+
title: Add New AI Models to your Playground (Part 2)
7+
sidebar:
8+
order: 2
9+
products:
10+
- Workers
11+
tags:
12+
- AI
13+
- Workers
14+
languages:
15+
- Typescript
16+
prev: true
17+
18+
---
19+
20+
import { Details, DirectoryListing, Stream } from "~/components"
21+
22+
In part 2, Kristian expands upon the existing environment built in part 1, by showing you how to integrate new AI models and introduce new parameters that allow you to customize how images are generated.
23+
24+
<Stream videoId="167ba3a7a86f966650f3315e6cb02e0d" videoTitle="Add New AI Models to your Playground (Part 2)" thumbnailTimeOrURL="2.5s" moreVideosLink="false" />
25+
26+
Refer to the AI Image Playground [Github Repository](https://github.com/kristianfreeman/workers-ai-image-playground) to follow along locally.
27+
28+
<Details header="Video series" open>
29+
30+
<DirectoryListing folder="workers-ai/tutorials/image-generation-playground" />
31+
32+
</Details>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
updated: 2024-10-17
3+
difficulty: Beginner
4+
content_type: 🎥 Video
5+
pcx_content_type: video
6+
title: Build an AI Image Generator Playground (Part 1)
7+
tableOfContents: false
8+
sidebar:
9+
order: 1
10+
products:
11+
- Workers
12+
tags:
13+
- AI
14+
- Workers
15+
languages:
16+
- Typescript
17+
next: true
18+
19+
---
20+
21+
import { Details, DirectoryListing, Stream } from "~/components"
22+
23+
The new flux models on Workers AI are our most powerful text to image AI models yet. In this video, we show you how to deploy your own Workers AI image playground in just a few minutes.
24+
25+
There are many businesses being built on top of AI image generation models and using Workers AI, you can get access to the best models in the industry without having to worry about inference, ops, or deployment. We provide the API for AI image generation and in a couple of seconds get an image back.
26+
27+
<Stream videoId="aeafae151e84a81be19c52c2348e9bab" videoTitle="Build an AI Image Generator Playground (Part 1)" thumbnailTimeOrURL="12s" moreVideosLink="false" />
28+
29+
Refer to the AI Image Playground [Github Repository](https://github.com/kristianfreeman/workers-ai-image-playground) to follow along locally.
30+
31+
<Details header="Video series" open>
32+
33+
<DirectoryListing folder="workers-ai/tutorials/image-generation-playground" />
34+
35+
</Details>

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ languages:
1414

1515
---
1616

17-
import { Stream } from "~/components"
17+
import { Details, DirectoryListing, Stream } from "~/components"
1818

19-
The new flux models on Workers AI are our most powerful text to image AI models yet. In this video, we show you how to deploy your own Workers AI image playground in just a few minutes.
19+
In this series of videos, Kristian Freeman builds an AI Image Playground. To get started, click on part 1 below.
2020

21-
There are many businesses being built on top of AI image generation models and using Workers AI, you can get access to the best models in the industry without having to worry about inference, ops, or deployment. We provide the API for AI image generation and in a couple of seconds get an image back.
21+
<Details header="Video Series" open>
2222

23-
<Stream videoId="aeafae151e84a81be19c52c2348e9bab" videoTitle="How to build an AI Image Generator using Cloudflare Workers AI" thumbnailTimeOrURL="1.95s" />
23+
<DirectoryListing folder="workers-ai/tutorials/image-generation-playground" />
24+
25+
</Details>

src/content/videos/index.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -220,19 +220,6 @@ entries:
220220
difficulty: Beginner
221221
content_type: 🎥 Video
222222
pcx_content_type: interview
223-
- link: https://developers.cloudflare.com/workers-ai/tutorials/image-generator-flux/
224-
title: How to build an AI Image Generator using Cloudflare Workers AI
225-
description: The new flux-schnell models on Workers AI are our most powerful text to image AI models yet. In this video, we show you how to deploy your own Workers AI image playground.
226-
tags: [Workers, Workers AI]
227-
languages: [TypeScript]
228-
stream_id: aeafae151e84a81be19c52c2348e9bab
229-
products: [Workers, Workers AI]
230-
cloudflare: true
231-
author: kristian
232-
updated: 2024-10-17
233-
difficulty: Intermediate
234-
content_type: 🎥 Video
235-
pcx_content_type: tutorial
236223
- link: https://youtu.be/W45MIi_t_go
237224
title: Building Front-End Applications | Now Supported by Cloudflare Workers
238225
description: You can now build front-end applications, just like you do on Cloudflare Pages, but with the added benefit of Workers.
@@ -298,7 +285,7 @@ entries:
298285
difficulty: Intermediate
299286
content_type: 🎥 Video
300287
pcx_content_type: tutorial
301-
- link: https://developers.cloudflare.com/pages/framework-guides/nextjs/#video-tutorial
288+
- link: https://developers.cloudflare.com/workers/static-assets/#video-tutorials
302289
title: Deploy NextJS to your Workers Application
303290
description: Watch to learn how to easily deploy your NextJS application to the Cloudflare global network.
304291
tags: [NextJS, Workers, Pages]
@@ -360,4 +347,15 @@ entries:
360347
difficulty: Beginner
361348
content_type: 🎥 Video
362349
pcx_content_type: tutorial
363-
350+
# - link:
351+
# title:
352+
# description:
353+
# tags: [Workers, Pages]
354+
# languages: [TypeScript]
355+
# products: [Workers, Pages]
356+
# cloudflare: true
357+
# author: confidence
358+
# updated: 2024-11-14
359+
# difficulty: Intermediate
360+
# content_type: 🎥 Video
361+
# pcx_content_type: tutorial

0 commit comments

Comments
 (0)