Instructions to use thanhhau097/swin2SR-realworld-sr-x4-64-bsrgan-psnr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thanhhau097/swin2SR-realworld-sr-x4-64-bsrgan-psnr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="thanhhau097/swin2SR-realworld-sr-x4-64-bsrgan-psnr")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageToImage processor = AutoImageProcessor.from_pretrained("thanhhau097/swin2SR-realworld-sr-x4-64-bsrgan-psnr") model = AutoModelForImageToImage.from_pretrained("thanhhau097/swin2SR-realworld-sr-x4-64-bsrgan-psnr") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 6