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

Why img to img cannot use batch count >1 ? #39

Closed
timmyhk852 opened this issue May 3, 2023 · 11 comments
Closed

Why img to img cannot use batch count >1 ? #39

timmyhk852 opened this issue May 3, 2023 · 11 comments

Comments

@timmyhk852
Copy link

whenever I use this script, I can only generate 1 picture from img to img?
Is this a bug?

@ototadana
Copy link
Owner

@timmyhk852
Thanks for using this script 😃

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:

  • What specific settings ("batch count", "batch size", etc.) do you want to use?
  • What is the desired outcome?

@timmyhk852
Copy link
Author

hi, I usually set batch count as 3-5, batch size 1
The desired outcome is equal to the quality from txttoimg

@timmyhk852
Copy link
Author

also, may I know what setting to be used to eliminate the square box around the face?

@ototadana
Copy link
Owner

@timmyhk852

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".

@ototadana
Copy link
Owner

ototadana commented May 4, 2023

@timmyhk852

hi, I usually set batch count as 3-5, batch size 1
The desired outcome is equal to the quality from txttoimg

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?

@timmyhk852
Copy link
Author

timmyhk852 commented May 4, 2023

oh you are right I can actually use txt2img + controlnet (drag the same image) to generate other images

@ototadana
Copy link
Owner

@timmyhk852
Thanks to you I now know how to implement it 😃
Please try the new version.

@timmyhk852
Copy link
Author

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?

@ototadana
Copy link
Owner

@timmyhk852
Thanks for checking. Regarding the "not working" question, can you tell me about the following:

  • The specific conditions under which it occurs (e.g., number of batch counts)
  • What happened when it occurred (e.g., specific error messages)

@timmyhk852
Copy link
Author

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

@ototadana ototadana mentioned this issue May 7, 2023
@ototadana
Copy link
Owner

@timmyhk852
Thanks for the info. I have fixed the preview showing. Could you please try the new version?

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

2 participants