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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kaopanboonyuen
/
KAO-DIFFSAT-VHR-v1

Image-to-Image
Diffusers
PyTorch
Safetensors
English
StableDiffusionInpaintPipeline
stable-diffusion
image-inpainting
remote-sensing
satellite
vhr
diffusion
geospatial
Model card Files Files and versions
xet
Community

Instructions to use kaopanboonyuen/KAO-DIFFSAT-VHR-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use kaopanboonyuen/KAO-DIFFSAT-VHR-v1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("kaopanboonyuen/KAO-DIFFSAT-VHR-v1", torch_dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
KAO-DIFFSAT-VHR-v1 / img
31 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
kaopanboonyuen's picture
kaopanboonyuen
πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1
3f8be19 3 months ago
  • re_all_01.png
    2.29 MB
    xet
    πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1 3 months ago
  • re_all_02.png
    2.29 MB
    xet
    πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1 3 months ago
  • re_all_03.png
    2.32 MB
    xet
    πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1 3 months ago
  • re_all_04.png
    2.31 MB
    xet
    πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1 3 months ago
  • re_all_05.png
    2.36 MB
    xet
    πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1 3 months ago
  • re_all_06.png
    2.32 MB
    xet
    πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1 3 months ago
  • re_show_01.png
    8.68 MB
    xet
    πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1 3 months ago
  • re_show_02.png
    8.4 MB
    xet
    πŸš€ Initial Release: KAO-DIFFSAT-VHR-v1 3 months ago