From 19fea1294bd5adcfb828784b4fce22c5584723b8 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Thu, 29 Dec 2022 12:23:39 -0800 Subject: [PATCH] Update the integrations readme Topic: cog_integration --- integrations/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/integrations/README.md b/integrations/README.md index 7193e54..9b59b18 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -1,3 +1,23 @@ # Integrations This package contains integrations of Riffusion into third party apps and deployments. + +## Baseten + +[Baseten](https://baseten.com) is a platform for building and deploying machine learning models. + +## Replicate + +To run riffusion as a Cog model, first, [install Cog](https://github.com/replicate/cog) and +download the model weights: + + cog run python -m riffusion.cog_riffusion --download_weights + +Then you can run predictions: + + cog predict -i prompt_a="funky synth solo" + +You can also view the model on replicate [here](https://replicate.com/hmartiro/riffusion). Owners +can push an updated version of the model like so: + + cog push r8.im/hmartiro/riffusion