Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,8 @@ DEVICE = "cpu"
|
|
31 |
|
32 |
# Model Options (optimized for CPU and memory constraints)
|
33 |
MODEL_OPTIONS = {
|
34 |
-
"Модель штучного інтелекту
|
|
|
35 |
}
|
36 |
|
37 |
# Default to fastest model and lower image size for limited resources
|
|
|
31 |
|
32 |
# Model Options (optimized for CPU and memory constraints)
|
33 |
MODEL_OPTIONS = {
|
34 |
+
"Модель штучного інтелекту середня (Більше часу на виконання-краща якість)": "CompVis/stable-diffusion-v1-4",
|
35 |
+
#"Модель штучного інтелекту мала (Швидше-середня якість)": "hf-internal-testing/tiny-stable-diffusion-pipe",
|
36 |
}
|
37 |
|
38 |
# Default to fastest model and lower image size for limited resources
|