MVRL/GeoSynth

Model

Model Card for Model ID

6

9 commits

2 linked in READMEs

updated Apr 8, 2024

See the code

README

Model Card for Model ID

This is a StableDiffusion based model that synthesizes satellite images given text prompts. The base stable diffusion model used is stable-diffusion-2-1-base (v2-1_512-ema-pruned.ckpt).

Model Sources [optional]

Examples

from diffusers import StableDiffusionPipeline

pipe = StableDiffusionPipeline.from_pretrained("MVRL/GeoSynth")
pipe = pipe.to("cuda:0")

image = pipe(
    "Satellite image features a city neighborhood",
).images[0]

image.save("generated_city.jpg")
diffusers
endpoints_compatible
safetensors
text-to-image

Contributors

Srikumar26

9 commits

MVRL/GeoSynth

Model

Model Card for Model ID

6

9 commits

2 linked in READMEs

updated Apr 8, 2024

See the code

README

Model Card for Model ID

This is a StableDiffusion based model that synthesizes satellite images given text prompts. The base stable diffusion model used is stable-diffusion-2-1-base (v2-1_512-ema-pruned.ckpt).

Model Sources [optional]

Examples

from diffusers import StableDiffusionPipeline

pipe = StableDiffusionPipeline.from_pretrained("MVRL/GeoSynth")
pipe = pipe.to("cuda:0")

image = pipe(
    "Satellite image features a city neighborhood",
).images[0]

image.save("generated_city.jpg")
diffusers
endpoints_compatible
safetensors
text-to-image

Contributors

Srikumar26

9 commits