Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
---
|
2 |
-
library_name: peft
|
3 |
-
base_model: tiiuae/falcon-rw-1b
|
4 |
-
license: apache-2.0
|
5 |
-
language:
|
6 |
-
- en
|
7 |
-
tags:
|
8 |
-
- pcgml
|
9 |
-
- pcg
|
10 |
-
- biome
|
11 |
-
- terrain
|
12 |
-
---
|
13 |
|
14 |
# Model Card for Model ID
|
15 |
|
@@ -22,12 +22,12 @@ Together with SD Heightmap Generation v3.0, 3d terrain can be procedurally gener
|
|
22 |
## Uses
|
23 |
Example Inference:<br>
|
24 |
|
25 |
-
|
26 |
|
27 |
Result:<br>
|
28 |
|
29 |
-
|
30 |
-
|
31 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
32 |
|
33 |
Requires: ~8GB VRAM
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: tiiuae/falcon-rw-1b
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- pcgml
|
9 |
+
- pcg
|
10 |
+
- biome
|
11 |
+
- terrain
|
12 |
+
---
|
13 |
|
14 |
# Model Card for Model ID
|
15 |
|
|
|
22 |
## Uses
|
23 |
Example Inference:<br>
|
24 |
|
25 |
+
<prompt> Alpine mountains and a forest adorned with red flowers.
|
26 |
|
27 |
Result:<br>
|
28 |
|
29 |
+
<prompt> Alpine mountains and a forest adorned with red flowers.<br>
|
30 |
+
<biomes> [{'Entities': {'Boulders': [], 'BouldersSpawnrate': 0.0, 'Grass': [{'BaseTint': '#ff0000', 'Id': 'flowers'}], 'GrassSpawnrate': 0.0, 'Trees': [], 'TreesSpawnrate': 0.0}, 'Name': 'Red Flowers', 'SpawnCondition': {'HeightRange': [0.0, 0.1], 'SlopeRange': [0.0, 0.1]}, 'Texturing': {'GroundTexture': 'grass', 'GroundTextureTint': '#7cfc00', 'SlopeTexture': 'grass', 'SlopeTextureTint': '#7cfc00'}}, {'Entities': {'Boulders': [], 'BouldersSpawnrate': 0.0, 'Grass': [], 'GrassSpawnrate': 0.0, 'Trees': [{'BaseTint': '#ffffff', 'Id': 'tree_medium'}], 'TreesSpawnrate': 0.8}, 'Name': 'Mountain Range', 'SpawnCondition': {'HeightRange': [0.0, 0.7], 'SlopeRange': [0.0, 0.5]}, 'Texturing': {'GroundTexture':'stone', 'GroundTextureTint': '#ffffff', 'SlopeTexture':'stone_smooth', 'SlopeTextureTint': '#ffffff'}}]
|
31 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
32 |
|
33 |
Requires: ~8GB VRAM
|