File size: 2,086 Bytes
db3a97e
 
 
 
 
 
f20e405
5b0b0dd
 
4f36a4f
f20e405
16e0536
88961ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f20e405
 
 
 
 
88961ee
16e0536
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# 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

![girl3|240](examples/girl3_original.jpg)
![girl3|240](examples/girl3_gen.jpg)
![cat2|240](examples/cat2_original.jpg)
![cat2|240](examples/cat2_gen.jpg)

![boy|240](examples/boy_original.jpg)
![boy|240](examples/boy_gen.jpg)
![girl|240](examples/girl_original.jpg)
![girl|240](examples/girl_gen.jpg)

![boy2|240](examples/boy2_original.jpg)
![boy2|240](examples/boy2_gen.jpg)
![girl|240](examples/girl2_original.jpg)
![girl|240](examples/girl2_gen.jpg)

![linux|240](examples/linux_original.jpg)
![linux|240](examples/linux_gen.jpg)
![golang|240](examples/golang_original.jpg)
![golang|240](examples/golang_gen.jpg)
![pink|240](examples/pink_original.jpg)
![pink|240](examples/pink_gen.jpg)

![beethoven|240](examples/beethoven_original.jpg)
![beethoven|240](examples/beethoven_gen.jpg)
![boy3|240](examples/boy3_original.jpg)
![boy3|240](examples/boy3_gen.jpg)

![puppy|240](examples/dog_original.jpg)
![puppy|240](examples/dog_gen.jpg)
![cat|240](examples/cat_original.jpg)
![cat|240](examples/cat_gen.jpg)

## 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.