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