-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several other custom nodes have blindly copied VHS code and overwrite the registered location for video formats. To solve this, the builtin video_formats folder is checked separately and given priority over folder_paths formats. See #375 Bump version
- Loading branch information
1 parent
f470aeb
commit 701f7e7
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
701f7e7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This broke something I think. Getting this error after update:
Works in the WebUI, but if I push an update through the API with my workflow it results in the above error.
Rolling back to 1.5.0 fixed the issue.
Raised issue : #377