Skip to content

Commit 77ff40b

Browse files
committed
docs: fixed typo in GitHub
1 parent c5ae2f8 commit 77ff40b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
1919
- [Quickstart](#quickstart)
2020
- [Features](#features)
2121
- [Config](#config)
22-
- [Upload image to AWS S3](#upload-image-to-aws-s3)
22+
* [Upload image to AWS S3](#upload-image-to-aws-s3)
2323
- [Use the Docker image on RunPod](#use-the-docker-image-on-runpod)
2424
- [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)
2828
- [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)
3232
- [How to get the workflow from ComfyUI?](#how-to-get-the-workflow-from-comfyui)
3333
- [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)
3636
- [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)
4444
- [Acknowledgments](#acknowledgments)
4545

4646
<!-- tocstop -->
@@ -357,9 +357,9 @@ docker-compose up
357357
358358
- With the local API server running, you can access ComfyUI at: [http://localhost:8188]
359359
360-
## Automatically deploy to Docker hub with Github Actions
360+
## Automatically deploy to Docker hub with GitHub Actions
361361
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:
363363
364364
- [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
365365
- [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

Comments
 (0)