From 92812b1ed6b821cf29100ff4c5358521480a2dbd Mon Sep 17 00:00:00 2001 From: Alisan Dagdelen Date: Tue, 28 May 2024 00:14:22 +0200 Subject: [PATCH] docs: added "template type", fixed typo (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor update: Added clarification regarding template type. Not a significant change, but adding a line to specify the template type as 'serverless' for clarity. This addition can be helpful for users navigating the templates and ensures they can easily identify the template type. While not crucial, it can prevent potential confusion for users who might overlook this detail. Overall, a small improvement for better usability. 🛠️ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ca9b7..00e33d2 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ This is only needed if you want to upload the generated picture to AWS S3. If yo - Create a [new template](https://runpod.io/console/serverless/user/templates) by clicking on `New Template` - In the dialog, configure: - Template Name: `runpod-worker-comfy` (it can be anything you want) + - Template Type: serverless (change template type to "serverless") - Container Image: `/:tag`, in this case: `timpietruskyblibla/runpod-worker-comfy:latest` (or `dev` if you want to have the development release) - Container Registry Credentials: You can leave everything as it is, as this repo is public - Container Disk: `20 GB` @@ -103,7 +104,7 @@ This is only needed if you want to upload the generated picture to AWS S3. If yo - Navigate to [`Serverless > Endpoints`](https://www.runpod.io/console/serverless/user/endpoints) and click on `New Endpoint` - In the dialog, configure: - Endpoint Name: `comfy` - - Select Template: `runpow-worker-comfy` (or whatever name you gave your template) + - Select Template: `runpod-worker-comfy` (or whatever name you gave your template) - Active Workers: `0` (whatever makes sense for you) - Max Workers: `3` (whatever makes sense for you) - Idle Timeout: `5` (you can leave the default)