Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuozhenZhang1999 authored Sep 3, 2024
1 parent a3e96ef commit bf040c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ CUDA 11.7
We provide two models, an efficient version (VFIMamba-S) and a stronger one (VFIMamba).
You can choose what you need by changing the parameter ```model```.

### Hugging Face Demo
For Hugging Face demo, please refer to [the code here](https://github.com/MCG-NJU/VFIMamba/blob/main/hf_demo_2x.py).
```bash
python hf_demo_2x.py --model **model[VFIMamba_S/VFIMamba]** # for 2x interpolation
```

### Manually Load
```shell
python demo_2x.py --model **model[VFIMamba_S/VFIMamba]** # for 2x interpolation
python demo_Nx.py --n 8 --model **model[VFIMamba_S/VFIMamba]** # for 8x interpolation
Expand Down

0 comments on commit bf040c2

Please sign in to comment.