@@ -19,27 +19,27 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
19
19
- [ Quickstart] ( #quickstart )
20
20
- [ Features] ( #features )
21
21
- [ Config] ( #config )
22
- * [ 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 )
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
43
- [ Automatically deploy to Docker hub with GitHub Actions] ( #automatically-deploy-to-docker-hub-with-github-actions )
44
44
- [ Acknowledgments] ( #acknowledgments )
45
45
@@ -350,12 +350,12 @@ docker-compose up
350
350
351
351
# ### Access the local Worker API
352
352
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)
354
354
- When you open this in your browser, you can also see the API documentation and can interact with the API directly
355
355
356
356
#### Access local ComfyUI
357
357
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)
359
359
360
360
## Automatically deploy to Docker hub with GitHub Actions
361
361
0 commit comments