Spaces:
Build error
ControlNet Inpainting not working
Cool Space! I tried the ControlNet Inpainting tab, but it was giving me an error. Maybe its because there is no way to pass a mask?
I fixed the error. Can you try again?
Demo crashes when too many people try it. It's about Hugging Face. You should wait a bit. Or you should try it locally.
Got it, will try it locally!
Maybe adding a queue will help?
I think it’s: queue() in Gradio
Got it, will try it locally!
Maybe adding a queue will help?
I think it’s: queue() in Gradio
Is this true?
https://huggingface.co/spaces/ArtGAN/Stable-Diffusion-ControlNet-WebUI/blob/main/app.py#L47
@kadirnar looks right! https://gradio.app/docs/#blocks-queue
I don't think the mask is working as intended as my entire image gets changed, not just the masked portion?
Can you try again?
Works! Thanks!