-
Notifications
You must be signed in to change notification settings - Fork 86
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
Why img to img cannot use batch count >1 ? #39
Comments
@timmyhk852 Rather than being a 'bug,' the issue stems from the feature 'not being implemented'. The reason is that when using this script for img2img with a batch count greater than 1, I couldn't envision the desired outcome, and as a result, I didn't know how to implement it properly. If you can provide as much specific information as possible about the following, there's a chance I can come up with an implementation:
|
hi, I usually set batch count as 3-5, batch size 1 |
also, may I know what setting to be used to eliminate the square box around the face? |
Check "Apply inside mask only" or set a larger value for "Denoising strength for the entire image". |
Please allow me to confirm this in case there is any misunderstanding. I understood that your request is "to generate multiple images with different seeds based on a single image". If so, I think "txt2img + ControlNet" could be used for the same purpose, but you do not want to use that one? |
oh you are right I can actually use txt2img + controlnet (drag the same image) to generate other images |
@timmyhk852 |
thanks for update, another issue may be, when I use openpose together with your script, the face editing seems not working. Is that the case? |
@timmyhk852
|
When I use openpose with your script, the final picture is fine, but the preview picture still shows the ugly version. The fine picture is not showing in the preview section. Only showing openpose structure pictures |
@timmyhk852 |
whenever I use this script, I can only generate 1 picture from img to img?
Is this a bug?
The text was updated successfully, but these errors were encountered: