eggarsway commited on
Commit
ecc17dd
β€’
1 Parent(s): c90a780

requirements

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ model_id = "cerspense/zeroscope_v2_576w"
34
  model_path = model_id
35
  pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
36
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
37
- pipe.enable_model_cpu_offload()
38
 
39
  def core(bundle):
40
 
 
34
  model_path = model_id
35
  pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
36
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
37
+ #pipe.enable_model_cpu_offload()
38
 
39
  def core(bundle):
40