top | item 39318023

(no title)

murb | 2 years ago

oh dang. Dalle prompt restrictions changing make older templates like that break. We'll adjust the default example to avoid that. Thanks for the callout

discuss

order

areichert|2 years ago

Yeah... DALLE is super annoying about this now. I had the same problem in my little "AI trailers" toy project [0], and it can usually be fixed by just checking for that specific "content policy" error when DALLE fails -> passing this into GPT: "Rewrite this prompt so that it passes the content policy: {prompt}" -> and then retrying with the updated prompt.

It's kinda dumb, but it's a quick fix that might help ¯\_(ツ)_/¯

[0] https://aitrailers.xyz/

murb|2 years ago

Great tip, we'll definitely try and use this as a fail safe. Thanks!