yonishafir commited on
Commit
8fef8eb
1 Parent(s): 0e896d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
94
  pipe.load_lora_weights("briaai/BRIA-2.3-FAST-LORA")
95
  pipe.fuse_lora()
96
 
97
- pipe = pipe.to('cuda:0')
98
  # pipe.enable_xformers_memory_efficient_attention()
99
 
100
  generator = torch.Generator(device='cuda:0').manual_seed(123456)
 
94
  pipe.load_lora_weights("briaai/BRIA-2.3-FAST-LORA")
95
  pipe.fuse_lora()
96
 
97
+ pipe = pipe.to(device)
98
  # pipe.enable_xformers_memory_efficient_attention()
99
 
100
  generator = torch.Generator(device='cuda:0').manual_seed(123456)