Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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 Settings
  • 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 3 months ago
  • images
    Upload 3 files 4 months ago
  • .gitattributes
    2.31 kB
    initial commit 4 months ago
  • MCSKIN_000005400.safetensors
    68.3 MB
    xet
    Add 2 files 4 months ago
  • README.md
    1.38 kB
    Update README.md 4 months ago
  • generate_dataset.py
    9 kB
    Upload generate_dataset.py 4 months ago
  • mine1.json
    92.6 kB
    Upload mine1.json 3 months ago
  • workflow.json
    92.6 kB
    Upload workflow.json 3 months ago