From a52e492d308627300b6e89d6d9dd20955c01f573 Mon Sep 17 00:00:00 2001 From: Tim Pietrusky Date: Sun, 2 Jun 2024 00:56:04 +0200 Subject: [PATCH] docs: fixed hosts for local testing --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d0fd88d..d078b0c 100644 --- a/README.md +++ b/README.md @@ -19,27 +19,27 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod - [Quickstart](#quickstart) - [Features](#features) - [Config](#config) - * [Upload image to AWS S3](#upload-image-to-aws-s3) + - [Upload image to AWS S3](#upload-image-to-aws-s3) - [Use the Docker image on RunPod](#use-the-docker-image-on-runpod) - [API specification](#api-specification) - * [JSON Request Body](#json-request-body) - * [Fields](#fields) - + ["input.images"](#inputimages) + - [JSON Request Body](#json-request-body) + - [Fields](#fields) + - ["input.images"](#inputimages) - [Interact with your RunPod API](#interact-with-your-runpod-api) - * [Health status](#health-status) - * [Generate an image](#generate-an-image) - + [Example request with cURL](#example-request-with-curl) + - [Health status](#health-status) + - [Generate an image](#generate-an-image) + - [Example request with cURL](#example-request-with-curl) - [How to get the workflow from ComfyUI?](#how-to-get-the-workflow-from-comfyui) - [Bring Your Own Models and Nodes](#bring-your-own-models-and-nodes) - * [Network Volume](#network-volume) - * [Custom Docker Image](#custom-docker-image) + - [Network Volume](#network-volume) + - [Custom Docker Image](#custom-docker-image) - [Local testing](#local-testing) - * [Setup](#setup) - + [Setup for Windows](#setup-for-windows) - * [Testing the RunPod handler](#testing-the-runpod-handler) - * [Local API](#local-api) - + [Access the local Worker API](#access-the-local-worker-api) - + [Access local ComfyUI](#access-local-comfyui) + - [Setup](#setup) + - [Setup for Windows](#setup-for-windows) + - [Testing the RunPod handler](#testing-the-runpod-handler) + - [Local API](#local-api) + - [Access the local Worker API](#access-the-local-worker-api) + - [Access local ComfyUI](#access-local-comfyui) - [Automatically deploy to Docker hub with GitHub Actions](#automatically-deploy-to-docker-hub-with-github-actions) - [Acknowledgments](#acknowledgments) @@ -350,12 +350,12 @@ docker-compose up #### Access the local Worker API -- With the local API server running, it's accessible at: [http://localhost:8000](http://localhost:8000) +- With the local API server running, it's accessible at: [localhost:8000](http://localhost:8000) - When you open this in your browser, you can also see the API documentation and can interact with the API directly #### Access local ComfyUI -- With the local API server running, you can access ComfyUI at: [http://localhost:8188] +- With the local API server running, you can access ComfyUI at: [localhost:8188](http://localhost:8188) ## Automatically deploy to Docker hub with GitHub Actions