You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Upload image to AWS S3](#upload-image-to-aws-s3)
20
+
-[Upload image to AWS S3](#upload-image-to-aws-s3)
21
21
-[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)
25
25
-[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)
29
29
-[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)
33
33
-[How to get the workflow from ComfyUI?](#how-to-get-the-workflow-from-comfyui)
34
34
-[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)
40
40
-[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)
47
47
-[Automatically deploy to Docker hub with GitHub Actions](#automatically-deploy-to-docker-hub-with-github-actions)
48
48
-[Acknowledgments](#acknowledgments)
49
49
@@ -312,9 +312,11 @@ RUN wget -O models/checkpoints/sd_xl_base_1.0.safetensors https://huggingface.co
312
312
To include custom nodes in your Docker image:
313
313
314
314
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
+
318
320
2. Save the snapshot file in the root directory of the project
319
321
3. The snapshot will be automatically restored during the Docker build process, see [Building the Image](#building-the-image)
0 commit comments