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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,7 +31,8 @@ DEVICE = "cpu"
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
 
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