Active
stabilityai / stable-diffusion-2-depth
stable-diffusion-2-depth
This stable-diffusion-2-depth model is resumed from stable-diffusion-2-base and finetuned for 200k steps.
SdDepth To ImageFp32
Model ID
stable-diffusion-2-depth
Provider
stabilityai
Added
1692705097
wiro playground—stabilityai/stable-diffusion-2-depth
Added 1692705097
generate-art-with-stable-diffusion-readme
Example prompts
Great starting points for stable-diffusion-2-depth.
professional photo of a Batman jumping between two high rises, beautiful colorful city landscape in the background
two tigers
high definition photo of a baby astronaut space walking at the international space station with earth seeing from above in the background
a photo of a bag of cookies in the bathroom
API quick start
Run stable-diffusion-2-depth with a single API call.
POST https://api.wiro.ai/v1/Run/stabilityai/stable-diffusion-2-depth
{
"prompt": "two tigers",
"inputImage": "https://your-cdn.com/input.png",
"inputImageUrl": "...",
"negativePrompt": "bad, deformed, ugly, bad anatomy"
}