Srikumar26 commited on
Commit
f724183
1 Parent(s): 6f16d57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ This is a StableDiffusion based model that synthesizes satellite images given te
36
  ```python
37
  from diffusers import StableDiffusionPipeline
38
 
39
- pipe = StableDiffusionPipeline.from_pretrained("MVRL/SD-GeoSynth")
40
  pipe = pipe.to("cuda:0")
41
 
42
  image = pipe(
 
36
  ```python
37
  from diffusers import StableDiffusionPipeline
38
 
39
+ pipe = StableDiffusionPipeline.from_pretrained("MVRL/GeoSynth")
40
  pipe = pipe.to("cuda:0")
41
 
42
  image = pipe(