Skip to content

Releases: pydn/ComfyUI-to-Python-Extension

v1.3.1 New UI Update

14 Jan 17:03
0aa2747
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0 Save as Script UI Button

14 Sep 19:08
4f689e1
Compare
Choose a tag to compare

What's Changed

  • Add UI button to save script directly form ComfyUI web app by @pydn in #74

Full Changelog: v1.2.1...v1.3.0

Contributions

Huge shoutout to @atmaranto for their incredible work adding the code for the UI button.

v1.2.1 CLI Arguments and Kwargs Hotfix

12 Sep 18:44
fb0edf8
Compare
Choose a tag to compare
  • Update to allow for CLI arguments to dynamically adjust input file, output file, and queue size
  • Hotfix that will make sure all kwargs are passed to generated .py file for any node that allows you to pass kwargs

Special thanks to @Omer-ler for your contribution!

v1.2.0

11 Sep 19:02
Compare
Choose a tag to compare
  • Made updates for breaking changes from latest ComfyUI updates
  • Renamed utils.py to avoid conflicts with new utils directory in ComfyUI
  • Added additional multiple locations to search for load_extra_path_config for backwards compatibility

Special thanks to @albertpurnama for your contribution!

v1.1.0

25 Aug 21:18
a1d651b
Compare
Choose a tag to compare

New Features:
Added ability to load extra models into workflows using the extra_model_paths.yaml file.

Bug Fixes:
Added handling for cases where special characters are used in custom node names.

Credits:
Special thanks to @dimtoneff @rossaai and @FelipeMurguia for your contributions!

v1.0.0

20 Aug 02:42
18fea66
Compare
Choose a tag to compare

Custom nodes now supported! Also included major code refactoring for readability and general hotfixes.

v0.9.0

19 Aug 23:12
4f2462c
Compare
Choose a tag to compare

Initial release that will work with any native ComfyUI workflow that does not use custom extensions.