dvir-bria commited on
Commit
dfd3180
1 Parent(s): f817fc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
17
  "briaai/BRIA-2.0",
18
  controlnet=controlnet,
19
  torch_dtype=torch.float16,
20
- ).cuda()
21
  pipe.enable_xformers_memory_efficient_attention()
22
 
23
  low_threshold = 100
 
17
  "briaai/BRIA-2.0",
18
  controlnet=controlnet,
19
  torch_dtype=torch.float16,
20
+ )#.cuda()
21
  pipe.enable_xformers_memory_efficient_attention()
22
 
23
  low_threshold = 100