Spaces:
Paused
Paused
up
Browse files- app-fast.py +7 -7
app-fast.py
CHANGED
@@ -27,13 +27,13 @@ MODEL_CONFIGS = {
|
|
27 |
|
28 |
# Supported image sizes
|
29 |
RESOLUTION_OPTIONS: list[str] = [
|
30 |
-
"1024 x 1024
|
31 |
-
"768 x 1360
|
32 |
-
"1360 x 768
|
33 |
-
"880 x 1168
|
34 |
-
"1168 x 880
|
35 |
-
"1248 x 832
|
36 |
-
"832 x 1248
|
37 |
]
|
38 |
|
39 |
device = torch.device("cuda")
|
|
|
27 |
|
28 |
# Supported image sizes
|
29 |
RESOLUTION_OPTIONS: list[str] = [
|
30 |
+
"1024 x 1024",
|
31 |
+
"768 x 1360",
|
32 |
+
"1360 x 768",
|
33 |
+
"880 x 1168",
|
34 |
+
"1168 x 880",
|
35 |
+
"1248 x 832",
|
36 |
+
"832 x 1248",
|
37 |
]
|
38 |
|
39 |
device = torch.device("cuda")
|