From d8197398ab2cff60afc0018576e9e29450e96956 Mon Sep 17 00:00:00 2001 From: chunzhi Date: Tue, 11 Feb 2025 07:50:14 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20builder/modal-builder/src/?= =?UTF-8?q?main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/modal-builder/src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/modal-builder/src/main.py b/builder/modal-builder/src/main.py index cc21188..4d06309 100644 --- a/builder/modal-builder/src/main.py +++ b/builder/modal-builder/src/main.py @@ -313,7 +313,7 @@ async def build_logic(item: Item): "name": item.name, "deploy_test": os.environ.get("DEPLOY_TEST_FLAG", "False"), "gpu": item.gpu, - "civitai_token": os.environ.get("CIVITAI_TOKEN", "") + "civitai_token": os.environ.get("CIVITAI_TOKEN", "833b4ded5c7757a06a803763500bab58") } with open(f"{folder_path}/config.py", "w") as f: f.write("config = " + json.dumps(config))