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

  • Log In
  • Sign Up

benetraco
/
brain_ddpm_256

Unconditional Image Generation
Diffusers
Safetensors
PyTorch
DDPMPipeline
diffusion-models-class
medical-imaging
brain-mri
multiple-sclerosis
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use benetraco/brain_ddpm_256 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("benetraco/brain_ddpm_256", 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
brain_ddpm_256
455 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
benetraco's picture
benetraco
End of training - Uploading full pipeline
05e0051 verified 11 months ago
  • scheduler
    End of training - Uploading full pipeline about 1 year ago
  • unet
    End of training - Uploading full pipeline 11 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.8 kB
    Upload README.md with huggingface_hub about 1 year ago
  • model_index.json
    181 Bytes
    End of training - Uploading full pipeline about 1 year ago