Hi i keep getting this error in my pycharm console : “The upstream Gradio app has raised an exception: ‘You have exceeded your GPU quota (23s left vs. 60s requested). Please retry in 0:25:06’”
I’m using this
client = Client(“yisol/IDM-VTON”, hf_token = ‘’)
Please help me resolve this
3 Likes
Have you tried reducing the requested GPU time by adjusting the timeout parameter in your Client call? This might help you stay within the quota.
If you’re open to exploring alternatives, there could be CPU-compatible versions of the model available or other models that achieve similar results.