const output = await replicate.run(
"edenartlab/sdxl-pipelines:a536abda9b4633adb3b76b6eddcdf8680546c573a820fac706ff4c994a5b09ce",
{
input: {
fps: 12,
loop: true,
mode: "create",
seed: 13,
steps: 35,
width: 1024,
height: 1024,
n_film: 1,
smooth: true,
stream: false,
sampler: "euler",
uc_text: "nude, naked, text, watermark, low-quality, signature, padding, margins, white borders, padded border, moiré pattern, downsampling, aliasing, distorted, blurry, blur, jpeg artifacts, compression artifacts, poorly drawn, low-resolution, bad, grainy, error, bad-contrast",
use_lcm: false,
n_frames: 40,
n_samples: 1,
upscale_f: 1,
checkpoint: "juggernaut_XL2",
lora_scale: 0.7,
stream_every: 1,
n_anchor_imgs: 3,
guidance_scale: 7.5,
controlnet_type: "off",
ip_image_strength: 0.65,
init_image_strength: 0,
control_image_strength: 0,
latent_blending_skip_f: "0.05|0.6",
adopt_aspect_from_init_img: true,
interpolation_init_images_power: 2.5,
interpolation_init_images_max_strength: 0.95,
interpolation_init_images_min_strength: 0.05
}
}
);
console.log(output);