Instructions to use fusing/ddpm-cifar10-ema with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/ddpm-cifar10-ema with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/ddpm-cifar10-ema", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update this model to work with the new version of diffusers
#1
by ori-m-2022a - opened
Hi @study-work-2022a! The models from this org are mostly outdated and deprecated, make sure to load the official model from the google org:
https://huggingface.co/google/ddpm-cifar10-32
anton-l changed discussion status to closed
This is not an ema model

