Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arafipro/image-generate-sample

画像生成サンプル
https://github.com/arafipro/image-generate-sample

bun cloudflare cloudflare-pages cloudflare-workers-ai hono nextjs shadcn-ui tailwindcss typescript

Last synced: 21 days ago
JSON representation

画像生成サンプル

Awesome Lists containing this project

README

        

# 画像生成サンプル

AIを使用して画像を生成するWebアプリケーション

## 技術スタック

- TypeScript
- Next.js
- Hono
- Tailwind CSS
- shadcn/ui
- Cloudflare Pages
- Cloudflare Workers AI
- @cf/lykon/dreamshaper-8-lcm
- @cf/stabilityai/stable-diffusion-xl-base-1.0
- @cf/bytedance/stable-diffusion-xl-lightning

## 主要コンポーネント

- OneGenerateForm: 固定のAIモデルを使用して画像を生成
- SelectGenerateForm: ユーザーがAIモデルを選択して画像を生成
- CompareGenerateForm: 複数のAIモデルを比較して画像を生成

## 機能

- Cloudflare Workers AIを使用して画像生成APIを実装
- テキストプロンプトを入力して画像を生成
- 複数のAIモデルから選択可能
- 生成された画像のダウンロード機能
- 複数のモデルで同時に画像を生成し、比較可能