Skip to content

v1.9.2 release

Compare
Choose a tag to compare
@liuyhwangyh liuyhwangyh released this 07 Oct 03:18
· 216 commits to master since this release

中文版本

新模型推荐

高亮功能

  • 增加image_control_3d_portrait模型
  • 增加3dhuman render and animation 模型
  • 增加LLMPipeline支持大模型推理

功能列表

  • 支持swift trainer和pipeline
  • 增加image_control_3d_portrait模型
  • 增加3dhuman render and animation 模型
  • 新增 model for card correction
  • 新增 head_reconstruction and text_to_head model
  • 增加LLMpipeline支持大模型推理
  • 增加 onnx exporter for ocr recognition model
  • 增加 onnx exporter for ocr_detection db model

功能提升

BugFix

  • 修复onnxruntime 新版本兼容性问题
  • 修复huggingface兼容性问题
  • asr支持本地模型
  • 修复ci问题

English Version

New Model List and Quick Access

Highlight

  • Add 3dhuman render and animation models
  • Add image_control_3d_portrait
  • Add LLMpipeline support LLM inference

Breaking changes

Feature

  • support swift trainer and pipeline (#547)
  • add image_control_3d_portrait
  • add 3dhuman render and animation models
  • add model for card correction
  • add head_reconstruction and text_to_head model
  • add LLMpipeline support LLM inference
  • add onnx exporter for ocr recognition model
  • add onnx exporter for ocr_detection db model

Improvements

BugFix

  • Fix onnxruntime providers parameter compatible issue
  • Fix hf bug (#569)
  • Fix support local asr models (#556)
  • Fix fix ci issue