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

  • Log In
  • Sign Up

MrBlackSheep
/
XTOONS

Text-to-Image
Diffusers
English
checkpoint
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use MrBlackSheep/XTOONS with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MrBlackSheep/XTOONS", 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
XTOONS
8.51 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
MrBlackSheep's picture
MrBlackSheep
Update README.md
ba8931d verified almost 2 years ago
  • .gitattributes
    1.63 kB
    Upload 2 files almost 2 years ago
  • README.md
    1.63 kB
    Update README.md almost 2 years ago
  • XTOONS.inpainting.preview.png
    979 kB
    Upload 2 files almost 2 years ago
  • XTOONS.inpainting.safetensors
    2.13 GB
    xet
    Upload 2 files almost 2 years ago
  • XTOONS.preview.png
    2.08 MB
    xet
    Upload 2 files almost 2 years ago
  • XTOONS.safetensors
    2.13 GB
    xet
    Upload 2 files almost 2 years ago
  • XTOONS_full.preview.png
    2.25 MB
    xet
    Upload 2 files almost 2 years ago
  • XTOONS_full.safetensors
    4.24 GB
    xet
    Upload 2 files almost 2 years ago