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
examples
PaddlePaddle/PaddleMIX#322 (comment) 升级PaddleMIX代码 代码分支 https://github.com/co63oc/PaddleMIX/tree/attention
使用这里的脚本,参考这里的文档 顺利跑出结果
使用paddle后端可以正常运行 python infer.py --model_dir static_model/stable-diffusion-v1-5 --scheduler "preconfig-euler-ancestral" --backend paddle --device gpu --task_name text2img 使用paddle_tensorrt后端报错 python infer.py --model_dir static_model/stable-diffusion-v1-5 --scheduler "preconfig-euler-ancestral" --backend paddle_tensorrt --device gpu --task_name text2img 错误堆栈为C++错误 创建 CustomSkipLayerNormPluginDynamic 失败
The text was updated successfully, but these errors were encountered:
收到您的反馈,可能是paddle tensorrt对这个的支持还存在点问题,后续找人看下
Sorry, something went wrong.
No branches or pull requests
环境
问题日志及出现问题的操作流程
examples
下的部署示例,包括使用examples提供的模型,确认是否可以正确执行examples
下的代码可以运行,但自己的模型,或自己的代码不能运行PaddlePaddle/PaddleMIX#322 (comment) 升级PaddleMIX代码
代码分支 https://github.com/co63oc/PaddleMIX/tree/attention
使用这里的脚本,参考这里的文档 顺利跑出结果
使用paddle后端可以正常运行
python infer.py --model_dir static_model/stable-diffusion-v1-5 --scheduler "preconfig-euler-ancestral" --backend paddle --device gpu --task_name text2img
使用paddle_tensorrt后端报错
python infer.py --model_dir static_model/stable-diffusion-v1-5 --scheduler "preconfig-euler-ancestral" --backend paddle_tensorrt --device gpu --task_name text2img
错误堆栈为C++错误
创建 CustomSkipLayerNormPluginDynamic 失败
The text was updated successfully, but these errors were encountered: