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
/
RSEdit-DiT

Image-to-Image
Diffusers
TensorBoard
Safetensors
RSEditDiTPipeline
remote-sensing
image-editing
diffusion
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Diffusers

    How to use BiliSakura/RSEdit-DiT 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("BiliSakura/RSEdit-DiT", 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
RSEdit-DiT
27.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
BiliSakura's picture
BiliSakura
nielsr's picture
nielsr HF Staff
Improve model card: add metadata, links and sample usage (#1)
63fcc8c 2 months ago
  • checkpoint-30000
    Upload RSEdit-DiT 4 months ago
  • logs
    Upload RSEdit-DiT 4 months ago
  • scheduler
    Upload RSEdit-DiT 4 months ago
  • text_encoder
    Upload RSEdit-DiT 4 months ago
  • tokenizer
    Upload RSEdit-DiT 4 months ago
  • transformer
    Upload RSEdit-DiT 4 months ago
  • vae
    Upload RSEdit-DiT 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.51 kB
    Improve model card: add metadata, links and sample usage (#1) 2 months ago
  • model_index.json
    404 Bytes
    Upload RSEdit-DiT 4 months ago
  • pipeline_rsedit_dit.py
    23.9 kB
    Update README.md and *.py files for RSEdit-DiT 4 months ago