Viet-Anh NGUYEN (Andrew)
Viet-Anh NGUYEN (Andrew)
Please check your internet connection and download the model again. Thank you!
Nice idea! I'm also thinking about integrating API endpoints to help users use their own models.
Hi! I closed this issue as this feature will not be added soon. Thank you for your interest.
@SuroshAhmadZobair Yes. It's in the plan. However, it takes some time to convert that model into ONNX first. Currently, I need to fix a bug on SAM inference 0.3.x. Could...
@simoneorlando For ONNX model, the image ratio need to be kept to prevent shifting result. [More details](https://github.com/facebookresearch/segment-anything/issues/130). 1024:684 is the fixed ratio in converted ONNX models.
How about voice cloning? https://github.com/serp-ai/bark-with-voice-clone
Could your contribute your instruction / conversion code to this repo? It would be very helpful. Thank you! 😁
Having the same issue here.
Same issue here.
@YosypC @Normanras I resolved my issue by fixing the network connection from inside Docker. - `docker exec` into chromium container. - Check if you can `wget` your web. - Check...