Skip to content

synthframe/synthframe-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synthframe-worker

Cloudflare Worker used by the Synthframe API for character-set image generation.

Endpoints

  • POST / - generate an image with @cf/black-forest-labs/flux-2-dev using up to 4 reference images

Requirements

  • Cloudflare Workers
  • Workers AI binding named AI
  • Node.js 18+

Local Development

npm install
npm run dev

Deploy

npm run deploy

Wrangler Config

wrangler.toml must include an AI binding:

[ai]
binding = "AI"

Notes

  • This project does not store local secrets in source files.
  • Do not commit .wrangler/ or node_modules/.

About

Synthframe Worker — Cloudflare Workers AI endpoints for generation, analysis, and image editing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors