Skip to content

Latest commit

Β 

History

History
37 lines (25 loc) Β· 756 Bytes

README.md

File metadata and controls

37 lines (25 loc) Β· 756 Bytes

πŸ§‘β€πŸŽ¨ X-Avatar

X-Avatar is your own AI avatar generator that uses Stable Diffusion to generate avatars based on your input.

x-avatar.mov

πŸ¦„ Features

  • Next.js 13
  • React 18
  • TypeScript 4
  • Tailwind CSS 3
  • Stable Diffusion
  • DreamBooth

πŸ—„οΈ Environment Variables

Create a .env.local file in your root directory with the following variables:

HUGGING_FACE_AUTH_KEY
HUGGING_FACE_USERNAME
HUGGING_FACE_MODEL_NAME

πŸš€ Quick start

To run this project locally:

npm i
npm run dev

πŸŽ“ Learning Next.js

Looking for more guidance? Full documentation available on the official Next.js website.