Generates faces resembling Metart Dataset.

diffusionFaces.png

USAGE:

from diffusers import DiffusionPipeline, DDPMPipeline, DDPMScheduler

noise_scheduler = DDPMScheduler()

pipe = DDPMPipeline.from_pretrained("FrozenScar/cartoon_face", scheduler=noise_scheduler, use_safetensors=True)

image = pipe(num_inference_steps=6).images[0]

Downloads last month
31
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Dataset used to train FrozenScar/cartoon_face

Space using FrozenScar/cartoon_face 1