default endpoint name

This commit is contained in:
Colter Downing
2025-12-04 10:54:55 -08:00
parent 40aed9b5f8
commit 222ac2a0dd
+1 -1
View File
@@ -12,7 +12,7 @@ from vastai import Serverless
# ---------------------- Config ---------------------- # ---------------------- Config ----------------------
DEFAULT_PROMPT = "a beautiful sunset over mountains, digital art, highly detailed" DEFAULT_PROMPT = "a beautiful sunset over mountains, digital art, highly detailed"
ENDPOINT_NAME = "Comfy-Prod" ENDPOINT_NAME = "my-comfyui-endpoint"
DEFAULT_WIDTH = 512 DEFAULT_WIDTH = 512
DEFAULT_HEIGHT = 512 DEFAULT_HEIGHT = 512
DEFAULT_STEPS = 20 DEFAULT_STEPS = 20