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

MVRL
/
VectorSynth-GiT10M

Image-to-Image
Diffusers
Safetensors
StableDiffusionControlNetPipeline
controlnet
stable-diffusion
satellite-imagery
osm
Model card Files Files and versions
xet
Community

Instructions to use MVRL/VectorSynth-GiT10M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use MVRL/VectorSynth-GiT10M with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("MVRL/VectorSynth-GiT10M")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-2-1-base", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
VectorSynth-GiT10M
6.62 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dcher95's picture
dcher95
Initial release: VectorSynth-GiT10M
9917430 verified 1 day ago
  • __pycache__
    Initial release: VectorSynth-GiT10M 1 day ago
  • controlnet
    Initial release: VectorSynth-GiT10M 1 day ago
  • feature_extractor
    Initial release: VectorSynth-GiT10M 1 day ago
  • render_encoder
    Initial release: VectorSynth-GiT10M 1 day ago
  • scheduler
    Initial release: VectorSynth-GiT10M 1 day ago
  • text_encoder
    Initial release: VectorSynth-GiT10M 1 day ago
  • tokenizer
    Initial release: VectorSynth-GiT10M 1 day ago
  • unet
    Initial release: VectorSynth-GiT10M 1 day ago
  • vae
    Initial release: VectorSynth-GiT10M 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    3.97 kB
    Initial release: VectorSynth-GiT10M 1 day ago
  • model_index.json
    609 Bytes
    Initial release: VectorSynth-GiT10M 1 day ago
  • render.py
    2.5 kB
    Initial release: VectorSynth-GiT10M 1 day ago