bbsgp commited on
Commit
8577fcc
·
1 Parent(s): bc3b81a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from diffusers import AutoencoderKL
11
 
12
 
13
  model = "stabilityai/stable-diffusion-xl-base-1.0"
14
- finetuningLayer = "bbsgp/styleOf10xFWD_lora_weights768"
15
 
16
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
17
  torch_dtype = torch.float16 if device.type == 'cuda' else torch.float32
 
11
 
12
 
13
  model = "stabilityai/stable-diffusion-xl-base-1.0"
14
+ finetuningLayer = "bbsgp/10xFWDLora"
15
 
16
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
17
  torch_dtype = torch.float16 if device.type == 'cuda' else torch.float32