--- license: apache-2.0 library_name: edgesd-cvsr tags: - video-super-resolution - compression - controlnet --- # EdgeSD-cVSR checkpoints Companion weights for [SCU-VIP-Lab/EdgeSD-cVSR](https://github.com/SCU-VIP-Lab/EdgeSD-cVSR). | File | Role | |------|------| | `canny_gop1_epoch048.pth` | Family A edge codec (GOP=1) | | `canny_gop2_epoch050.pth` | Family A edge codec (GOP=2) | | `controlnet.ckpt` | Family B ControlNet (StableSR + canny) | | `joint_I_frame.ckpt` | Family C joint train (GOP=1 / I-frame) | | `joint_P_frame.ckpt` | Family C joint train (GOP=2 / I+P) | ```bash hf download SCU-VIP-Lab/EdgeSD-cVSR-checkpoints --local-dir checkpoints ```