From 2b96204eb3914191c6ba1fa513f3cf4742edc2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 8 Oct 2024 16:29:20 +0200 Subject: [PATCH] docs: add new example with AI & R2 (#17360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: add new example with AI & R2 * Update src/content/apps/index.yaml Co-authored-by: Dario Piotrowicz * Update src/content/apps/index.yaml Co-authored-by: Denise Peña <75506267+dcpena@users.noreply.github.com> --------- Co-authored-by: Dario Piotrowicz Co-authored-by: Denise Peña <75506267+dcpena@users.noreply.github.com> --- src/content/apps/index.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/content/apps/index.yaml b/src/content/apps/index.yaml index 72631eb5a132e0..d2b31c02269c81 100644 --- a/src/content/apps/index.yaml +++ b/src/content/apps/index.yaml @@ -333,3 +333,11 @@ entries: languages: [TypeScript] cloudflare: true updated: 2024-09-12 + - link: https://github.com/atinux/flux-ai-image-generator + name: Flux Schnell Image Generator + description: An application to generate images with AI using Flux-1 Schnell and store them in Cloudflare R2. + tags: [Nuxt] + products: [Pages, Workers AI, R2] + languages: [TypeScript] + cloudflare: false + updated: 2024-10-07