Skip to content

Commit

Permalink
docs: clarified preferred value for queue_size
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 10, 2023
1 parent 5fbf205 commit 1fd531f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridgeData_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ priority_usernames: []
# But remember that the speed of your gens will also be affected for each parallel job
max_threads: 1
# We will keep this many requests in the queue so we can start working as soon as a thread is available
# This generally should be or 1 more the value of max_threads.
queue_size: 2
# This generally should be or 1, or 1 more the value of max_threads if max_threads is 2 or higher.
queue_size: 1

# Enable this on cards with 12gb or more VRAM to increase the rate you complete jobs
# You can enable this on cards with less VRAM if you do not load SD2.0 or SDXL models, and keep your max_power low (<32)
Expand Down

0 comments on commit 1fd531f

Please sign in to comment.