inteligenciamilgrau commited on
Commit
bf5deb4
1 Parent(s): 0b57cb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ from diffusers import DiffusionPipeline
6
  import torch
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
- model_repo_id = "stabilityai/sdxl-turbo" #Replace to the model you would like to use
 
10
 
11
  if torch.cuda.is_available():
12
  torch_dtype = torch.float16
 
6
  import torch
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
+ #model_repo_id = "stabilityai/sdxl-turbo" #Replace to the model you would like to use
10
+ model_repo_id = "inteligenciamilgrau/bob-fluxdev-lora-v2"
11
 
12
  if torch.cuda.is_available():
13
  torch_dtype = torch.float16