Active
wiro / InstructPix2Pix
InstructPix2Pix
InstructPix2Pix is a Stable Diffusion model trained to edit images from human-provided instructions.
Image To Image
Model ID
InstructPix2Pix
Provider
wiro
Added
1737117760
wiro playground—wiro/InstructPix2Pix
Added 1737117760
InstructPix2Pix is a Stable Diffusion model trained to edit images from human-provided instructions.
Example prompts
Great starting points for InstructPix2Pix.
Turn the humans into robots
Add a beautiful sunset
It is now midnight
turn him into cyborg
API quick start
Run InstructPix2Pix with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/InstructPix2Pix
{
"prompt": "Your prompt here",
"inputImage": "https://your-cdn.com/input.png",
"inputImageUrl": "...",
"negativePrompt": "bad, blurry"
}