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

  • Log In
  • Sign Up

IsaacAkintaro
/
ddpm-generated-images

Diffusers
TensorBoard
Safetensors
DDPMPipeline
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use IsaacAkintaro/ddpm-generated-images with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use IsaacAkintaro/ddpm-generated-images with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("IsaacAkintaro/ddpm-generated-images", 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
ddpm-generated-images / samples
4.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
IsaacAkintaro's picture
IsaacAkintaro
Upload DDPMPipeline
ded3071 verified almost 2 years ago
  • 0004.png
    3.04 MB
    xet
    Epoch 4 almost 2 years ago
  • 0009.png
    217 kB
    xet
    Upload DDPMPipeline almost 2 years ago
  • 0019.png
    195 kB
    xet
    Upload DDPMPipeline almost 2 years ago
  • 0029.png
    207 kB
    xet
    Upload DDPMPipeline almost 2 years ago
  • 0039.png
    219 kB
    xet
    Upload DDPMPipeline almost 2 years ago
  • 0049.png
    222 kB
    xet
    Upload DDPMPipeline almost 2 years ago