Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
)
|
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
|