From 2b30c699336ca0a640f81c7d1957b5153734cf05 Mon Sep 17 00:00:00 2001 From: Lucas Armand Date: Fri, 12 Dec 2025 10:43:05 -0800 Subject: [PATCH] updated cost --- workers/comfyui-json/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workers/comfyui-json/client.py b/workers/comfyui-json/client.py index 93e184c..07a92b8 100644 --- a/workers/comfyui-json/client.py +++ b/workers/comfyui-json/client.py @@ -1,4 +1,3 @@ -from .data_types import count_workload import uuid import random import asyncio @@ -25,7 +24,7 @@ async def main(): } } - response = await endpoint.request("/generate/sync", payload, cost=count_workload()) + response = await endpoint.request("/generate/sync", payload, cost=100) # Get the file from the path on the local machine using SCP or SFTP # or configure S3 to upload to cloud storage.