Commit 1f2c08d8 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #23 from orionaskatu/orionaskatu-queue-concurrency

Queue concurrency 1 to prevent CUDA OOM
parents 93e7dbaa 20c33f44
......@@ -1340,4 +1340,5 @@ demo = gr.TabbedInterface(
"""
)
demo.queue(concurrency_count=1)
demo.launch()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment