PaddlePaddle / PaddleMIX

Paddle Multimodal Integration and eXploration, supporting mainstream multi-modal tasks, including end-to-end large-scale multi-modal pretrain models and diffusion model toolbox. Equipped with high performance and flexibility.
Apache License 2.0
251 stars 105 forks source link

subtract不支持 int8类型 #399

Closed co63oc closed 4 months ago

co63oc commented 5 months ago

upgrade_ppdiffusers0240 分支 进入目录 ppdiffusers/deploy/controlnet 运行

python infer.py --scheduler "ddim" --backend paddle --task text2img_control

image

提示subtract不支持 int8类型

paddle, paddlenlp, paddlemix为develop版本

JunnYu commented 5 months ago

正常是不会得到int8的输出类型的,这是哪里跑的时候碰到错误了吗?

co63oc commented 5 months ago

运行的命令然后返回的错误

python infer.py --scheduler "ddim" --backend paddle --task text2img_control
westfish commented 4 months ago

可以试试develop版paddle,upgrade_ppdiffusers0240还在开发中,deploy会有些不稳定的因素