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

  • Log In
  • Sign Up

Burf
/
DrUM

Text-to-Image
Diffusers
English
personalization
adapter
stable-diffusion
flux
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Burf/DrUM with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Burf/DrUM", 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
DrUM
880 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Burf's picture
Burf
[Update] Readme
7f00d30 verified 6 months ago
  • weight
    Init code and weights 9 months ago
  • .gitattributes
    1.56 kB
    Update readme 9 months ago
  • README.md
    4.27 kB
    [Update] Readme 6 months ago
  • model.py
    23.5 kB
    Init code and weights 9 months ago
  • pipeline.py
    25 Bytes
    change custom pipeline filename 9 months ago
  • sampling.py
    2.16 kB
    Init code and weights 9 months ago
  • teaser.png
    1.31 MB
    xet
    Update readme 9 months ago
  • wrapper.py
    17.1 kB
    change custom pipeline init issue 9 months ago