lllyasviel/ControlNet

Error message as output always but DDMI Sampler is loading

Abhishek0075 opened this issue · 2 comments

{397AF739-1766-47CF-8565-6F1E96E82A04}

  • I was trying to run the gradio_depth2image and I am getting error all the time
  • No error is being shown in the terminal or the console

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()

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!