https://github.com/eneax/x-avatar
🧑🎨 AI avatar generator built with Stable Diffusion.
https://github.com/eneax/x-avatar
dreambooth huggingface jupiter-notebook nextjs reactjs serverless-functions stable-diffusion tailwindcss typescript
Last synced: 3 months ago
JSON representation
🧑🎨 AI avatar generator built with Stable Diffusion.
- Host: GitHub
- URL: https://github.com/eneax/x-avatar
- Owner: eneax
- Created: 2023-01-14T10:49:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T13:21:24.000Z (over 2 years ago)
- Last Synced: 2025-03-20T15:12:35.846Z (3 months ago)
- Topics: dreambooth, huggingface, jupiter-notebook, nextjs, reactjs, serverless-functions, stable-diffusion, tailwindcss, typescript
- Language: Jupyter Notebook
- Homepage:
- Size: 455 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧑🎨 X-Avatar
X-Avatar is your own AI avatar generator that uses Stable Diffusion to generate avatars based on your input.
https://user-images.githubusercontent.com/19818937/213863587-5893ad15-b752-4640-8fb6-f4061be37b55.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:
```shell
npm i
npm run dev
```## 🎓 Learning Next.js
Looking for more guidance? Full documentation available on the official [Next.js website](https://nextjs.org).