CivArchive
    MinecraftSkin - v1.1
    Preview 47642
    Preview 47640
    Preview 47641
    Preview 47639
    Preview 47638
    Preview 47637
    Preview 47636
    Preview 47635
    Preview 47634
    Preview 47633
    Preview 47632
    Preview 47631
    Preview 47630
    Preview 47629
    Preview 47628
    Preview 47627
    Preview 47626

    This model generate minecraft skins. If you wana use it u need to down scale processed image to 64x64px and delete backgroud

    Description

    Clear up training data and add one single color to background (SD can't make alpha channel, so sad :((( )

    Generating 512x512px image -> scale down to 64x64px (use nearest neighbor scaling algorithm)

    FAQ

    Comments (9)

    MoleseyApr 16, 2023
    CivitAI

    Not Working. Draws some images and not skins

    pane2k
    Author
    Apr 17, 2023

    do u use "MCSkin" in prompt? and try to gen images with prompts of images on this site

    pymess508May 1, 2023
    CivitAI

    Wow I tried to do this but failed. This is awesome , man!

    rafaeltheravenJun 1, 2023
    CivitAI

    It's interesting, but almost impossible to get consistent results out of

    pymess508Jun 24, 2023
    CivitAI
    from PIL import Image import colorsys import os # 遍历目录下所有png文件 for filename in os.listdir('.'): if filename.endswith('.png'): # 打开图片 image = Image.open(filename) # 无插值缩放为64x64 image = image.resize((64, 64), resample=Image.NEAREST) image = image.convert('RGBA') # 将所有纯绿色的部分替换为透明 pixdata = image.load() width, height = image.size for y in range(height): for x in range(width): r, g, b, a = pixdata[x, y] h, s, v = colorsys.rgb_to_hsv(r, g, b) # 判断绿色区域并替换为透明 if 90 <= h and h <= 150 and 0.3 <= s and s <= 1.0 and 0.3 <= v and v <= 1.0: pixdata[x, y] = (0, 0, 0, 0) # 保存图片 image.save(filename) print(filename)

    Sometimes you need a python script to mass handle the green back ground and the size issue.

    pymess508Jun 24, 2023

    What? I pasted it as code, the format is all gone. Wait for an article.

    Mr_TalkysAug 24, 2023
    CivitAI
    Dear friend! Can you tell us more about how you trained the model, and also how soon you will release a new version?
    AquazureSep 15, 2023
    CivitAI

    It work, but anyway to prompt it to make what i want ?
    Seem only get random result.

    id144Nov 10, 2023· 13 reactions
    CivitAI

    To make it work:
    - set image to generate width and height to 512x512
    - in the prompt, add "mcskin" trigger word
    - import image editor and remove the green background for transparency
    - downscale to 64x64, use "nearest neighbor" sampling to get sharp image

    Checkpoint
    SD 1.5

    Details

    Downloads
    2,054
    Platform
    CivitAI
    Platform Status
    Available
    Created
    1/22/2023
    Updated
    5/11/2026
    Deleted
    -
    Trigger Words:
    MCSkin

    Files

    minecraftskin_v11.safetensors

    Mirrors

    HuggingFace (1 mirrors)

    minecraftskin_v11.ckpt

    Mirrors

    CivitAI (1 mirrors)

    Available On (1 platform)

    Same model published on other platforms. May have additional downloads or version variants.