From e2bd0b1958e1925e7772fe2bf5485abee2892e8f Mon Sep 17 00:00:00 2001 From: Lucas Armand Date: Mon, 15 Dec 2025 17:14:42 -0800 Subject: [PATCH] update readmes --- workers/ace/README.md | 2 +- workers/wan/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workers/ace/README.md b/workers/ace/README.md index fac34e2..9cff8cf 100644 --- a/workers/ace/README.md +++ b/workers/ace/README.md @@ -2,7 +2,7 @@ This is the PyWorker implementation for running **ACE Step v1 3.5B** text-to-music workflows in ComfyUI. It provides a unified interface for executing complete ComfyUI audio-generation workflows through a proxy-based architecture and returning generated audio assets. -Each request has a static cost of `100`. ComfyUI does not support concurrent workloads, and there is no provision to run multiple ComfyUI instances per worker node. +Each request has a static cost of `1000`. ComfyUI does not support concurrent workloads, and there is no provision to run multiple ComfyUI instances per worker node. ## Requirements diff --git a/workers/wan/README.md b/workers/wan/README.md index 033da99..857f485 100644 --- a/workers/wan/README.md +++ b/workers/wan/README.md @@ -2,7 +2,7 @@ This is the PyWorker implementation for running **Wan 2.2 T2V A14B** text-to-video workflows in ComfyUI. It provides a unified interface for executing complete ComfyUI video-generation workflows through a proxy-based architecture and returning generated video assets. -Each request has a static cost of `100`. ComfyUI does not support concurrent workloads, and there is no provision to run multiple ComfyUI instances per worker node. +Each request has a static cost of `10000`. ComfyUI does not support concurrent workloads, and there is no provision to run multiple ComfyUI instances per worker node. ## Requirements