From 1c740cc0b24b98f13d9d5aa720237e6248b5e192 Mon Sep 17 00:00:00 2001 From: petermg Date: Mon, 28 Apr 2025 21:10:16 -0700 Subject: [PATCH] Update web.py removed the 1920 X 1080 resolution option since it still only generated images at 1360 X 768. --- hdi1/web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hdi1/web.py b/hdi1/web.py index e7a8938..6a2ed5d 100644 --- a/hdi1/web.py +++ b/hdi1/web.py @@ -10,7 +10,6 @@ OUTPUT_DIR = ".\outputs" # Resolution options RESOLUTION_OPTIONS = [ - "1920 × 1080 (Landscape)", "1024 × 1024 (Square)", "768 × 1360 (Portrait)", "1360 × 768 (Landscape)",