ReleaseSiliconFlowSiliconFlowpublished Jul 29, 2024seen 5d

siliconflow/onediff 1.2.0

siliconflow/onediff

Open original ↗

Captured source

source ↗
published Jul 29, 2024seen 5dcaptured 15hhttp 200method plain

1.2.0(SD3, Latte and Kolors acceleratoin)

Repository: siliconflow/onediff

Tag: 1.2.0

Published: 2024-07-29T14:57:32Z

Prerelease: no

Release notes:

Hightlight

  • DiT model acceleratoin
  • SD3: https://github.com/siliconflow/onediff/tree/main/onediff_diffusers_extensions/examples/sd3
  • DiT Video Model (Latte): https://github.com/siliconflow/onediff/tree/main/onediff_diffusers_extensions/examples/latte
  • Kolors
  • https://github.com/siliconflow/onediff/tree/main/onediff_diffusers_extensions/examples/kolors
  • nexfort backend support SD 1.5~2.1 models
  • HF diffusers https://github.com/siliconflow/onediff/tree/main/onediff_diffusers_extensions/examples
  • ComfyUI https://github.com/siliconflow/onediff/tree/main/onediff_comfy_nodes/docs
  • ~Distributed Run~
  • This is moved to the next version

Reference: 1.2 milestone. https://github.com/siliconflow/onediff/milestone/5

New Contributors

  • @rewbs made their first contribution in https://github.com/siliconflow/onediff/pull/888
  • @sirouk made their first contribution in https://github.com/siliconflow/onediff/pull/1036
  • @sh-tsai made their first contribution in https://github.com/siliconflow/onediff/pull/1038

What's Changed

  • Modify mode for dynamic shape in README by @lixiang007666 in https://github.com/siliconflow/onediff/pull/943
  • Dev nodes nexfort booster by @ccssu in https://github.com/siliconflow/onediff/pull/911
  • Support diffusers sd3 speedup by @lixiang007666 in https://github.com/siliconflow/onediff/pull/945
  • Support comfyui sd3 speedup by @ccssu in https://github.com/siliconflow/onediff/pull/946
  • sd-webui refactor, and support refiner model by @marigoold in https://github.com/siliconflow/onediff/pull/930
  • Add dynamic shape demo for diffusers sd3 by @lixiang007666 in https://github.com/siliconflow/onediff/pull/953
  • Add prompt_styler by @ccssu in https://github.com/siliconflow/onediff/pull/959
  • Fix Lora switching by @ccssu in https://github.com/siliconflow/onediff/pull/967
  • remove oudated args for load_checkpoint by @doombeaker in https://github.com/siliconflow/onediff/pull/962
  • webui support controlnet extension by @marigoold in https://github.com/siliconflow/onediff/pull/948
  • webui supports nexfort backend and refactor compile related code by @marigoold in https://github.com/siliconflow/onediff/pull/966
  • Refine diffusers SD3 by @lixiang007666 in https://github.com/siliconflow/onediff/pull/972
  • Fix onediff_comfy_nodes/sd3_demo/README.md by @ccssu in https://github.com/siliconflow/onediff/pull/949
  • add onediff_comfy_nodes/benchmarks by @ccssu in https://github.com/siliconflow/onediff/pull/956
  • webui remove import oneflow for nexfort backend by @marigoold in https://github.com/siliconflow/onediff/pull/973
  • fix bug of webui controlnet arbitrary resolution by @marigoold in https://github.com/siliconflow/onediff/pull/982
  • Update SD3 performance by @lixiang007666 in https://github.com/siliconflow/onediff/pull/991
  • Support latte by @clackhan in https://github.com/siliconflow/onediff/pull/964
  • webui fix bug of AttrError shared.opt.onediff_compiler_cache_path by @marigoold in https://github.com/siliconflow/onediff/pull/989
  • Refine pixart readme for sigma support by @lixiang007666 in https://github.com/siliconflow/onediff/pull/986
  • Auto-Sync Graph Tensor on Weight Update by @ccssu in https://github.com/siliconflow/onediff/pull/1000
  • Don't suppress OneDiff logging if client code has already defined handlers in parent logger by @rewbs in https://github.com/siliconflow/onediff/pull/888
  • Fix load pipe by @ccssu in https://github.com/siliconflow/onediff/pull/1005
  • to_support_animatediff by @lijunliangTG in https://github.com/siliconflow/onediff/pull/1009
  • add diffusers nexfort example by @marigoold in https://github.com/siliconflow/onediff/pull/998
  • Sd3 a100 by @strint in https://github.com/siliconflow/onediff/pull/1013
  • fix latte max mem used by @strint in https://github.com/siliconflow/onediff/pull/1019
  • Fix onediff comfy nodes docs by @ccssu in https://github.com/siliconflow/onediff/pull/988
  • Feat pre commit lint by @strint in https://github.com/siliconflow/onediff/pull/1024
  • fix Dynamic Indexing and Assignment Operations Fail in Static Graph Mode by @lijunliangTG in https://github.com/siliconflow/onediff/pull/1020
  • Add kolors compile by @lixiang007666 in https://github.com/siliconflow/onediff/pull/1007
  • [minor-fix] Update booster_cache.py to import utility by @sirouk in https://github.com/siliconflow/onediff/pull/1036
  • support diffusers v0.29 by @marigoold in https://github.com/siliconflow/onediff/pull/1037
  • Ci with pre commit by @strint in https://github.com/siliconflow/onediff/pull/1040
  • add template for issue by @strint in https://github.com/siliconflow/onediff/pull/1042
  • Feat collect env by @strint in https://github.com/siliconflow/onediff/pull/1044
  • Improve experience of running CI via a fork repo by @sh-tsai in https://github.com/siliconflow/onediff/pull/1038
  • [hot fix]version with scm by @strint in https://github.com/siliconflow/onediff/pull/1045
  • fix pub version by @strint in https://github.com/siliconflow/onediff/pull/1047
  • Add citation file by @jackalcooper in https://github.com/siliconflow/onediff/pull/1050
  • fix git shallow copy by @strint in https://github.com/siliconflow/onediff/pull/1049
  • Add bibtex in README by @jackalcooper in https://github.com/siliconflow/onediff/pull/1051

Full Changelog: https://github.com/siliconflow/onediff/compare/1.1.0...1.2.0

Notability

notability 4.0/10

Routine library version release