Diffusers
Safetensors
remote-sensing
computer-vision
diffusion-models
controlnet
generative-model
earth-observation
open-vocabulary
image-dataset
Instructions to use jaychempan/EarthSynth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jaychempan/EarthSynth with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("jaychempan/EarthSynth") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Upload 7 files
Browse files- .gitattributes +7 -0
- assets/EarthSy.png +3 -0
- assets/EarthSynth-180K-Map.png +3 -0
- assets/EarthSynth-180K.png +3 -0
- assets/EarthSynth-FM.png +3 -0
- assets/EarthSynth-Framwork.png +3 -0
- assets/Vis.png +3 -0
- assets/inst.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/EarthSy.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
assets/EarthSynth-180K-Map.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
assets/EarthSynth-180K.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
assets/EarthSynth-FM.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
assets/EarthSynth-Framwork.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
assets/inst.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
assets/Vis.png filter=lfs diff=lfs merge=lfs -text
|
assets/EarthSy.png
ADDED
|
Git LFS Details
|
assets/EarthSynth-180K-Map.png
ADDED
|
Git LFS Details
|
assets/EarthSynth-180K.png
ADDED
|
Git LFS Details
|
assets/EarthSynth-FM.png
ADDED
|
Git LFS Details
|
assets/EarthSynth-Framwork.png
ADDED
|
Git LFS Details
|
assets/Vis.png
ADDED
|
Git LFS Details
|
assets/inst.png
ADDED
|
Git LFS Details
|