Skip to content

Commit e28d35f

Browse files
committed
docs: simplified quickstart; added full checkpoints and tags
1 parent d598061 commit e28d35f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
5252
- 🐳 Choose one of the three available images for your serverless endpoint:
5353
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-base`: doesn't contain any checkpoints, just a clean ComfyUI image
5454
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-sdxl`: contains the checkpoints and VAE for Stable Diffusion XL
55-
- `timpietruskyblibla/runpod-worker-comfy:3.0.0-sd3`: contains the medium checkpoint for Stable Diffusion 3
56-
- ⚙️ [Set the environment variables](#config)
55+
- Checkpoint: [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
56+
- VAEs:
57+
- [sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/)
58+
- [sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/)
59+
- `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
5760
- ℹ️ [Use the Docker image on RunPod](#use-the-docker-image-on-runpod)
5861

5962
## Features
@@ -64,13 +67,13 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
6467
- Returned as base64-encoded string (default)
6568
- Uploaded to AWS S3 ([if AWS S3 is configured](#upload-image-to-aws-s3))
6669
- There are three different Docker images to choose from:
67-
- `<version>-base`: doesn't contain any checkpoints, just a clean ComfyUI image
68-
- `<version>-sdxl`: contains the checkpoints and VAE for Stable Diffusion XL
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
6972
- Checkpoint: [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
7073
- VAEs:
7174
- [sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/)
7275
- [sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/)
73-
- `<version>-sd3`: contains the checkpoint [sd3_medium_incl_clips_t5xxlfp8.safetensors](https://huggingface.co/stabilityai/stable-diffusion-3-medium) for Stable Diffusion 3
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
7477
- [Bring your own models](#bring-your-own-models)
7578
- Based on [Ubuntu + NVIDIA CUDA](https://hub.docker.com/r/nvidia/cuda)
7679

0 commit comments

Comments
 (0)