-
Notifications
You must be signed in to change notification settings - Fork 88
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: Save Original Image-option - Doesn't work as expected? #181
Comments
There is something else going on. If I generate an image and have Face Editor on, it works fine and saves. So it looks like it's a bug when using hires fix? Exactly the same settings for the rest. "Show intermediate steps" etc. |
This is probably because the detected face size is larger than the face size for modification (512px), so the processing is skipped. For general facial improvement purposes, processing is not necessary in these cases. Processing in such cases may even make them worse. Therefore, processing is skipped by default. If you wish to perform processing in this case as well, you can choose one of the following options:
For more information, please refer to the following:
|
Thanks for the info! I will try it out tomorrow. |
I disabled the option to "Ignore faces larger than specified size". This resolved my issue, thanks for sharing! I personally don't think it's a good default to have enabled. But that's just one point of feedback. ADetailer doesn't care about this, it trusts the user to own the result. But at any rate, I don't think it's right that no image is saved. I don't even get the original image. The save process from A1111 is interrupted and generations are completely ignored when this combination of options are on. |
Thanks for your feedback.
That is an unexpected behavior. The original image will still be saved in this case. Perhaps the "Save original image if face detection fails" option in Setings is unchecked? This option is turned on by default, so unless you explicitly turn it off, it should be valid, but please check just to be sure. |
I see... Are there any errors in the console? |
I have tried to recreate this issue now but I cannot seem to reproduce it. If it appears again I can look for and re-open this. The only thing I expect the console output to tell me is "number of faces: 0." |
It is a bit unclear how to use the "Save original image" option.
By the sound of it, this option should save BOTH the originally generated image, but also the modified one.
But if I uncheck this option, no image is saved.
If I check it, the modified image is saved, but I get no "original image" (i.e. unmodified by face-editor).
It feels like this extension should not cancel any A1111 option to save or not save the final image.
It makes sense to have the option to save tho original un-edited image too, as an option here.
But I think it's broken.
What is the intended result here?
The text was updated successfully, but these errors were encountered: