Skip to content

Artemisia: interface to generative AI art built with Next.js and Replicate API

License

Notifications You must be signed in to change notification settings

LeandroBerlin/artemisia-ai

Repository files navigation

Getting started

Artemisia AI was built using a Next.js template project that's preconfigured to work with Replicate's API and Tailwind utility-first CSS framwork. It was created for educational purposes and to demonstrate the potential of AI models for content generation.

Artemisia AI uses Stable Diffusion XL (SDXL), an upgraded version of Stable Diffusion generative AI model created by Stability AI. This advanced generative model allows users to generate highly detailed images using shorter text prompts compared to the original Stable Diffusion model. Replicate API is used to run the model in the cloud.

The name "Artemisia" is inspired by Artemisia Gentileschi, an Italian Baroque painter.

Noteworthy files

Usage

Clone this repository

git clone git@github.com:LeandroBerlin/artemisia-ai.git

Install dependencies:

npm install

Add your Replicate API token to .env.local:

REPLICATE_API_TOKEN=<your-token-here>

Run the development server:

npm run dev

Open http://localhost:3000 with your browser.

Screenshot

iguana

About

Artemisia: interface to generative AI art built with Next.js and Replicate API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published