We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PaddleHub2.4.0,PaddlePaddle2.5.2 系统环境:Windows python版本:3.9.18 报错:在进行预测代码示例中,运行images = module.generate_image(text_prompts=text_prompts, style='油画', output_dir='./ernie_vilg_out/')后报错 Traceback (most recent call last): File "", line 1, in File "C:\Users\k\anaconda3\envs\wm\lib\site-packages\paddlehub\compat\paddle_utils.py", line 221, in runner return func(*args, **kwargs) File "C:\Users\k.paddlehub\modules\ernie_vilg\module.py", line 121, in generate_image raise RuntimeError(res['msg']) RuntimeError: 生成图片超限
The text was updated successfully, but these errors were encountered:
能在res['msg']前面打印下内容吗?
Sorry, something went wrong.
sijunhe
michaelowenliu
No branches or pull requests
PaddleHub2.4.0,PaddlePaddle2.5.2
系统环境:Windows
python版本:3.9.18
报错:在进行预测代码示例中,运行images = module.generate_image(text_prompts=text_prompts, style='油画', output_dir='./ernie_vilg_out/')后报错
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\k\anaconda3\envs\wm\lib\site-packages\paddlehub\compat\paddle_utils.py", line 221, in runner
return func(*args, **kwargs)
File "C:\Users\k.paddlehub\modules\ernie_vilg\module.py", line 121, in generate_image
raise RuntimeError(res['msg'])
RuntimeError: 生成图片超限
The text was updated successfully, but these errors were encountered: