jytole commited on
Commit
ca5e437
·
1 Parent(s): c647bb3

Revert to default scheduler

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
 
7
  repo_id = "cvssp/audioldm-s-full-v2"
8
  pipe = AudioLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float32)
9
- pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
10
  pipe = pipe.to("cpu")
11
 
12
  generator = torch.Generator("cpu")
 
6
 
7
  repo_id = "cvssp/audioldm-s-full-v2"
8
  pipe = AudioLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float32)
9
+ #pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
10
  pipe = pipe.to("cpu")
11
 
12
  generator = torch.Generator("cpu")