[go: up one dir, main page]

Skip to content

Generate images with AI using Flux-1 Schnell running on your Cloudflare account.

Notifications You must be signed in to change notification settings

atinux/flux-ai-image-generator

Repository files navigation

Generate images with AI using Flux-1 Schnell on Cloudflare

Deploy this application on your Cloudflare account and generate images with AI using Flux-1 Schell. Each image is generated with a prompt and number of steps and save in your Cloudflare R2 bucket.

flux-1-cloudflare-r2.mp4

Features

  • Basic auth with username and password
  • Generate images with Flux-1 Schell
  • Save images to your Cloudflare R2 bucket
  • AI Image gallery in development & production with NuxtHub Blob
  • One click deploy on 275+ locations for free

Deploy to NuxtHub

Setup

Make sure to install the dependencies with pnpm:

pnpm install

Link your project to NuxtHub after linking your Cloudflare account:

npx nuxthub link

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Deploy

Deploy the application on the Edge with NuxtHub on your Cloudflare account:

npx nuxthub deploy

Then checkout your server logs, analaytics and more in the NuxtHub Admin.

You can also deploy using Cloudflare Pages CI.