Octopus
248cda595c
Merge 8f84fdee94 into e7214d78ee
2026-05-29 22:08:48 +08:00
Jedrzej Kosinski
431fadb520
fix(api-io): serialize MultiCombo multi_select as object config ( #13484 )
...
* fix(api-io): serialize MultiCombo multi_select as object config
* fix: remove dead code and redundant top-level keys from MultiCombo serialization
* fix: correct skip warning to mention comfy_entrypoint, remove nonexistent NODES_LIST
* fix: validate MultiCombo list values against options individually
* fix: gate multiselect validation on schema config, improve error message, add tests
---------
Co-authored-by: Ni-zav <ni-zav@users.noreply.github.com>
Co-authored-by: guill <jacob.e.segal@gmail.com>
2026-05-05 13:58:32 -07:00
octo-patch
8f84fdee94
feat: upgrade MiniMax default model to M2.7
...
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model list
- Set MiniMax-M2.7 as default model
- Keep all previous models as alternatives
- Add unit tests for model configuration
2026-03-18 20:39:27 +08:00
Christian Byrne
f1f9763b4c
Add get_duration method to Comfy VIDEO type ( #8122 )
...
* get duration from VIDEO type
* video get_duration unit test
* fix Windows unit test: can't delete opened temp file
2025-05-15 00:11:41 -04:00
Christian Byrne
cd18582578
Support saving Comfy VIDEO type to buffer ( #7939 )
...
* get output format when saving to buffer
* add unit tests for writing to file or stream with correct fmt
* handle `to_format=None`
* fix formatting
2025-05-04 23:26:57 -04:00