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

BiliSakura
/
SkySensepp

Image Segmentation
Diffusers
Safetensors
English
skysensepp
earth-observation
remote-sensing
segmentation
multi-modal
optical
sentinel-1
sentinel-2
computer-vision
custom_code
Model card Files Files and versions
xet
Community

Instructions to use BiliSakura/SkySensepp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use BiliSakura/SkySensepp with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("BiliSakura/SkySensepp", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
SkySensepp / hr
4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
BiliSakura's picture
BiliSakura
Update all files for SkySensepp
c86c0da verified 2 months ago
  • sky_sensepp_impl
    Update all files for SkySensepp 2 months ago
  • config.json
    1.42 kB
    Update all files for SkySensepp 2 months ago
  • configuration_skysensepp.py
    7.38 kB
    Update all files for SkySensepp 2 months ago
  • model.safetensors
    4 GB
    xet
    Update all files for SkySensepp 2 months ago
  • modeling_skysensepp.py
    19.3 kB
    Update all files for SkySensepp 2 months ago
  • pipeline_skysensepp.py
    4.03 kB
    Update all files for SkySensepp 2 months ago