Skip to content
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

Open
greenskye opened this issue Aug 25, 2024 · 4 comments
Open

Comfyui Manager Update Check resets styles back to default #36

greenskye opened this issue Aug 25, 2024 · 4 comments

Comments

@greenskye
Copy link

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?

@twri
Copy link
Owner

twri commented Aug 25, 2024

Nothing in the code that does that. Not sure how manager works since I don't use it, sorry.

@Aamir3d
Copy link

Aamir3d commented Sep 1, 2024

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?

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.

@greenskye
Copy link
Author

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.

@twri
Copy link
Owner

twri commented Sep 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants