Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

wrice
/
swin2sr-laion-hd

Image-to-Image
Transformers
Safetensors
swin2sr
Model card Files Files and versions
xet
Community

Instructions to use wrice/swin2sr-laion-hd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wrice/swin2sr-laion-hd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-to-image", model="wrice/swin2sr-laion-hd")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageToImage
    
    processor = AutoImageProcessor.from_pretrained("wrice/swin2sr-laion-hd")
    model = AutoModelForImageToImage.from_pretrained("wrice/swin2sr-laion-hd")
  • Notebooks
  • Google Colab
  • Kaggle
swin2sr-laion-hd
48.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 259 commits
wrice's picture
wrice
Upload Swin2SRForImageSuperResolution
1ba921b verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload Swin2SRForImageSuperResolution over 1 year ago
  • config.json
    860 Bytes
    Upload Swin2SRForImageSuperResolution over 1 year ago
  • model.safetensors
    48.3 MB
    xet
    Upload Swin2SRForImageSuperResolution over 1 year ago