Error message as output always but DDMI Sampler is loading
Abhishek0075 opened this issue · 2 comments
Abhishek0075 commented
Abhishek0075 commented
For those who are here to solve this For me it was solved when I changed the code from :
block = gr.Blocks().queue() -> block = gr.Blocks()
WarrenZZZZL commented
For those who are here to solve this For me it was solved when I changed the code from :
block = gr.Blocks().queue()->block = gr.Blocks()
Thank you for your thoughts. It works!
