Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
16 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 125 commits
BiliSakura's picture
BiliSakura
Update all files for SkySensepp
c86c0da verified 2 months ago
  • hr
    Update all files for SkySensepp 2 months ago
  • modality_vae
    Update all files for SkySensepp 2 months ago
  • s1
    Update all files for SkySensepp 2 months ago
  • s2
    Update all files for SkySensepp 2 months ago
  • sky_sensepp_impl
    Update all files for SkySensepp 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    7.52 kB
    Update all files for SkySensepp 2 months ago
  • config.json
    1.38 kB
    Update all files for SkySensepp 2 months ago
  • configuration_skysensepp.py
    4.11 kB
    Update all files for SkySensepp 2 months ago
  • model.safetensors
    6.43 GB
    xet
    Update all files for SkySensepp 2 months ago
  • modeling_skysensepp.py
    19.4 kB
    Update all files for SkySensepp 2 months ago
  • pipeline_skysensepp.py
    4.5 kB
    Update all files for SkySensepp 2 months ago