zhangap commited on
Commit
67ed4a7
·
verified ·
1 Parent(s): 32ece14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -50,8 +50,8 @@ S3Diff is an image super-resolution model finetuned on [SD-Turbo](https://huggin
50
 
51
  We currently provide the following checkpoints:
52
 
53
- - [s3diff.pkl](https://huggingface.co/Iceclear/StableSR/resolve/main/stablesr_000117.ckpt): S3Diff finetuned on [SD-Turbo](https://huggingface.co/stabilityai/sd-turbo) for 30k iterations.
54
- - [de_net.pth](https://huggingface.co/Iceclear/StableSR/resolve/main/stablesr_000117.ckpt): The degradation estimation network, extracted from [mm-realsr](https://github.com/TencentARC/MM-RealSR).
55
 
56
  ## Evaluation Results
57
  See [Paper](https://arxiv.org/abs/2409.17058) for details.
 
50
 
51
  We currently provide the following checkpoints:
52
 
53
+ - [s3diff.pkl](https://huggingface.co/zhangap/S3Diff/tree/main/s3diff.pkl): S3Diff finetuned on [SD-Turbo](https://huggingface.co/stabilityai/sd-turbo) for 30k iterations.
54
+ - [de_net.pth](https://huggingface.co/zhangap/S3Diff/tree/main/de_net.pth): The degradation estimation network, extracted from [mm-realsr](https://github.com/TencentARC/MM-RealSR).
55
 
56
  ## Evaluation Results
57
  See [Paper](https://arxiv.org/abs/2409.17058) for details.