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

  • Log In
  • Sign Up

BiliSakura
/
GeoSynth-ControlNets

Image-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
controlnet
remote-sensing
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use BiliSakura/GeoSynth-ControlNets with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("BiliSakura/GeoSynth-ControlNets")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
GeoSynth-ControlNets / controlnet
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
BiliSakura's picture
BiliSakura
Add files using upload-large-folder tool
2e8a26c verified 2 months ago
  • GeoSynth-Canny
    Add files using upload-large-folder tool 2 months ago
  • GeoSynth-OSM
    Add files using upload-large-folder tool 2 months ago
  • GeoSynth-SAM
    Add files using upload-large-folder tool 2 months ago