This repository was archived by the owner on Aug 25, 2026. It is now read-only.
v1.5.0
New Features:
- 🏠 Home page redesign: The cards on the home page have been redesigned for cleanliness and usability, the action sheet is now consistent and contains same options for both local and server workflows.
- 🖌️Theme additions: A new Nord theme has been added, as well as a way to get your own custom theme included in the WebUI by donating an amount on Buy Me A Coffee.
- 📜 Scripts: Scripts for installing, updating, and running, have been added following the conversion to TypeScript, this is the recommended way to install and update the app, the app can be ran with the
start.bat/shscript but will also still work withnode ..
Changes:
- Image upload inputs now show a preview of the selected image underneath them for enhanced functionality (#11).
- Input values persist after a workflow is ran, allowing you to not need to input them each time.
- Code has been converted from JavaScript to TypeScript for maintainability, this will affect how you will update and run the app, it is recommended that you use the scripts in the
./scriptsfolder to update/install as a build step has been added. workflows and configs should not be affected. - Object info is now refreshed on every page reload instead of manually.
- Minimum Node version has been increased from 15.6.0 to 20.
- Base CSS file has been split into multiple imports.
Minor:
- Fix object info not updating on image upload.
- Fix error when node has no required inputs in object info (#13)
- Inputs now load in user-set order (#17)
- Fix local workflows not parsing if saved as string.
- Fix not allowing connection to HTTPS ComfyUI URLs (#16)
Full Changelog: v1.4.0...v1.5.0