Giter VIP home page Giter VIP logo

flux-ai-image-webui's Introduction

Flux AI Image Generator

Flux Image AI is an AI-powered image generation platform built using Next.js and the Flux.1 AI model. The platform allows users to create high-quality images from text prompts quickly and easily. It also features a prompt generator to help optimize image creation prompts.

visit it ☞: fluximage.org

Features

  • AI Image Generation: Generate high-quality images based on text prompts using the Flux.1 AI model.
  • Prompt Generator: Improve and refine your prompts to get the best results from the AI.
  • i18n Support: Full internationalization support for multilingual audiences.
  • Responsive Design: Built with TailwindCSS to ensure a responsive and clean user interface on all devices.
  • High Performance: Hosted on Vercel with Cloudflare CDN for fast, secure, and reliable performance.

Tech Stack

Framework: Next.js Hosting: Vercel Domain: Dynadot CDN: Cloudflare Styling: TailwindCSS Template: Radix UI & Preline UI

Quick Started

Deploy on Vercel (Don't forget to setup env)

Deploy with Vercel

1. Clone project

git clone https://github.com/volume988/flux-ai-image-webui.git

2. Install dependencies

cd imagetoprompt-ai
pnpm i

3. Init database

create your database use local postgres or supabase

create tables and migrate:

npx prisma generate
prisma migrate dev

4. copy .env.example and rename it to .env

GOOGLE_ID=
GOOGLE_SECRET=
NODE_ENV=development

GITHUB_ID=
GITHUB_SECRET=

EMAIL_SERVER=
EMAIL_FROM=

NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=

REPLICATE_API_URL=https://api.replicate.com/v1/predictions
REPLICATE_API_TOKEN=
REPLICATE_API_VERSION=


R2_ACCOUNT_ID=
R2_BUCKET=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_DOMAIN_URL=


POSTGRES_DATABASE="postgres"
POSTGRES_HOST="localhost"
POSTGRES_PASSWORD="xxxxx"
POSTGRES_PRISMA_URL="postgres://postgres:xxxxx@localhost:5432/localdb"
POSTGRES_URL="postgres://postgres:xxxxx@localhost:5432/localdb"
POSTGRES_URL_NON_POOLING="postgres://postgres:xxxxx@localhost:5432/localdb"
POSTGRES_URL_NO_SSL="postgres://postgres:xxxxx@localhost:5432/localdb"
POSTGRES_USER="postgres"

5. Run it

pnpm dev

6. open http://localhost:3000 for preview

fluximage.org

Link Me

Twitter: https://x.com/candytools118

if this project is helpful to you, buy me a coffee.

"Buy Me A Coffee"

flux-ai-image-webui's People

Contributors

volume988 avatar

Stargazers

ZaneReed avatar xicheng avatar  avatar Rudy Steiner avatar  avatar 爱可可-爱生活 avatar aaron avatar  avatar  avatar yige avatar James Wu avatar Nikolay Kolev avatar  avatar wsadczh avatar zero0043 avatar Crayon AI avatar Meng Xu avatar  avatar Charleno Pires avatar Viet Cuong Phan avatar Jurriaan Schreuder avatar Tizi avatar Márk Bartos avatar 1.44 MB avatar Jaya avatar rohit sohlot avatar Cem Turan avatar Anil Dewani avatar  avatar David Russell avatar Charles Wiltgen avatar  avatar Chen-Yang Su avatar Glen Fletcher avatar  avatar Vadym Nekhai avatar kai avatar Mark avatar Leo avatar Gabriel Höhener avatar Clayton Kehoe avatar Khoa Duong avatar

Watchers

Crayon AI avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.