Skip to content

Latest commit

 

History

History
130 lines (109 loc) · 8 KB

File metadata and controls

130 lines (109 loc) · 8 KB

Changelog

[v0.5.0] - 2025-12-23

Compatibility Updates

  • mindone.diffusers: Compatible with 🤗 diffusers v0.35.2, preview supports for sota v0.36 pipelines
  • mindone.transformers: Compatible with 🤗 transformers v4.57.1
  • ComfyUI: Added initial ComfyUI integration support
  • MindSpore: Compatible with MindSpore 2.6.0 - 2.7.1

mindone.transformers updates

  • Major upgrade: Enhanced compatibility with 🤗 transformers v4.54 and v4.57.1. Check supported models here.

Base Updates

  • Transformers 4.54 base support (#1387)
  • Transformers 4.57 base support (#1445)

New Models

Processor Updates for vllm-mindspore community

  • Qwen2.5VL ImageProcessor Fast / VideoProcessor (#1429)
  • Qwen3_VL Video Processor & Qwen2_VL Image Processor Fast (#1419)
  • Phi4/Whisper/Ultravox/InternVL/Qwen2_audio/MiniCPMV/LLaVA-Next/LLaVA-Next-Video processors (#1471)

Model Updates

  • Update Mistral3 to v4.57.1 (#1464)
  • Update Qwen2.5VL to v4.54.1 (#1421)

mindone.diffusers updates

New Features

  • Context parallelism: Ring & Ulysses & Unified Attention (#1438)
  • Added AutoencoderMixin (#1444)

New Pipelines

Bug Fixes

  • Fixed some diffusers bugs (#1448)

ComfyUI Integration

  • Added ComfyUI root files and CLI args (#1480)
  • Added text encoder files (#1481)
  • Updated clip_model.py (#1479)

Examples Updates

  • Added Wan2.2 LoRA finetune support (#1418)
  • Updated Emu3 performance for MindSpore 2.6.0 and 2.7.0 (#1417)
  • Updated HunyuanVideo-I2V to mindspore 2.6.0 and 2.7.0 (#1385)
  • Add accelerated dit pipelines compatible with mindspore Graph Mode (#1433)
  • Added Fb cache taylorseer graph mode implementation for Flux.1 (#1475)

Fixed

  • Fixed AIMv2/Arcee rely on torch bug (#1485)
  • Fixed bugs of mindone.transformers models that rely on torch (#1482)
  • Fixed Qwen2.5VLProcessor tokenizer converting tensor bug (#1483)
  • Fixed Qwen3_VL text attention selection bug (#1455)
  • Fixed GLM4.1V bs>1 generation index bug (#1437)
  • Fixed training issue in TrainOneStepWrapper (#1408)
  • Fixed import error if env contains accelerate module (#1431)
  • ZeRO: Support training with MS 2.6.0 and 2.7.0 (#1383)
  • Misc bugfixes (#1424)
  • Docs updates for mindone v0.5.0 release, and ut fixes (#1484)

Statistics

  • Total commits: 374
  • Files changed: 807
  • Lines added: 156,792
  • Lines deleted: 23,531