siliconflow / onediff

OneDiff: An out-of-the-box acceleration library for diffusion models.
https://github.com/siliconflow/onediff/wiki
Apache License 2.0
1.4k stars 85 forks source link

Support comfyui sd3 speedup #946

Closed ccssu closed 2 weeks ago

ccssu commented 2 weeks ago

安装

SD3 Speedup Quick Start Open In Kaggle

Run WorkFlow

Accelerator Baseline (non-optimized) OneDiff (optimized) Percentage improvement
NVIDIA A800-SXM4-80GB ~4.03 sec ~2.93 sec ~27.29 %
动态 shape
 print("Test run with multiple resolutions...")
        sizes = [1024, 512, 768, 256]
        for h in sizes:
            for w in sizes:

workflow (17)

strint commented 2 weeks ago

需要补充一个 readme

lixiang007666 commented 2 weeks ago

@ccssu 这些是工作流里可能用到的模型。