const output = await replicate.run(
"zust-ai/zust-diffusion:f545aeffe96a19a00079a23823af0d9260ca26f8795f54b1f21efe8c217827cd",
{
input: {
tags: "",
width: 1024,
height: 1024,
pikeya: "",
prompt: "a handbag on a sofa in a sunlit living room with a bookshelf, plush rug, and a framed painting on the wall",
sam_url: "{\"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/ps/perfume_scene2.png\"}",
subjects: "[{\"left\": 0, \"top\": 0, \"scale\": 0.0009765625, \"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/zust_product/handbag_square.png\"}]",
pipe_type: "zust_xl",
is_premium: false,
upscale_by: 2,
hires_noise: 0.55,
upscale_url: "{\"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/ps/perfume_scene2.png\"}",
with_detail: false,
cleanup_data: "{\"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/ps/perfume_scene2.png\", \"mask\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/ps/perfume_scene_subject2.png\"}",
fashion_mask: "{\"left\": 0, \"top\": 0, \"scale\": 0.0009765625, \"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/zust_fashion/fashion_sq_mask.png\"}",
is_heartbeat: false,
enhance_noise: 0.5,
enhance_scene: "{\"left\": 0, \"top\": 0, \"scale\": 0.0009765625, \"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/enhance/scene_to_be_enhanced.png\"}",
enhance_prompt: "",
enhance_subject: "[{\"left\": 0, \"top\": 0, \"scale\": 0.0009765625, \"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/enhance/enhance_sub.png\"}]",
fashion_subject: "{\"left\": 0, \"top\": 0, \"scale\": 0.0009765625, \"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/zust_fashion/fashion_sq.png\"}",
negative_prompt: "",
photoshift_noise: 0.65,
photoshift_scene: "{\"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/ps/perfume_scene2.png\"}",
controlnet_weight: 0.8,
enhance_reference: 0.25,
photoshift_prompt: "",
photoshift_resize: true,
photoshift_subject: "[{\"left\": 0, \"top\": 0, \"scale\": 0.0009765625, \"image_url\": \"https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/ps/perfume_raw2.png\"}]",
hires_guidance_scale: 5,
photoshift_reference: 0.35,
enhance_negative_prompt: "",
photoshift_scene_subject: "",
photoshift_prompt_strength: 5,
photoshift_cleanup_background: true
}
}
);
console.log(output[0].url());
fs.writeFile("my-image.png", output[0]);