diff --git a/modules/esrgan_model_arch.py b/modules/esrgan_model_arch.py index bc9ceb2ab..1b52b0f5e 100644 --- a/modules/esrgan_model_arch.py +++ b/modules/esrgan_model_arch.py @@ -1,5 +1,6 @@ # this file is adapted from https://github.com/victorca25/iNNfer +from collections import OrderedDict import math import functools import torch