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)
22
+
*[Upload image to AWS S3](#upload-image-to-aws-s3)
23
23
-[Use the Docker image on RunPod](#use-the-docker-image-on-runpod)
24
24
-[API specification](#api-specification)
25
-
-[JSON Request Body](#json-request-body)
26
-
-[Fields](#fields)
27
-
-["input.images"](#inputimages)
25
+
*[JSON Request Body](#json-request-body)
26
+
*[Fields](#fields)
27
+
+["input.images"](#inputimages)
28
28
-[Interact with your RunPod API](#interact-with-your-runpod-api)
29
-
-[Health status](#health-status)
30
-
-[Generate an image](#generate-an-image)
31
-
-[Example request with cURL](#example-request-with-curl)
29
+
*[Health status](#health-status)
30
+
*[Generate an image](#generate-an-image)
31
+
+[Example request with cURL](#example-request-with-curl)
32
32
-[How to get the workflow from ComfyUI?](#how-to-get-the-workflow-from-comfyui)
33
33
-[Bring Your Own Models and Nodes](#bring-your-own-models-and-nodes)
34
-
-[Network Volume](#network-volume)
35
-
-[Custom Docker Image](#custom-docker-image)
34
+
*[Network Volume](#network-volume)
35
+
*[Custom Docker Image](#custom-docker-image)
36
36
-[Local testing](#local-testing)
37
-
-[Setup](#setup)
38
-
-[Setup for Windows](#setup-for-windows)
39
-
-[Testing the RunPod handler](#testing-the-runpod-handler)
40
-
-[Local API](#local-api)
41
-
-[Access the local Worker API](#access-the-local-worker-api)
42
-
-[Access local ComfyUI](#access-local-comfyui)
43
-
-[Automatically deploy to Docker hub with Github Actions](#automatically-deploy-to-docker-hub-with-github-actions)
37
+
*[Setup](#setup)
38
+
+[Setup for Windows](#setup-for-windows)
39
+
*[Testing the RunPod handler](#testing-the-runpod-handler)
40
+
*[Local API](#local-api)
41
+
+[Access the local Worker API](#access-the-local-worker-api)
42
+
+[Access local ComfyUI](#access-local-comfyui)
43
+
-[Automatically deploy to Docker hub with GitHub Actions](#automatically-deploy-to-docker-hub-with-github-actions)
44
44
-[Acknowledgments](#acknowledgments)
45
45
46
46
<!-- tocstop -->
@@ -357,9 +357,9 @@ docker-compose up
357
357
358
358
- With the local API server running, you can access ComfyUI at: [http://localhost:8188]
359
359
360
-
## Automatically deploy to Docker hub with Github Actions
360
+
## Automatically deploy to Docker hub with GitHub Actions
361
361
362
-
The repo contains two workflows that publish the image to Docker hub using Github Actions:
362
+
The repo contains two workflows that publish the image to Docker hub using GitHub Actions:
363
363
364
364
- [dev.yml](.github/workflows/dev.yml): Creates the image and pushes it to Docker hub with the `dev` tag on every push to the `main` branch
365
365
- [release.yml](.github/workflows/release.yml): Creates the image and pushes it to Docker hub with the `latest` and the release tag. It will only be triggered when you create a release on GitHub
0 commit comments