| # Sking: Image To Minecraft Skin Generator |
|
|
| **Sking** is an image-to-Minecraft-skin generation model designed to transform character images, portraits, avatars, or concept art into Minecraft-style skin textures. Given a reference image, the model learns to preserve key visual features such as clothing, colors, hairstyle, and character identity while adapting them into the compact pixel-art structure used by Minecraft skins. |
|
|
| ## π Resources |
|
|
| * **π Online Demo**: [EntropyDrop Web Portal](https://entropydrop.com) |
| * **ποΈ Dataset**: [Hugging Face Sking Dataset](https://huggingface.co/datasets/EntropyDrop/Sking) |
| * **π§ Trained Model**: [Hugging Face Sking Model](https://huggingface.co/EntropyDrop/Sking) |
| * **π Technical Report**: [Technical Architecture](https://entropydrop.com/skin/public/article/skingen) |
| * **YouTube**: [YouTube](https://youtu.be/n5t48aNm9Ew) |
|
|
| ## Examples |
|
|
|  |
|  |
|  |
|  |
|
|
|  |
|  |
|  |
|  |
|
|
|  |
|  |
|  |
|  |
|
|
|  |
|  |
|  |
|  |
|  |
|  |
|
|
|  |
|  |
|  |
|  |
|
|
|  |
|  |
|  |
|  |
|
|
| ## Delopy locally |
|
|
| ``` |
| python ./infer.py |
| ``` |
|
|
| ## License |
|
|
| This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details. |
|
|