-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[New Feature] ControlNet unit preset management #1974
Conversation
will you maintain this? |
Hint fixed. Sure I will be maintaining this part. It is not complex. |
control type is not stored, make it feel a a bit unpleasant. |
The design here is that if user make changes with a preset selected, pressing save button will overwrite that preset. To save as a new preset, user need to select new preset and click save. Going to implement storage of control type later. |
but if I selected preset A and made some changes, how can I go back to A using the preset A? |
Yea, it can be awkward to select However, I believe there need to be a way to to edit the preset. Do you think it would be better if we make an edit button and let user edit the raw infostring in a popup box? |
you may want to design it a bit - and if you think the current form is not mature enough this can be temporarily reverted. |
Users have requested to be able to save easily save and load controlnet unit presets in #1854.
This PR implements a preset manager UI that allows users to save/load ControlNet unit presets. Presets are persisted locally as text file under
presets/
.Known issues: