Skip to content

MooshieUI v2.0.5

Choose a tag to compare

@github-actions github-actions released this 11 Aug 01:38
· 82 commits to main since this release
Immutable release. Only release title and notes can be modified.
ac87df3

One-click installer — just download and run. The app will automatically install ComfyUI, Python, PyTorch, and everything else you need on first launch.

Downloads

Platform File
Windows .msi or .exe
Linux .deb or .AppImage

What's New in v2.0.5

Fixes and maintenance

  • Video generation could fail with a raw ComfyUI error instead of an actionable one: the pre-flight check for required MiniMax H3 nodes only ran when a timeline drove the graph (the vendored Director pack). The native, non-timeline video path (image-to-video and reference-to-video) had no equivalent check, so a ComfyUI install missing that node, or older than 0.30, surfaced a raw prompt-validation error. Both video paths are now checked before submission, on the desktop app and the LAN web server alike.
  • Linux release builds now build AppImage, deb, and rpm as separate steps: isolates Tauri's per-format binary patching to its own process for each package type, matching how the Windows build already isolates to NSIS only.