stable-diffusion-multi-user icon indicating copy to clipboard operation
stable-diffusion-multi-user copied to clipboard

请问不用API的话要怎么解决多人模型切换问题和队列的问题呢?

Open WellTung666 opened this issue 2 years ago • 2 comments

公众号里似乎只讲了使用API的方法。

WellTung666 avatar Apr 21 '23 03:04 WellTung666

那就还是要用它的前端界面,我还没研究过

wolverinn avatar Apr 21 '23 13:04 wolverinn

应该是不行的,切换模型时的 Gradio Dropdown 组件 sd_model_checkpoint 是全局变量,且没办法搞定队列锁的问题

WholeWhales avatar Jun 30 '24 08:06 WholeWhales