指定默认RUNNINGHUB_BASE_URL

This commit is contained in:
puke
2025-10-31 10:57:08 +08:00
parent 002cded481
commit 112ea73bf3

View File

@@ -10,6 +10,7 @@ from typing import Optional, List, Dict, Any
from comfykit import ComfyKit
from loguru import logger
os.environ["RUNNINGHUB_BASE_URL"] = "https://www.runninghub.cn"
class ComfyBaseService:
"""