Readme
With this endpoint you can easily generate the missing sections and adapt fast then ever your marketing assets in few seconds.
- Upload the image
- Select the channel
- Generate
Outpainting for Social Media Platforms: Facebook, Instagram, Pinterest, Tik Tok, Youtube, Linkedin and Adv Banners IAB
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run alexgenovese/outpainting using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"alexgenovese/outpainting:29b32f5404214d0377e390963dbcf1aeb46cd691f5a633756244ad07097b2054",
{
input: {
aspect_ratio: "custom"
}
}
);
// To access the file URL:
console.log(output.url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.
With this endpoint you can easily generate the missing sections and adapt fast then ever your marketing assets in few seconds.