panelforge commited on
Commit
5198953
·
verified ·
1 Parent(s): b931d8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import torch
9
  token = os.getenv('HUGGINGFACE_TOKEN')
10
 
11
  device = "cuda" if torch.cuda.is_available() else "cpu"
12
- model_repo_id = "John6666/wai-real-mix-v8-sdxl" #Replace to the model you would like to use
13
 
14
  if torch.cuda.is_available():
15
  torch_dtype = torch.float16
 
9
  token = os.getenv('HUGGINGFACE_TOKEN')
10
 
11
  device = "cuda" if torch.cuda.is_available() else "cpu"
12
+ model_repo_id = "John6666/duchaiten-pony-real-alpha5-sdxl" #Replace to the model you would like to use
13
 
14
  if torch.cuda.is_available():
15
  torch_dtype = torch.float16