G-Rost commited on
Commit
f318312
1 Parent(s): cc8bc17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ DEVICE = "cpu"
35
 
36
  # Model Options (optimized for CPU and memory constraints)
37
  MODEL_OPTIONS = {
38
- "Medium Quality (Faster)": "CompVis/stable-diffusion-v1-4",
39
- "Fastest (Draft Quality)": "hf-internal-testing/tiny-stable-diffusion-pipe",
40
  }
41
 
42
  # Default to fastest model and lower image size for limited resources
 
35
 
36
  # Model Options (optimized for CPU and memory constraints)
37
  MODEL_OPTIONS = {
38
+ "Модель штучного інтелекту середня (Довше-краще якість)": "CompVis/stable-diffusion-v1-4",
39
+ "Модель штучного інтелекту мала (Швидко-гірша якість)": "hf-internal-testing/tiny-stable-diffusion-pipe",
40
  }
41
 
42
  # Default to fastest model and lower image size for limited resources