We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extra - Batch from directory stops at file #1000, if there are more files in the folder they will not be processed
Should process all files in folder
abc72d14dc6585f138339ccea4ac83d420043663
Windows
Mozilla Firefox
No response
The text was updated successfully, but these errors were encountered:
It is caused by too many open files. You can solve it by run ulimit -n 50000.
too many open files
ulimit -n 50000
There should be a print in https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/postprocessing.py#L37.
print
Refer to https://stackoverflow.com/questions/18280612/ioerror-errno-24-too-many-open-files.
Sorry, something went wrong.
Fixed in #12479
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
What happened?
Extra - Batch from directory stops at file #1000, if there are more files in the folder they will not be processed
Steps to reproduce the problem
What should have happened?
Should process all files in folder
Commit where the problem happens
abc72d14dc6585f138339ccea4ac83d420043663
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
No response
Additional information, context and logs
No response
The text was updated successfully, but these errors were encountered: