anaconda安装·xformer

logging improved.
No module 'xformers'. Proceeding without it.
ControlLDM: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
making attention of type 'vanilla' with 512 in_channels

参考GPT和自己的思路:

根据你提供的信息,我推测你正在安装 xformers 软件包,并且某个依赖模块缺失,导致没有成功加载该模块。你可以通过安装缺失的模块来解决此问题。另外,我建议你查看软件包的官方文档,以获得更详细的安装说明和问题解决方案。