ComfyUIMini

A web app made to let mobile users run ComfyUI workflows.

AGPL-3.0 License

Stars
143
Committers
2
ComfyUIMini - v1.1.0 Latest Release

Published by ImDarkTom about 2 months ago

New Features:

  • 🖼 Gallery: Accessible through the gallery icon on the homepage you can now view all of your past generated images.
  • 🕒 Generation Previews: ComfyUI Mini will now show previews of currently generating images if you launched ComfyUI with the --preview-method arg.
  • 🎲 Randomize Toggle: Instead of a button to randomize a input value, there is now a toggle. In its default state it will show a dice (🎲) which will randomize the value of the input each time the workflow is ran, if pressed, it will turn into a lock (🔒) and the value of the input will stay the same on run. While in the locked state, another button will appear with a ↻ symbol that will behave like the previous randomize button, randomizing the input value when pressed.

Changes:

  • Code refactoring.

Minor:

  • Update dependencies.

Full Changelog: https://github.com/ImDarkTom/ComfyUIMini/compare/v1.0.2...v1.1.0

ComfyUIMini - v1.0.2

Published by ImDarkTom 3 months ago

New Features:

  • Input type is now predicted on import based off node name.
  • Give popup when trying to load workflow with missing/invalid nodes.

Changes:

  • Replace UUID package with crypto.randomUUID().

Minor:

  • Fix warning on invalid model path in config.
  • Bug fixes.
  • Performance improvements.
ComfyUIMini - v1.0.1

Published by ImDarkTom 3 months ago

New Features:

  • Popup when trying to import non-API Formatted workflow ( #1 ).
  • Link to guide on how to enable saving workflows in API Format.

Minor:

  • Fix crash when attempting to open invalid server workflow file.
  • Fix being unable to edit local workflows.
ComfyUIMini - v1.0.0

Published by ImDarkTom 3 months ago

v1.0.0

New Features:

  • Settings page.
  • Themes.
  • Image generation progress bar.
  • Cancel generation button.
  • Ability to edit workflows.

Changes:

  • Redesigned import page.
  • WebSocket to stream image progress information.

Minor:

  • Performance improvements.
  • Bug fixes.
ComfyUIMini - v1.0.0-beta1

Published by ImDarkTom 4 months ago

Changes:

  • Workflows can now be hosted on system/PC.
  • Better configurable inputs.
  • Suggest model lists from PC.
  • Added favicon.
  • Update workflow page UI.
  • Bug fixes.
ComfyUIMini - v1.0.0-alpha1

Published by ImDarkTom 4 months ago

Initial alpha release, bugs and issues may arise.

Related Projects