MooshieUI v2.0.4
·
83 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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.4
Fixes and maintenance
- AppImage env leakage still reached some spawned processes: v2.0.3 stripped the AppImage's bundled
LD_LIBRARY_PATH/LD_PRELOADfrom custom-nodegit/pip/uvcalls, but the rest of the setup wizard (venv creation and repair,nvidia-smi/rocm-smiGPU probes), the video export subprocess, and the prompt assistant's localllama-serverprocess still inherited it. Every process the app spawns on Linux now goes through the same AppImage-safe path. - Gallery picker could lag on open with a large gallery: "Make video" and "Add reference" mounted every image in the grid at once, which stalled on galleries with thousands of images. It now renders a bounded window and loads more as you scroll, and thumbnails no longer eagerly start downloading before they scroll into view.