Pretty much all code in https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/resnet.py still corresponds to the copy-pasted version from the beginning. While weight names shouldn't be renamed, we should rename all single letter variables to more explicit variable naming. E.g. `h` -> `hidden_states`. Single letter variables are hard to deal with as search and replace doesn't work on them and are hard to read