trashchenkov commited on
Commit
8897d33
·
verified ·
1 Parent(s): 5304a9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  from diffusers import DiffusionPipeline
6
 
7
  device = "cuda" if torch.cuda.is_available() else "cpu"
8
- model_repo_id = "stabilityai/sdxl-turbo" # Replace to the model you would like to use
9
 
10
  if torch.cuda.is_available():
11
  torch_dtype = torch.float16
 
5
  from diffusers import DiffusionPipeline
6
 
7
  device = "cuda" if torch.cuda.is_available() else "cpu"
8
+ model_repo_id = "CompVis/stable-diffusion-v1-4" # Replace to the model you would like to use
9
 
10
  if torch.cuda.is_available():
11
  torch_dtype = torch.float16