Skip to content

Commit a52e492

Browse files
committed
docs: fixed hosts for local testing
1 parent 77ff40b commit a52e492

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ 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)
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)
4343
- [Automatically deploy to Docker hub with GitHub Actions](#automatically-deploy-to-docker-hub-with-github-actions)
4444
- [Acknowledgments](#acknowledgments)
4545

@@ -350,12 +350,12 @@ docker-compose up
350350

351351
#### Access the local Worker API
352352

353-
- With the local API server running, it's accessible at: [http://localhost:8000](http://localhost:8000)
353+
- With the local API server running, it's accessible at: [localhost:8000](http://localhost:8000)
354354
- When you open this in your browser, you can also see the API documentation and can interact with the API directly
355355
356356
#### Access local ComfyUI
357357
358-
- With the local API server running, you can access ComfyUI at: [http://localhost:8188]
358+
- With the local API server running, you can access ComfyUI at: [localhost:8188](http://localhost:8188)
359359
360360
## Automatically deploy to Docker hub with GitHub Actions
361361

0 commit comments

Comments
 (0)