I need to manually do some key name replacing and regex checks to be able to support all models of all 3 types of RRDBNet archs you have done for: Original ESRGAN, Later ESRGAN (Near BasicSR), as well as Real-ESRGAN.
Please try not to change the state keys so much as it breaks compatibility with old models for testing and gives other devs a headache to try support them all. Thanks.
As you can see here: https://github.com/rlaphoenix/VSGAN/blob/a81c177f00ee8cfb5bbc847c0da0ce2b5ad9d4ec/vsgan/archs/ESRGAN.py#L42
I need to manually do some key name replacing and regex checks to be able to support all models of all 3 types of RRDBNet archs you have done for: Original ESRGAN, Later ESRGAN (Near BasicSR), as well as Real-ESRGAN.
Please try not to change the state keys so much as it breaks compatibility with old models for testing and gives other devs a headache to try support them all. Thanks.