Skip to content

🌩 Generate web art images with Stable Diffusion.

License

Notifications You must be signed in to change notification settings

MrBloomguy/JiGi

 
 

Repository files navigation

Jigi

JíGí

Bring local stories to live with JíGí AI art generator 🎨

🚀 Over 500 generations!

🚀 Concept

JiGi is a JíGí fork. It is a web application that allows you to generate images with AI. It uses the Stable Diffusion model to generate images. The model is run on cloud with Replicate.

🎨 Stable Diffusion

Stable Diffusion is a deep learning, text-to-image model released in 2022. It is primarily used to generate detailed images conditioned on text descriptions, though it can also be applied to other tasks such as inpainting, outpainting, and generating image-to-image translations guided by a text prompt.

This Diffusion Model is run on cloud with Replicate. Replicate is a platform for running and sharing machine learning models. JíGí uses the Replicate API to run the model.

✨ User Interface

JiGi is built with Tailwind CSS. Components like the Buttons, Inputs, Modals and Progress Bar are developed with Shadcn/ui, a collection of re-usable components built using Radix UI.

📦 Deployment

JiGi is deployed on Vercel.

🚀 Core Development

JíGí is built with Next.js 13.2, React and Tailwind CSS.

Since it's the latest build of Next.js, it uses many of the new features like Image Component, File System Routing and Incremental Static Regeneration.

If you want to run JíGí locally, after clone this repository and run the following commands:

# Install dependencies
npm install

# Create .env.local
touch .env.local

In order to run Stable Diffusion model, you need to create an account on Replicate and get your API Key.

Then, add the following environment variables to .env.local:

REPLICATE_API_TOKEN="YOUR_API_KEY"

And that's it! Now you can run the following command to start the development server:

npm run dev

🤲 Contributing

JíGí is an open source project forked from [https://dreamify.art/]

📃 License

Distributed under the MIT License. See LICENSE for more information.

About

🌩 Generate web art images with Stable Diffusion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 1.9%
  • CSS 0.3%