Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,7 @@ huggingface-cli download NewtNewt/MESA --local-dir ./weights
|
|
40 |
## Usage
|
41 |
```python
|
42 |
from MESA.pipeline_terrain import TerrainDiffusionPipeline
|
|
|
43 |
|
44 |
pipe = TerrainDiffusionPipeline.from_pretrained("./weights", torch_dtype=torch.float16)
|
45 |
pipe.to("cuda");
|
|
|
40 |
## Usage
|
41 |
```python
|
42 |
from MESA.pipeline_terrain import TerrainDiffusionPipeline
|
43 |
+
import torch
|
44 |
|
45 |
pipe = TerrainDiffusionPipeline.from_pretrained("./weights", torch_dtype=torch.float16)
|
46 |
pipe.to("cuda");
|