模型:
mrm8488/ddpm-ema-anime-v2-128
This diffusion model is trained with the ? Diffusers library on the huggan/selfie2anime dataset.
from diffusers import DDPMPipeline model_id = "mrm8488/ddpm-ema-anime-v2-128" # load model and scheduler pipeline = DDPMPipeline.from_pretrained(model_id) # run pipeline in inference image = pipeline()["sample"] image[0].save("anime_face_128.png")Limitations and bias
[TODO: provide examples of latent issues and potential remediations]
[TODO: describe the data used to train the model]
The following hyperparameters were used during training:
Created by Manuel Romero/@mrm8488 with the support of Q Blocks