Skip to content

Commit

Permalink
docs: added "template type", fixed typo (#32)
Browse files Browse the repository at this point in the history
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. 🛠️
  • Loading branch information
alisandagdelen authored May 27, 2024
1 parent 58c61e3 commit 92812b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<dockerhub_username>/<repository_name>: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`
Expand All @@ -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)
Expand Down

0 comments on commit 92812b1

Please sign in to comment.