G-Rost commited on
Commit
f8579dc
1 Parent(s): 999b979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ MODEL_OPTIONS = {
36
  }
37
 
38
  # Default to fastest model and lower image size for limited resources
39
- DEFAULT_MODEL_ID = MODEL_OPTIONS["Модель штучного інтелекту мала (Швидше-середня якість)"]
40
  DEFAULT_IMAGE_SIZE = 512 # Lower default resolution
41
 
42
  # Cache models to avoid reloading
 
36
  }
37
 
38
  # Default to fastest model and lower image size for limited resources
39
+ DEFAULT_MODEL_ID = MODEL_OPTIONS["Модель штучного інтелекту середня (Більше часу на виконання-краща якість)": "CompVis/stable-diffusion-v1-4"]
40
  DEFAULT_IMAGE_SIZE = 512 # Lower default resolution
41
 
42
  # Cache models to avoid reloading