DigiP-AI commited on
Commit
4c96046
·
verified ·
1 Parent(s): 8f8a897

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ headers = {"Authorization": f"Bearer {API_TOKEN}"}
51
  timeout = 100
52
 
53
  device = "cuda" if torch.cuda.is_available() else "cpu"
54
- model_repo_id = "strangerzonehf/Flux-Realism-v2-Beta" # Replace to the model you would like to use
55
 
56
  if torch.cuda.is_available():
57
  torch_dtype = torch.float16
 
51
  timeout = 100
52
 
53
  device = "cuda" if torch.cuda.is_available() else "cpu"
54
+ model_repo_id = "stabilityai/sdxl-turbo" # Replace to the model you would like to use
55
 
56
  if torch.cuda.is_available():
57
  torch_dtype = torch.float16