From 1dd4dbeb037605226bcf6626bb3d954a154fe23b Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 17 Jan 2023 09:56:26 -0800 Subject: [PATCH] updating cog readme --- integrations/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/integrations/README.md b/integrations/README.md index 2437418..aabbbd4 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -17,7 +17,11 @@ 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 +You can also view the model on Replicate [here](https://replicate.com/riffusion/riffusion). Owners can push an updated version of the model like so: + + # download weights locally if you haven't already + cog run python -m integrations.cog_riffusion --download_weights - cog push r8.im/hmartiro/riffusion + cog login + cog push r8.im/riffusion/riffusion