Description

Bedroom model fine-tuned using dtd textures. Investigating pink problem

Usage

from diffusers import DDPMPipeline
# Load the pretrained pipeline
pipeline_name = "ttextture/ddpm-bedroom-finetuned-texture-dtd"
image_pipe = DDPMPipeline.from_pretrained(pipeline_name).to(device)

# Sample some images with a DDIM Scheduler over 40 steps
scheduler = DDIMScheduler.from_pretrained(pipeline_name)
scheduler.set_timesteps(num_inference_steps=40)

image = pipeline().images[0]
image
Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support