How to use fusing/ddpm-celeba-hq with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/ddpm-celeba-hq", dtype="auto")