Skip to content

Commit 1bc3517

Browse files
committed
docs: fixed formatting of list for using ComfyUI manager to get a snapshot
1 parent ad85f59 commit 1bc3517

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

README.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,33 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
1717
- [Quickstart](#quickstart)
1818
- [Features](#features)
1919
- [Config](#config)
20-
* [Upload image to AWS S3](#upload-image-to-aws-s3)
20+
- [Upload image to AWS S3](#upload-image-to-aws-s3)
2121
- [Use the Docker image on RunPod](#use-the-docker-image-on-runpod)
22-
* [Create your template (optional)](#create-your-template-optional)
23-
* [Create your endpoint](#create-your-endpoint)
24-
* [GPU recommendations](#gpu-recommendations)
22+
- [Create your template (optional)](#create-your-template-optional)
23+
- [Create your endpoint](#create-your-endpoint)
24+
- [GPU recommendations](#gpu-recommendations)
2525
- [API specification](#api-specification)
26-
* [JSON Request Body](#json-request-body)
27-
* [Fields](#fields)
28-
+ ["input.images"](#inputimages)
26+
- [JSON Request Body](#json-request-body)
27+
- [Fields](#fields)
28+
- ["input.images"](#inputimages)
2929
- [Interact with your RunPod API](#interact-with-your-runpod-api)
30-
* [Health status](#health-status)
31-
* [Generate an image](#generate-an-image)
32-
+ [Example request for SDXL with cURL](#example-request-for-sdxl-with-curl)
30+
- [Health status](#health-status)
31+
- [Generate an image](#generate-an-image)
32+
- [Example request for SDXL with cURL](#example-request-for-sdxl-with-curl)
3333
- [How to get the workflow from ComfyUI?](#how-to-get-the-workflow-from-comfyui)
3434
- [Bring Your Own Models and Nodes](#bring-your-own-models-and-nodes)
35-
* [Network Volume](#network-volume)
36-
* [Custom Docker Image](#custom-docker-image)
37-
+ [Adding Custom Models](#adding-custom-models)
38-
+ [Adding Custom Nodes](#adding-custom-nodes)
39-
+ [Building the Image](#building-the-image)
35+
- [Network Volume](#network-volume)
36+
- [Custom Docker Image](#custom-docker-image)
37+
- [Adding Custom Models](#adding-custom-models)
38+
- [Adding Custom Nodes](#adding-custom-nodes)
39+
- [Building the Image](#building-the-image)
4040
- [Local testing](#local-testing)
41-
* [Setup](#setup)
42-
+ [Setup for Windows](#setup-for-windows)
43-
* [Testing the RunPod handler](#testing-the-runpod-handler)
44-
* [Local API](#local-api)
45-
+ [Access the local Worker API](#access-the-local-worker-api)
46-
+ [Access local ComfyUI](#access-local-comfyui)
41+
- [Setup](#setup)
42+
- [Setup for Windows](#setup-for-windows)
43+
- [Testing the RunPod handler](#testing-the-runpod-handler)
44+
- [Local API](#local-api)
45+
- [Access the local Worker API](#access-the-local-worker-api)
46+
- [Access local ComfyUI](#access-local-comfyui)
4747
- [Automatically deploy to Docker hub with GitHub Actions](#automatically-deploy-to-docker-hub-with-github-actions)
4848
- [Acknowledgments](#acknowledgments)
4949

@@ -312,9 +312,11 @@ RUN wget -O models/checkpoints/sd_xl_base_1.0.safetensors https://huggingface.co
312312
To include custom nodes in your Docker image:
313313

314314
1. [Export a snapshot from ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager?tab=readme-ov-file#snapshot-manager) that includes all your desired custom nodes
315-
a. Open "Manager > Snapshot Manager"
316-
b. Create a new snapshot by clicking on "Save snapshot"
317-
c. Get the `*_snapshot.json` from your ComfyUI: `ComfyUI/custom_nodes/ComfyUI-Manager/snapshots`
315+
316+
1. Open "Manager > Snapshot Manager"
317+
2. Create a new snapshot by clicking on "Save snapshot"
318+
3. Get the `*_snapshot.json` from your ComfyUI: `ComfyUI/custom_nodes/ComfyUI-Manager/snapshots`
319+
318320
2. Save the snapshot file in the root directory of the project
319321
3. The snapshot will be automatically restored during the Docker build process, see [Building the Image](#building-the-image)
320322

0 commit comments

Comments
 (0)