-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
[bug] Control Layers disappear & only top 2 layers left there. #823
Comments
Posting here since it's related. When merging a regular layer into the only ControlNet layer in my project, I got the following error:
Sadly I can't reproduce it. Maybe it's worth considering to remove the automatic deletion of ControlNet and region definitions, and instead leave them without a referenced layer (so they sit there doing nothing until you either assign them to a new layer or delete them manually). Losing regions is especially annoying since you need to retype the prompt. |
Regions aren't removed like control layers, they can be in "unlinked" state (can also be linked to multiple layers). Due to the way hierarchies work you might have to select the bottom/root region to see them, then you can relink them with layers. Merging/removing a layer that is used as control layer is expected to remove it. It's currently buggy though, leading to issues described here. Having unssigned control layers is an option, but comes with bunch of headaches (and probably further bugs...). |
Hmm you're right, regions do stay when deleting a layer. Not sure why they were suddenly all gone earlier on then...
So the region list is aware of Krita group layers and only displays a subset of the regions depending on the selected layer? That could explain it, although it's not immediately obvious it works that way if that's the case. Anyway, I don't want to derail this ticket - I'll create a separate one if needed. |
Fixed in v1.19.0 |
It's strange that when I paste in a new image layer and do Ctrl +E combine image layers action, the Control Layers already there suddenly disappear and only mayby top 2 layers left, even they have no relationship to the combined image layer.
I tried many times and it always happens. Please fix this bug.
If there're Control Layers have relationship with the image layer, for example here 'draw01' layer, when it's combined and updated to 'draw01 合并' layer, please also update the Control Layers related to 'draw01 合并' layer.
Thanks!
The text was updated successfully, but these errors were encountered: