dvir-bria commited on
Commit
5cef634
·
1 Parent(s): d2a2088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()