diffuzers icon indicating copy to clipboard operation
diffuzers copied to clipboard

Processes stuck when press multiple generate times

Open tungdq212 opened this issue 1 year ago • 0 comments

Hi, When i build a basic streamlit app like you, click a button GENERATE to start generate images. But when click this button multiple times, a numbers of processes will be spawned, run parallel, fill GPU utility and all stuck. With your app, this problem is not happen, every processes is spawn and wait in a queue. I have read your code, but don't see how to fix mine. Can you help me? Thanks.

tungdq212 avatar May 25 '23 02:05 tungdq212