Generates faces resembling Metart Dataset.
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.