v0.0.26
Fixed: comfy node publish
was zipping files incorrectly.
Added comfy node pack
to only zip the tar file without uploading it.
What's Changed
- Fix escape sequence in print. by @robinjhuang in #65
- improve: display error message if failed to background launching by @ltdrdata in #66
- fix(requirements.txt): ensure typing-extensions >= 4.7.0 by @snomiao in #61
- fix: launch --background issue in windows by @ltdrdata in #67
- fix: remove broken char in windows by @ltdrdata in #68
- typer version should be 0.9.0 or later by @ltdrdata in #70
- Improve error messages for Publishing nodes. by @robinjhuang in #72
- Fixed: Zip the correct files in the custom node directory. by @robinjhuang in #73
New Contributors
Full Changelog: v0.0.25...0.0.26