From 4e3077b2276dd1dd38cbef4fcf81bb65d4600494 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:50:26 +0000 Subject: [PATCH] Documentation updates from Promptless --- pods/templates/manage-templates.mdx | 2 +- pods/templates/overview.mdx | 2 +- tutorials/pods/comfyui.mdx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pods/templates/manage-templates.mdx b/pods/templates/manage-templates.mdx index da54a5b6..c227c554 100644 --- a/pods/templates/manage-templates.mdx +++ b/pods/templates/manage-templates.mdx @@ -15,7 +15,7 @@ When creating a template, you'll configure several key components: - A public registry like Docker Hub (e.g., `ubuntu:latest`, `pytorch/pytorch:latest`). - Your own private registry (requires registry credentials). -**Template visibility:** Choose whether your template is available to others. Public templates are available to all Runpod users in the Explore section of the console, while private template are only accessible to you or your team members. +**Template visibility:** Choose whether your template is available to others. Public templates are available to all Runpod users in the Pod Templates section of the console, while private template are only accessible to you or your team members. **Compute type:** Templates are restricted to specific compute types and can only be used with matching hardware: - **NVIDIA GPU:** For GPU-accelerated workloads requiring CUDA support diff --git a/pods/templates/overview.mdx b/pods/templates/overview.mdx index efdc63e1..08743c9c 100644 --- a/pods/templates/overview.mdx +++ b/pods/templates/overview.mdx @@ -41,7 +41,7 @@ You can create custom templates for your own specialized workloads. These can be You can discover and use existing templates through the Runpod console: -**Browse all templates:** Visit the **[Explore](https://www.console.runpod.io/explore)** section to find official templates maintained by Runpod and community templates created by other users. +**Browse all templates:** Visit the **[Pod Templates](https://console.runpod.io/hub?tabSelected=templates)** section to find official templates maintained by Runpod and community templates created by other users. **Manage your templates:** Access templates you've created or that are shared within your team in the **[My Templates](https://www.console.runpod.io/user/templates)** section. diff --git a/tutorials/pods/comfyui.mdx b/tutorials/pods/comfyui.mdx index fd7826f1..29b37779 100644 --- a/tutorials/pods/comfyui.mdx +++ b/tutorials/pods/comfyui.mdx @@ -41,10 +41,10 @@ First, you'll deploy a Pod using a template that pre-installs ComfyUI and the Co - Go to the [Better Comfy Slim](https://console.runpod.io/explore/cndsag8ob0) template in the Runpod console and click **Deploy**. + Go to the [Pod Templates section](https://console.runpod.io/hub?tabSelected=templates) in the Runpod console, search for "Better Comfy Slim", and click **Deploy**. - There are several ComfyUI templates available in the Runpod console, many with pre-installed models. We're using this one because it's extremely lightweight, but it comes with the ComfyUI Manager plugin pre-installed so you can easily install the specific models/nodes you need after deployment. + There are several ComfyUI templates available in the Runpod console, many with pre-installed models. We're using the Better Comfy Slim template because it's extremely lightweight, but it comes with the ComfyUI Manager plugin pre-installed so you can easily install the specific models/nodes you need after deployment.