Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ To run this model, first clone https://github.com/hamishivi/tess-2.
|
|
| 22 |
|
| 23 |
Then, after creating a python environment with the correct packages, you can run inference via a ui with:
|
| 24 |
```sh
|
| 25 |
-
./shell_scripts/run_interactive_demo.sh hamishivi/tess2
|
| 26 |
```
|
| 27 |
|
| 28 |
This allows you to directly interact with the model, and shows the diffusion generation process.
|
|
|
|
| 22 |
|
| 23 |
Then, after creating a python environment with the correct packages, you can run inference via a ui with:
|
| 24 |
```sh
|
| 25 |
+
./shell_scripts/run_interactive_demo.sh hamishivi/tess2-v0.3
|
| 26 |
```
|
| 27 |
|
| 28 |
This allows you to directly interact with the model, and shows the diffusion generation process.
|