G-Rost commited on
Commit
32e8fc1
1 Parent(s): 3e10b33

Update app.py

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