0.11.4(Support SD web UI and update performance)
- Release new performance data on SDXL.
- Support SD web UI SD and SDXL acceleration.
- Add SVD/DeepCache diffusers pipeline and optimize performance.
What's Changed
- Fix int8 lora by @doombeaker in #431
- Fix deepcache for svd by @lixiang007666 in #438
- Update onediff_comfy_nodes README by @ccssu in #439
- Update README.md by @eltociear in #440
- Fix diffusers 0 25 dev by @ccssu in #444
- add_deep_cache_with_lora_workflow by @clackhan in #442
- fix reamde typos by @doombeaker in #455
- support mode parameter in PyTorch 2.1 by @haoyang9804 in #458
- use fused_multi_head_attention_inference_v2 to implement CrossAttention by @fpzh2011 in #459
- Add OneDiffCheckpointLoader by @ccssu in #457
- Add onediffcheckpointloadersimple refine by @ccssu in #460
- Fix SVD VAE compile for diffuser by @lixiang007666 in #461
- Feature/svd support by @chengzeyi in #454
- Update README.md for SVD by @lixiang007666 in #462
- Revert "Fix SVD VAE compile for diffuser" by @hjchen2 in #464
- Integrate deep cache diffusers pipeline by @clackhan in #450
- support v1-5-pruned model in sd-webui by @fpzh2011 in #463
- use object.setattr in DualModule and DeployableModule to avoid unexpected key in self._modules by @marigoold in #468
- fix an op convertion error by @haoyang9804 in #469
- Quick fix vae load by @strint in #470
- add perf chart by @strint in #474
- Revert "use object.setattr in DualModule and DeployableModule to avoid unexpected key in self._modules" by @marigoold in #476
- update_onediff_comfy_nodes_README by @ccssu in #477
- Sd Web Unet Model Quantization and Black Formatting by @ccssu in #445
- Add a notebook showing how to save graph locally and load from it by @kopyl in #475
- prefer cudnn convolution by @chengzeyi in #480
- Fix lora parameter update by @ccssu in #479
- Migrate to new CI deployments by @jackalcooper in #482
- enable dual gemm glu by @chengzeyi in #481
- Opt deep cache sdxl pipeline by @clackhan in #485
- Change default env val by @clackhan in #487
- add vae compile to sd-webui by @fpzh2011 in #473
- fix read me of webui by @fpzh2011 in #489
- Update README.md for connection by @strint in #492
New Contributors
- @eltociear made their first contribution in #440
- @haoyang9804 made their first contribution in #458
- @chengzeyi made their first contribution in #454
- @kopyl made their first contribution in #475
Full Changelog: 0.11.3...0.11.4