-
Notifications
You must be signed in to change notification settings - Fork 186
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
Timeout error on batch_size >1 #6
Comments
Which api did you call? extra_batch_images? The library does not set timeouts for any requests. |
I suggest that you lower From my experience this lowers the VRAM requirement. |
same here. ill give you error when it will happen again. (it happens on slow server with hires enabled) |
Here is the error i got
maybe can be fixed with something like this
|
When using it on GPU with 24GB RAM, and trying to set the batch_size to be bigger than 1, it returns error.
(Whereas, Though in the Automatic UI it works fine...)
The text was updated successfully, but these errors were encountered: