Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
minecraft
skins
gaming
stable diffusion
stable diffusion xl
Instructions to use monadical-labs/minecraft-skin-generator-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use monadical-labs/minecraft-skin-generator-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("monadical-labs/minecraft-skin-generator-sdxl", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Minecraft Skin Generator XL
Monadical is pleased to announce the official release of the Minecraft Skin Generator XL model. We had previously released the Minecraft Skin Generator model based upon Stable Diffusion 2. This new model offers significant improvements over the last generation of models.
Key Features
- Upgrade to Stable Diffusion XL - Our model is now based upon the Stable Diffusion XL model, which greatly improves the quality of generated skins when compared to previous models.
- Transparent Layer Support - The new model now supports the transparency layer in the hair and helmet section of the skin.
Examples
Try It Out Yourself
There are several options for trying out this new model:
- Download the model and run it locally on your machine. Note that we recommend a GPU for this - while it is possible to run on a CPU, we do not currently support this method. Note: Output from the StableDiffusionXL pipeline should be constrained to 768x768 pixels, or the model will automatically generate a 1024x1024 output image, and fill in the extra space with unusuable garbage.
- Try our hosted version of the model on the Minecraft Skin Generator website.
Get Involved
Have any feedback or suggestions? Join us on our Minecraft Skin Generator Discord channel or send us an email.
Happy crafting!
- Downloads last month
- 20,821




