eggarsway commited on
Commit
4acbeb5
Β·
1 Parent(s): 14b0bd5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ UNet3DConditionModel.forward = unet3d_condition_model_forward
35
 
36
 
37
  model_id = "cerspense/zeroscope_v2_576w"
38
- model_path = sys.argv[-1] + model_id
39
  pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
40
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
41
  pipe.to('cuda')
 
35
 
36
 
37
  model_id = "cerspense/zeroscope_v2_576w"
38
+ model_path = model_id
39
  pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
40
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
41
  pipe.to('cuda')