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

  • Log In
  • Sign Up

BiliSakura
/
DiffusionSat-Single-512

Text-to-Image
Diffusers
Safetensors
English
DiffusionSatPipeline
satellite
controlnet
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use BiliSakura/DiffusionSat-Single-512 with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("BiliSakura/DiffusionSat-Single-512")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
DiffusionSat-Single-512
5.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
BiliSakura's picture
BiliSakura
Add files using upload-large-folder tool
42b1935 verified 23 days ago
  • __pycache__
    Add files using upload-large-folder tool 2 months ago
  • demo_images
    Add files using upload-large-folder tool 23 days ago
  • feature_extractor
    Update all files for DiffusionSat-Single-512 3 months ago
  • scheduler
    Add files using upload-large-folder tool 23 days ago
  • text_encoder
    Update all files for DiffusionSat-Single-512 3 months ago
  • tokenizer
    Update all files for DiffusionSat-Single-512 3 months ago
  • unet
    Add files using upload-large-folder tool 2 months ago
  • vae
    Update all files for DiffusionSat-Single-512 3 months ago
  • .gitattributes
    1.52 kB
    Add files using upload-large-folder tool 23 days ago
  • README.md
    2.33 kB
    Add files using upload-large-folder tool 23 days ago
  • demo.ipynb
    1.54 MB
    Add files using upload-large-folder tool 2 months ago
  • model_index.json
    526 Bytes
    Update all files for DiffusionSat-Single-512 3 months ago
  • pipeline_diffusionsat.py
    15.6 kB
    Add files using upload-large-folder tool 2 months ago
  • run_ablation_inference.py
    3.13 kB
    Add files using upload-large-folder tool 2 months ago
  • run_demo_inference.py
    5.26 kB
    Add files using upload-large-folder tool 2 months ago
  • sat_unet.py
    142 Bytes
    Add files using upload-large-folder tool 2 months ago