Releases: pydn/ComfyUI-to-Python-Extension
Releases · pydn/ComfyUI-to-Python-Extension
v1.3.1 New UI Update
What's Changed
- Registry/pyproject by @pydn in #76
- Add pyproject.toml for Custom Node Registry by @haohaocreates in #53
- Add Github Action for Publishing to Comfy Registry by @haohaocreates in #52
- Kwargs hotfix by @pydn in #77
- Modification to add menu item in new UI by @swilcock0 in #95
New Contributors
- @haohaocreates made their first contribution in #53
- @swilcock0 made their first contribution in #95
Full Changelog: v1.3.0...v1.3.1
v1.3.0 Save as Script UI Button
What's Changed
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
- 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
- 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
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!