Culda commited on
Commit
4c2b067
1 Parent(s): ae7c4ce

no cpu offload

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ pipe = FluxControlNetInpaintPipeline.from_pretrained(
27
  base_model, controlnet=controlnet, torch_dtype=dtype
28
  ).to(device)
29
 
30
- pipe.enable_model_cpu_offload()
31
 
32
  canny = CannyDetector()
33
 
 
27
  base_model, controlnet=controlnet, torch_dtype=dtype
28
  ).to(device)
29
 
30
+ # pipe.enable_model_cpu_offload()
31
 
32
  canny = CannyDetector()
33