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-fewshot

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

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

  • Libraries
  • Diffusers

    How to use BiliSakura/SkySensepp-fewshot 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-fewshot", 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-fewshot
6.84 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 49 commits
BiliSakura's picture
BiliSakura
Delete sky_sensepp_impl/backbones/__pycache__
6494b8b verified 3 months ago
  • modality_vae
    Update all files for SkySensepp-fewshot 3 months ago
  • sky_sensepp_impl
    Delete sky_sensepp_impl/backbones/__pycache__ 3 months ago
  • .gitattributes
    177 Bytes
    Update all files for SkySensepp-fewshot 3 months ago
  • README.md
    3.61 kB
    Update all files for SkySensepp-fewshot 3 months ago
  • config.json
    1.37 kB
    Update all files for SkySensepp-fewshot 3 months ago
  • configuration_skysensepp.py
    7.38 kB
    Update all files for SkySensepp-fewshot 3 months ago
  • model.safetensors
    6.43 GB
    xet
    Update all files for SkySensepp-fewshot 3 months ago
  • modeling_skysensepp.py
    20 kB
    Update all files for SkySensepp-fewshot 3 months ago
  • pipeline_skysensepp.py
    4.03 kB
    Update all files for SkySensepp-fewshot 3 months ago