Chenxi
Chenxi
Hey @vinthony ! 👋 This pull request makes it possible to run your model inside a Docker environment with an open-source tool called [Cog](https://github.com/replicate/cog). Then the model can be run...
Hey @tianweiy, @Guangxuan-Xiao! 👋 This pull request makes it possible to run fastcomposer on Replicate (https://replicate.com/cjwbw/fastcomposer) and via API: ``` import replicate model = replicate.models.get() model.predict(prompt=...) ``` We would also...
Impressive model! This pull request makes it possible to run shap-e on Replicate (https://replicate.com/cjwbw/shap-e) and via API: ``` import replicate model = replicate.models.get() model.predict(prompt=...) ``` We would also like to...
Great work on `seamless_communication` and impressive results! This pull request makes it possible to run `seamless_communication` demo on Replicate (https://replicate.com/cjwbw/seamless_communication) and via API (https://replicate.com/cjwbw/seamless_communication/api)
Hi @Vaibhavs10! Impressive work on `insanely-fast-whisper`, especially for processing long audio inputs! This pull request makes it possible to run `insanely-fast-whisper` on Replicate (https://replicate.com/cjwbw/insanely-fast-whisper) and via API (https://replicate.com/cjwbw/insanely-fast-whisper/api). Also happy...
Hi @Zengyi-Qin, Really impressive work on `OpenVoice`! This pull request makes it possible to run `OpenVoice` on Replicate (https://replicate.com/cjwbw/openvoice) and via API (https://replicate.com/cjwbw/openvoice/api). Also happy to transfer the demo page...
Hi @LiheYoung , Great work on `Depth-Anything`! This pull request makes it possible to run `Depth-Anything` on Replicate (https://replicate.com/cjwbw/Depth-Anything) and via API (https://replicate.com/cjwbw/Depth-Anything/api). Also happy to transfer the demo page...
The [new version of Cog](https://github.com/replicate/cog/releases/tag/v0.1.0) improves the Python API, along with several other changes. Particularly pydantic is now used for Predictor and the previous version will be deprecated. This PR...
The [new version of Cog](https://github.com/replicate/cog/releases/tag/v0.1.0) improves the Python API, along with several other changes. Particularly pydantic is now used for Predictor and the previous version will be deprecated. This PR...
The [new version of Cog](https://github.com/replicate/cog/releases/tag/v0.1.0) improves the Python API, along with several other changes. Particularly pydantic is now used for Predictor and the previous version will be deprecated. This PR...