From 39ba0bb895d5503ad0ebea0f1c86775526d25211 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 14 Nov 2023 20:51:51 -0800 Subject: [PATCH] add example usage for "replicate model create" --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d6f68e8..21f6609 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,16 @@ $ replicate run stability-ai/sdxl \ # opens prediction in browser (https://replicate.com/p/jpgp263bdekvxileu2ppsy46v4) ``` +### Create a model + +Create a new model on Replicate. + +```console +$ replicate model create yourname/model --private --hardware gpu-a40-small +``` + +After creating your model, you can [fine-tune an existing model](https://replicate.com/docs/fine-tuning) or [build and push a custom model using Cog](https://replicate.com/docs/guides/push-a-model). + ### Fine-tune a model Fine-tune [SDXL] with your own images: