xierui.0097 commited on
Commit
ae98d36
Β·
1 Parent(s): ca20c7a
video_super_resolution/scripts/inference_sr.py CHANGED
@@ -19,7 +19,7 @@ class VEnhancer_sr():
19
  def __init__(self,
20
  result_dir='./results/',
21
  file_name='000_video.mp4',
22
- model_path='',
23
  solver_mode='fast',
24
  steps=15,
25
  guide_scale=7.5,
 
19
  def __init__(self,
20
  result_dir='./results/',
21
  file_name='000_video.mp4',
22
+ model_path='./pretrained_weight',
23
  solver_mode='fast',
24
  steps=15,
25
  guide_scale=7.5,