enterwiz / ai-anime-art-generator

AI-driven cutting-edge tool for anime arts creation, perfect for beginners to easily create stunning anime art without any prior experience.
https://aianimeartgenerator.com
83 stars 38 forks source link

部署 vercel 后报错,但本地调试生成并上传R2都正常。 #1

Open boyso opened 3 months ago

boyso commented 3 months ago

本地生成图像功能都跑通了,但部署到Vercel后生成就会报错,如下,不知有没有遇到过: 企业微信截图_20240731160051

` 报错内容 69-9b793a7f9f24acef.js:1 Failed to generate image: Error: <!DOCTYPE html>

aianimegenerator.app | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2024-07-31 08:00:09 UTC
You

Browser

Working
Singapore

Cloudflare

Working
aianimegenerator.app

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

`

enterwiz commented 3 months ago

Vercel Hobby Plan默认超时时间是10s,目前调用Replicate生图API采用的是同步模式,一般耗时在20s左右。可尝试调大timeout参数。

https://vercel.com/docs/functions/configuring-functions/duration