Update README.md
Browse files
README.md
CHANGED
@@ -23,8 +23,6 @@ language:
|
|
23 |
|
24 |
<!-- Provide a longer summary of what this model is. -->
|
25 |
|
26 |
-
|
27 |
-
|
28 |
- **Developed by:** Decision Labs
|
29 |
- **Model type:** Diffusion Model
|
30 |
- **License:** CC BY-NC 4.0
|
@@ -40,7 +38,21 @@ language:
|
|
40 |
|
41 |
## Uses
|
42 |
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
### Direct Use
|
46 |
|
|
|
23 |
|
24 |
<!-- Provide a longer summary of what this model is. -->
|
25 |
|
|
|
|
|
26 |
- **Developed by:** Decision Labs
|
27 |
- **Model type:** Diffusion Model
|
28 |
- **License:** CC BY-NC 4.0
|
|
|
38 |
|
39 |
## Uses
|
40 |
|
41 |
+
|
42 |
+
Generates images from a given text prompt. The prompts are in the format:
|
43 |
+
|
44 |
+
{style} map of {city} with {features} or
|
45 |
+
satellite image of {city} with {features} or
|
46 |
+
satellite image with {features} or
|
47 |
+
satellite image of {city} with {features} and no {features} and so on…
|
48 |
+
|
49 |
+
So for example:
|
50 |
+
|
51 |
+
“Satellite image of amsterdam with industrial area and highways”
|
52 |
+
“Watercolor style map of Amsterdam with residential area and highways”
|
53 |
+
“Toner style map of Amsterdam with residential area and highways”
|
54 |
+
“Satellite image with forests and residential, no water”
|
55 |
+
|
56 |
|
57 |
### Direct Use
|
58 |
|