Deploy on Banana for fast, affordable, and easy deployment of instruct-pix2pix. Get results fast with our user-friendly interface, unbeatable pricing and speed. Click the button above to deploy this model now!
{ "prompt": "make it anime", "image_url": "https://d2wj74g3m7bo3f.cloudfront.net/photo-of-a-bowl-of-strawberries.webp", "seed": 392030, "guidance_scale": 7.5, "image_guidance_scale": 1.5 }
{ "image_base64": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC..." }
import banana_dev as banana model_inputs = { "prompt": "make it anime", "image_url": "https://d2wj74g3m7bo3f.cloudfront.net/photo-of-a-bowl-of-strawberries.webp", "seed": 392030, "guidance_scale": 7.5, "image_guidance_scale": 1.5 } api_key = "YOUR_API_KEY" model_key = "YOUR_MODEL_KEY" # Run the model out = banana.run(api_key, model_key, model_inputs)