Custom ComfyUI Worker for RunPod, powered by BlacktailAI
This repository contains a customized version of the ComfyUI worker for RunPod, built on top of the FLUX.1 dev model. It includes additional features such as:
- Support for S3 URL inputs
- Custom error handling
- Streamlined deployment process
-
Deploy to RunPod
- Use our Docker image:
blacktailai/blacktail-comfyui-worker:latest
- Recommended GPU: 24GB+ VRAM
- Set your AWS S3 environment variables if needed
- Use our Docker image:
-
API Usage
{
"input": {
"workflow": { your_workflow_here },
"images": [
{
"name": "input1.png",
"image": "https://your-bucket.s3.region.amazonaws.com/path/to/image.png"
}
]
}
}
- Based on FLUX.1 dev model
- Supports both base64 and S3 URL image inputs
- Automated builds via GitHub Actions
- Custom error handling and logging
Variable | Description | Required |
---|---|---|
BUCKET_ENDPOINT_URL |
S3 bucket endpoint | Optional |
BUCKET_ACCESS_KEY_ID |
AWS access key | Optional |
BUCKET_SECRET_ACCESS_KEY |
AWS secret key | Optional |
To build locally:
docker build -t blacktailai/blacktail-comfyui-worker:dev .
This repository is a customized fork of blacktail-comfyui-worker. To update with upstream changes:
# Add the upstream remote (one-time setup)
git remote add upstream https://github.com/blib-la/blacktail-comfyui-worker.git
# Fetch upstream changes
git fetch upstream
# Merge upstream changes
git merge upstream/main
This project is licensed under the same terms as the original blacktail-comfyui-worker.
Powered by BlacktailAI