updates UI
This commit is contained in:
@@ -15,8 +15,15 @@ NV_LIBS=$(find "$VENV"/lib/python*/site-packages/nvidia -maxdepth 2 -name lib -t
|
||||
export COMFY_URL="http://127.0.0.1:8188"
|
||||
export HOST="0.0.0.0"
|
||||
export PORT="8500"
|
||||
|
||||
# A6000 48GB is not VRAM-bound here, so default to a ~2MP output budget.
|
||||
# This comfortably allows full-HD-ish outputs like 1920x1080.
|
||||
# Override via MAX_AREA when needed.
|
||||
export MAX_AREA="${MAX_AREA:-2097152}"
|
||||
|
||||
# @LEGACY PREVIOUS VERSION
|
||||
# The A6000 is fast and not VRAM-bound on this model, so default to a full ~1MP
|
||||
# output budget (tour caps at 0.65MP to survive the MI50). Override via MAX_AREA.
|
||||
export MAX_AREA="${MAX_AREA:-1048576}"
|
||||
# export MAX_AREA="${MAX_AREA:-1048576}"
|
||||
|
||||
exec python edit_api.py
|
||||
|
||||
Reference in New Issue
Block a user