Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
画像生成サンプル
- Host: GitHub
- URL: https://github.com/arafipro/image-generate-sample
- Owner: arafipro
- Created: 2024-09-09T03:01:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T11:27:27.000Z (4 months ago)
- Last Synced: 2024-10-25T03:44:05.589Z (2 months ago)
- Topics: bun, cloudflare, cloudflare-pages, cloudflare-workers-ai, hono, nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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モデルから選択可能
- 生成された画像のダウンロード機能
- 複数のモデルで同時に画像を生成し、比較可能