An open API service indexing awesome lists of open source software.

https://github.com/masterofobzene/eyecolorchanger

A small python script to change the eye color of your AI characters.
https://github.com/masterofobzene/eyecolorchanger

ai-eyes ai-tools color-changer eye-changer python script

Last synced: about 1 month ago
JSON representation

A small python script to change the eye color of your AI characters.

Awesome Lists containing this project

README

          

# Eye Color Changer
A small python script to change the eye color of your AI characters.
It is not perfect but it is easier and faster than photoshoping it.

combined_0_185859

## INSTALL:
1- Download Eye [Color Changer.py](https://github.com/masterofobzene/eyecolorchanger/blob/main/Eye%20Color%20Changer.py) - (right click -> save link as)

2- Install python requirements. Open CMD and type: `pip install mediapipe==0.10.14` then `pip install opencv-python==4.10.0.84` and finally `pip install numpy`

# USE:
`python "C:\whatever\Color Changer.py" img1.jpg img2.png img3.jpeg teal`

You can use other colors:

- blue
- teal
- green
- brown
- hazel
- gray
- purple

The script will excecute and put the new recolored versions of the images in the root where the originals where, and the originals will be put into a `ORIGINAL_EYES` folder.

> [!TIP]
NOTE: if the script cannot detect the eyes on your pic (this can happen if the image is too small or the eyes are not very clear) the script will NOT move that file to the originals folder.