alexeyGod commited on
Commit
f2e0f06
·
verified ·
1 Parent(s): cd8299a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ a=os.getenv('hf_key')
12
  login(token=a )
13
 
14
  device = "cuda" if torch.cuda.is_available() else "cpu"
15
- model_repo_id = "stabilityai/sdxl-turbo" # Replace to the model you would like to use
16
- #model_repo_id = "stable-diffusion-v1-5/stable-diffusion-v1-5"
17
 
18
 
19
 
 
12
  login(token=a )
13
 
14
  device = "cuda" if torch.cuda.is_available() else "cpu"
15
+ #model_repo_id = "stabilityai/sdxl-turbo" # Replace to the model you would like to use
16
+ model_repo_id = "stable-diffusion-v1-5/stable-diffusion-v1-5"
17
 
18
 
19