Skip to content

Automatically creates character expressions from given image using A1111 Stable Diffusion API (with ADetailer).

License

Notifications You must be signed in to change notification settings

deepratnaawale/AutoExpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Favicon AutoExpress

Introduction

Automatically creates 28 different expressions from a given image using Automatic1111 Stable Diffusion WebUI API. The application uses Inpainting with After Detailer Extension to inpaint the following expressions on the face:

Emotion Emotion Emotion Emotion
Admiration Amusement Anger Annoyance
Approval Caring Confusion Curiosity
Desire Disappointment Disapproval Disgust
Embarrassment Excitement Fear Gratitude
Grief Joy Love Nervousness
Neutral Optimism Pride Realization
Relief Remorse Sadness Surprise

Examples

Anime

Anime Image Grid Anime Image Emotion Grid

The above is an example anime expressions on the following image without cherry picking results.

Realistic Input Image Anime input image

Realistic

Realistic Image Grid Realistic Image Emotion Grid

The above is an example realistic expressions on the following image without cherry picking results.

Realistic Input Image Realistic input image

Requirements

Installation

  • Clone Github Repo
git clone https://github.com/deepratnaawale/AutoExpress.git
  • Goto cloned repo
cd AutoExpress
  • Create and activate virtual enviorenment
python3 -m venv .venv
.venv\Scripts\activate
  • Install Requirements
pip install -r reqiurements.txt
  • Launch App
flask --app autoexpress run
  • Launch A1111 Stable Diffusion WebUI Api

You can check if the api is active by accessing the docs (if running locally) http://127.0.0.1:7860/docs#/default/

Usage

UI Description

It's pretty Straight forward. Keep an eye on the logs in the console. Dropping an image will auto populate all attributes in the UI if the image has Stable Diffusion info text. Only supports A1111 WebUI API for now.

PS: This is a very handy tool to use with Silly Tavern to generate character expressions sprites for any bot.

Future Work (Need contributers)

  • Change pose along with expression keeping consistent clothes and background. (Probably via Controlnets and ADetailer)
  • Better Expressions for Realistic Images.
  • Support for Comfy UI, Next, etc.
  • Better refactoring especially for JS and pythonic project setup using setuptools.
  • Tests to check each module.

Special Thanks

SD Parsers by d3x-at

SD API Examples

About

Automatically creates character expressions from given image using A1111 Stable Diffusion API (with ADetailer).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published