Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

d1ngdongji
/
MCSkin

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use d1ngdongji/MCSkin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use d1ngdongji/MCSkin with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-9B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("d1ngdongji/MCSkin")
    
    prompt = "Generate a 64x64 pixel texture maps of this Minecraft character"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
MCSkin
69.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
d1ngdongji's picture
d1ngdongji
Upload workflow.json
c951f82 verified about 1 month ago
  • images
    Upload 3 files about 2 months ago
  • .gitattributes
    2.31 kB
    initial commit about 2 months ago
  • MCSKIN_000005400.safetensors
    68.3 MB
    xet
    Add 2 files about 2 months ago
  • README.md
    1.38 kB
    Update README.md about 2 months ago
  • generate_dataset.py
    9 kB
    Upload generate_dataset.py about 2 months ago
  • mine1.json
    92.6 kB
    Upload mine1.json about 1 month ago
  • workflow.json
    92.6 kB
    Upload workflow.json about 1 month ago