Diffusers documentation
xFormers
开始Diffusers
DiffusionPipeline
Inference
Inference optimization
Accelerate inferenceCachingReduce memory usageCompile and offloading quantized models
Community optimizations
Hybrid Inference
Modular Diffusers
Training
Model accelerators and hardware
Specific pipeline examples
Resources
xFormers
我们推荐在推理和训练过程中使用xFormers。在我们的测试中,其对注意力模块的优化能同时提升运行速度并降低内存消耗。
通过pip安装xFormers:
pip install xformers
xFormers的
pip安装包需要最新版本的PyTorch。如需使用旧版PyTorch,建议从源码安装xFormers。
安装完成后,您可调用enable_xformers_memory_efficient_attention()来实现更快的推理速度和更低的内存占用,具体用法参见此章节。
Update on GitHub根据此问题反馈,xFormers
v0.0.16版本在某些GPU上无法用于训练(微调或DreamBooth)。如遇此问题,请按照该issue评论区指引安装开发版本。