README: point to serverless/
Browse files
README.md
CHANGED
|
@@ -51,6 +51,13 @@ For the workflows you select, the script:
|
|
| 51 |
Auth: reads `HUGGING_FACE_ACCESS_TOKEN` (falls back to `HF_TOKEN`), prompts if
|
| 52 |
neither is set.
|
| 53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
## How this stays up to date
|
| 55 |
|
| 56 |
The source of truth for `download_missing_models.sh`, `start_comfy`,
|
|
|
|
| 51 |
Auth: reads `HUGGING_FACE_ACCESS_TOKEN` (falls back to `HF_TOKEN`), prompts if
|
| 52 |
neither is set.
|
| 53 |
|
| 54 |
+
## Serverless
|
| 55 |
+
|
| 56 |
+
The `serverless/` folder in the HF repo holds RunPod serverless workers that
|
| 57 |
+
run these workflows as an API (models baked into per-family images for fast
|
| 58 |
+
cold starts). Current endpoint: `qwen-edit-turbo` (`dom5lwr0o5wq6u`), image
|
| 59 |
+
`plx1029/comfyui-serverless:qwen-edit-turbo-v1`. See `serverless/README.md`.
|
| 60 |
+
|
| 61 |
## How this stays up to date
|
| 62 |
|
| 63 |
The source of truth for `download_missing_models.sh`, `start_comfy`,
|