Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: wtfpl
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: wtfpl
|
3 |
+
---
|
4 |
+
How to run!
|
5 |
+
1. Download the checkpoint-4000 folder
|
6 |
+
2. Doanload the Inferencing Script
|
7 |
+
3. Replace the path in the script to where you downloaded the folder to, the path should be to the checkpoint-4000 folder, not the models.safetensor file itself
|
8 |
+
4. make sure you pip installed and have python installed etc
|
9 |
+
5. Run the script from your IDE of choice like vs code or visual studio
|