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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

shchoi55
/
mnist_prior

Diffusers
Safetensors
DDPMPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use shchoi55/mnist_prior with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("shchoi55/mnist_prior", 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
mnist_prior / samples
103 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
shchoi55's picture
shchoi55
Upload folder using huggingface_hub
cdae84d verified almost 2 years ago
  • 0099.png
    11.5 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0199.png
    10.9 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0299.png
    10.2 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0399.png
    9.97 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0499.png
    9.62 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0599.png
    9.91 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0699.png
    10.6 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0799.png
    10.3 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0899.png
    9 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 0999.png
    11 kB
    Upload folder using huggingface_hub almost 2 years ago