Updated prompt and added queue system

This commit is contained in:
2024-10-12 01:02:23 -03:00
parent a11ed74017
commit 6fdb87c32a
6 changed files with 177 additions and 65 deletions

View File

@@ -25,7 +25,10 @@ export const uploadImage = async (
};
export const makeImageSpooky = (publicId: string) => {
const options = { effect: "gen_background_replace" };
const options = {
effect:
"gen_background_replace:prompt_a bizarre and super creepy background acording with main object theme-max creativity",
};
try {
const result = cloudinary.v2.image(publicId, { ...options });