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")
see config https://huggingface.co/fusing/ddpm-celeba-hq/blob/main/config.json#L26
· Sign up or log in to comment