-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comfyui Manager Update Check resets styles back to default #36
Comments
Nothing in the code that does that. Not sure how manager works since I don't use it, sorry. |
Every time you update extensions with manager, if you have made changes to the prompt styler files, they will be overwritten (think of it as a forced overwrite). The only way would be to copy all your updated files elsewhere, and then replace them after an update. |
Which basically means this custom node doesn't play nice with the manager. Since you're expected to edit the files (and can't change the file path), but manager will overwrite your changes. |
Simple fix for it is to put the them into .gitignore. I guess we could also create a folder for custom styles that we put into .gitignore. |
Is this expected? Is this more an issue with manager? I want to delete the styles I don't use and edit them with my own, but they keep resetting. What's the expected method to use this custom node?
The text was updated successfully, but these errors were encountered: