Skip to content

Commit 5c54647

Browse files
committed
docs: Add PR links to model components and examples models
- Added PR links to model components where specific PRs exist (#1288, #1148) - Added PR links to examples models that have individual PRs (#1378, #1233, #1363, #1243, #687, #1362, #1227, #1346, #1200, #1369) - Noted that some components were added as part of broader pipeline implementations - Improved traceability for specific model additions
1 parent e3888d2 commit 5c54647

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,33 @@
3434
- **Testing & Documentation**: UniDiffusers test (#1007), 'reuse a pipeline' docs (#989), diffusers mint changes (#992)
3535

3636
#### model components
37-
- **Video Transformers**: transformer_qwenimage, transformer_hidream_image, transformer_wan_vace, transformer_skyreels_v2, transformer_chroma, transformer_cosmos, transformer_hunyuan_video_framepack, consisid_transformer_3d
38-
- **Autoencoders**: autoencoder_kl_qwenimage, autoencoder_kl_cosmos
37+
- **Video Transformers**: transformer_qwenimage (#1288), transformer_hidream_image, transformer_wan_vace (#1148), transformer_skyreels_v2, transformer_chroma, transformer_cosmos, transformer_hunyuan_video_framepack, consisid_transformer_3d
38+
- **Autoencoders**: autoencoder_kl_qwenimage (#1288), autoencoder_kl_cosmos
3939
- **ControlNets**: controlnet_sana, multicontrolnet_union
4040
- **Processing Modules**: cache_utils, auto_model, lora processing modules
41-
- **Integration Components**: Model components for QwenImage, HiDream, Wan-VACE, SkyReels-V2, Chroma, Cosmos, HunyuanVideo, Sana, and other pipelines
41+
- **Integration Components**: Model components added as part of pipeline implementations
4242

4343
### mindone.peft
4444
- Added mindone.peft and upgraded to v0.15.2 (#1194)
4545
- Added Qwen2.5-Omni LoRA finetuning script with transformers 4.53.0 (#1218)
4646
- Fixed lora and lora_scale from each PEFT layer (#1187)
4747

4848
### models under examples (mostly with finetune/training scripts)
49-
- Added Janus model for unified understanding and generation
50-
- Added Emu3 model for multimodal tasks
49+
- Added Janus model for unified understanding and generation (#1378)
50+
- Added Emu3 model for multimodal tasks (#1233)
5151
- Added VAR model for class-conditional image generation
5252
- Added HunyuanVideo and HunyuanVideo-I2V models
53-
- Added Wan2.1 and Wan2.2 models for text/image-to-video generation
54-
- Added OpenSora models (PKU and HPC-AI versions)
55-
- Added MovieGen 30B model
53+
- Added Wan2.1 model for text/image-to-video generation (#1363)
54+
- Added Wan2.2 model for text/image-to-video generation (#1243)
55+
- Added OpenSora models (PKU and HPC-AI versions) (#687)
56+
- Added MovieGen 30B model (#1362)
5657
- Added Step-Video-T2V model
5758
- Added CogView4 model for text-to-image generation
58-
- Added OmniGen and OmniGen2 models
59-
- Added CannyEdit for image editing tasks
59+
- Added OmniGen and OmniGen2 models (#1227)
60+
- Added CannyEdit for image editing tasks (#1346)
6061
- Added SparkTTS for text-to-speech synthesis
61-
- Added SAM2 for image segmentation
62-
- Added LangSAM for language-guided segmentation
62+
- Added SAM2 for image segmentation (#1200)
63+
- Added LangSAM for language-guided segmentation (#1369)
6364
- Added MMaDA for multimodal generation
6465

6566
### Changed

0 commit comments

Comments
 (0)