Remove unused LDSR opt

This commit is contained in:
d8ahazard 2022-09-30 09:29:31 -05:00
parent 5d52231bcb
commit f71d02b85f

View File

@ -53,5 +53,4 @@ class UpscalerLDSR(Upscaler):
print("NO LDSR!")
return img
ddim_steps = shared.opts.ldsr_steps
pre_scale = shared.opts.ldsr_pre_down
return ldsr.super_resolution(img, ddim_steps, self.scale)