Spaces:
Sleeping
Model erroring on every generation
I've been unable to try this model as errors with a nondescript "Error" view upon any generation (drawing or upload).
Thanks for the report @peteredm ! Could you give us more information on your workflow? I just tested it again using the public space and it is working fine for me (test image: https://w.wiki/A7Cc). When does "Error" appear for you? Only during compilation or already before the model starts generating something? Do you use a private or public instance?
Hey @potamides ! Yesterday it would error immediately without even placing me in a queue. Today, I've get into the queue and see a loading spinner for hundreds of seconds before it errors or i abort. Here's what I've tried:
- Using your reference image on the public space
- Using different figure images on the public space
- Using sketches on the public space
Default settings used throughout.
I was eventually able to get some output by firing up a private A10G, all features appear to work there.
I think I found the source of the problem. We currently run in a memory leak with the way we create threads for each request. This also explains why it works for your private instance. I will try to fix this asap. Thanks for bringing this to my attention!
After digging deeper there also seems to be an issue with how gradio cancels events. I have reported it upstream (#8503).