panelforge commited on
Commit
3894dd3
1 Parent(s): 896169b

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-ani-nsfw-ponyxl-v6-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/wai-ani-nsfw-ponyxl-v5-sdxl" #Replace to the model you would like to use
13
 
14
  if torch.cuda.is_available():
15
  torch_dtype = torch.float16