Views
No views yet
pipeline = DDPMPipeline.from_pretrained('tglcourse/ddpm-ema-butterflies-64').to(device) images = pipeline(batch_size=8).images