@@ -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
@@ -50,7 +50,7 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
50
50
## Quickstart
51
51
52
52
- 🐳 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
54
54
- ` timpietruskyblibla/runpod-worker-comfy:3.0.0-sdxl ` : contains the checkpoints and VAE for Stable Diffusion XL
55
55
- Checkpoint: [ sd_xl_base_1.0.safetensors] ( https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 )
56
56
- VAEs:
@@ -67,13 +67,9 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
67
67
- Returned as base64-encoded string (default)
68
68
- Uploaded to AWS S3 ([ if AWS S3 is configured] ( #upload-image-to-aws-s3 ) )
69
69
- 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
77
73
- [ Bring your own models] ( #bring-your-own-models )
78
74
- Based on [ Ubuntu + NVIDIA CUDA] ( https://hub.docker.com/r/nvidia/cuda )
79
75
0 commit comments