Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,6 @@ controlnet = ControlNetModel.from_pretrained(
|
|
16 |
pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
|
17 |
"briaai/BRIA-2.0",
|
18 |
controlnet=controlnet,
|
19 |
-
vae=vae,
|
20 |
torch_dtype=torch.float16,
|
21 |
)
|
22 |
pipe.enable_model_cpu_offload()
|
|
|
16 |
pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
|
17 |
"briaai/BRIA-2.0",
|
18 |
controlnet=controlnet,
|
|
|
19 |
torch_dtype=torch.float16,
|
20 |
)
|
21 |
pipe.enable_model_cpu_offload()
|