Skip to content

Commit 8f693a7

Browse files
committed
docs: updated quickstart & features
1 parent e28d35f commit 8f693a7

File tree

1 file changed

+19
-23
lines changed

1 file changed

+19
-23
lines changed

README.md

Lines changed: 19 additions & 23 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

@@ -50,7 +50,7 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
5050
## Quickstart
5151

5252
- 🐳 Choose one of the three available images for your serverless endpoint:
53-
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-base`: doesn't contain any checkpoints, just a clean ComfyUI image
53+
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-base`: doesn't contain any checkpoints, just a clean ComfyUI
5454
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-sdxl`: contains the checkpoints and VAE for Stable Diffusion XL
5555
- Checkpoint: [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
5656
- VAEs:
@@ -67,13 +67,9 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
6767
- Returned as base64-encoded string (default)
6868
- Uploaded to AWS S3 ([if AWS S3 is configured](#upload-image-to-aws-s3))
6969
- There are three different Docker images to choose from:
70-
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-base`: doesn't contain any checkpoints, just a clean ComfyUI image
71-
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-sdxl`: contains the checkpoints and VAE for Stable Diffusion XL
72-
- Checkpoint: [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
73-
- VAEs:
74-
- [sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/)
75-
- [sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/)
76-
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-sd3`: contains the [sd3_medium_incl_clips_t5xxlfp8.safetensors](https://huggingface.co/stabilityai/stable-diffusion-3-medium) checkpoint for Stable Diffusion 3
70+
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-base`: doesn't contain anything, just a clean ComfyUI
71+
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-sdxl`: contains the checkpoint and VAE for Stable Diffusion XL
72+
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-sd3`: contains the checkpoint for Stable Diffusion 3
7773
- [Bring your own models](#bring-your-own-models)
7874
- Based on [Ubuntu + NVIDIA CUDA](https://hub.docker.com/r/nvidia/cuda)
7975

0 commit comments

Comments
 (0)