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

  • Log In
  • Sign Up

kronosta
/
blunstron

Diffusers
audio-generation
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use kronosta/blunstron with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("kronosta/blunstron", 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
blunstron
3.55 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
kronosta's picture
kronosta
Delete model_index.json
db87019 verified almost 2 years ago
  • .gitattributes
    1.75 kB
    Add examples over 2 years ago
  • README.md
    1.24 kB
    Fix sentence structure mistake in README.md over 2 years ago
  • blunstron-test-2.wav
    2.1 MB
    xet
    Add examples over 2 years ago
  • blunstron-test-3.wav
    2.36 MB
    xet
    Add examples over 2 years ago
  • blunstron-test-4.wav
    3.93 MB
    xet
    Add examples over 2 years ago
  • blunstron-test.wav
    2.36 MB
    xet
    Add examples over 2 years ago
  • blunstron.ckpt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    3.54 GB
    xet
    Rename unet/diffusion_pytorch_model.ckpt to blunstron.ckpt almost 2 years ago