Skip to content

Commit

Permalink
docs: added "worker sitting in comfy chair" and improved text
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Oct 11, 2023
1 parent 312b30f commit 76e2be5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# RunPod Worker Comfy
# runpod-worker-comfy

> ComfyUI via API on [RunPod](https://www.runpod.io/) serverless
> [ComfyUI](https://github.com/comfyanonymous/ComfyUI) as a serverless API on [RunPod](https://www.runpod.io/)
<center>
<img src="assets/worker_sitting_in_comfy_chair.jpg" title="Worker sitting in comfy chair" />
</center>

---

<!-- toc -->

Expand All @@ -24,16 +30,19 @@

---

This worker is using Ubuntu with CUDA drivers as it's base. It setups ComfyUI and makes it available via an runpod-compatible handler. The worker waits until the image was generated in ComfyUI, uploads the image to AWS S3 and provides the URL to the image as a response.
## Quickstart

---
🐳 Use the latest image for your worker: [timpietruskyblibla/runpod-worker-comfy:1.0.0](https://hub.docker.com/r/timpietruskyblibla/runpod-worker-comfy)

ℹ️ Need more details? Then let's check out: [Use the Docker image on RunPod](#use-the-docker-image-on-runpod)

## Features

* Run any [ComfyUI](https://github.com/comfyanonymous/ComfyUI) workflow to generate an image
* Generated images are uploaded to AWS S3
* Build-in checkpoint: [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
* Build-in VAE: [sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/)
* Based on [Ubuntu + NVIDIA CUDA](https://hub.docker.com/r/nvidia/cuda)


## Config
Expand Down
Binary file added assets/worker_sitting_in_comfy_chair.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/worker_sitting_in_comfy_chair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76e2be5

Please sign in to comment.