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

  • Log In
  • Sign Up

benetraco
/
brain_ddpm_64

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_64 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use benetraco/brain_ddpm_64 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_64", 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_64
455 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
benetraco's picture
benetraco
Upload README.md with huggingface_hub
cd0724e verified 11 months ago
  • scheduler
    End of training - Uploading full pipeline 12 months ago
  • unet
    End of training - Uploading full pipeline 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    1.74 kB
    Upload README.md with huggingface_hub 11 months ago
  • model_index.json
    181 Bytes
    End of training - Uploading full pipeline 12 months ago