瀏覽代碼

change image size

tomoya 7 月之前
父節點
當前提交
2158ba8107
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      backend/app/app/api/api_v1/endpoints/images.py

+ 2 - 2
backend/app/app/api/api_v1/endpoints/images.py

@@ -124,11 +124,11 @@ def del_image():
 
 aspects = ['16:9', '3:2', '1:1', '2:3', '9:16']
 flux_image_size = [
-    (450, 800),
+    (448, 800),
     (480, 720),
     (600, 600),
     (720, 480),
-    (800, 250)
+    (800, 448)
 ]
 
 def remove_file(path: str) -> None: