Mattt

Results 266 comments of Mattt

Hi @platform-kit. Thanks for reporting this issue. File uploads appear to be working for other models like [stability-ai/stable-diffusion-3](https://replicate.com/stability-ai/stable-diffusion-3), and I'm not aware of any historical or ongoing incidents around that....

@platform-kit It looks like `Path` is re-bound to `pathlib.Path` on this line: https://github.com/Render-AI/MARS5-TTS/blob/f27cd6e99ac08033ca04d5450a3d36433e85d9f7/cog/predict.py#L4 What happens if you change the return type of `predict` to `cog.Path`?

Starting a new PR targeting `main` instead of `async`.

Hi @Ahelsamahy. Sorry for the late response. Can you try adding the `web-streams-polyfill` package dependency and let me know if that resolves your error?

Hi @abdul7235. Sorry, but there isn't currently a public API for doing that. I think it would nice to have, though, and I'll encourage the team to add it.

It looks like this was introduced by #944 with these lines: https://github.com/replicate/cog/blob/dfff002e275cdb6af8af4cc290e976813a4a8735/python/cog/server/runner.py#L57-L59 @nickstenning Would it make sense to raise a different error here? Also, it looks like `is_busy` has side...