Not-For-All-Audiences
nsfw
Update Summary for ST Beginners.md
Browse files
Summary for ST Beginners.md
CHANGED
@@ -32,6 +32,7 @@ If you have:
|
|
32 |
Next we can chose Ooba or TabbyAPI. For me they the same in use, but for some people TabbyAPI more stable. Ooba easier to install.
|
33 |
|
34 |
1. [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui) oobabooga is the nick name of the creator of text-generation-webui but everyone calls text-generation-webui as oobabooga(Poor guy, maybe resigned to this fate and doesn't even try to change it, it's good leason for peopel how to not name their creation). Setup pretty straightforward just follow github page instructions, it will do all stuff for you and even download and install separate version of Miniconda only for itself. I newer have problems with it, or it installation messed up something else. As install ends we open CMD_FLAGS.txt and adding --api to it with trust me bro mark.
|
|
|
35 |
|
36 |
By starting it you will get in terminal - link for WebUI.
|
37 |
2. [TabbyAPI](https://github.com/theroyallab/tabbyAPI) How to setup [Getting-Started](https://github.com/theroyallab/tabbyAPI/wiki/1.-Getting-Started) Here I would recommend as guide says "Alternatively, you can use miniconda if it's present on your system." and we does. We scrolling down to "1f. Other installation methods" ignoring Warning for dumb people and from 2 step doing step by step. We don't use venv! As install is done and it's running you can see that it has no web link to UI. And it's simple TabbyAPI don't have one and don't need(my opinion). We copy paste config_sample.yml in tabbyAPI folder, rename copy to config.yml and open and you guessed -> reeding it all. Before we done we need do one more thing, add this after @echo off inside start.bat
|
|
|
32 |
Next we can chose Ooba or TabbyAPI. For me they the same in use, but for some people TabbyAPI more stable. Ooba easier to install.
|
33 |
|
34 |
1. [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui) oobabooga is the nick name of the creator of text-generation-webui but everyone calls text-generation-webui as oobabooga(Poor guy, maybe resigned to this fate and doesn't even try to change it, it's good leason for peopel how to not name their creation). Setup pretty straightforward just follow github page instructions, it will do all stuff for you and even download and install separate version of Miniconda only for itself. I newer have problems with it, or it installation messed up something else. As install ends we open CMD_FLAGS.txt and adding --api to it with trust me bro mark.
|
35 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63407b719dbfe0d48b2d763b/TORjk6i6tUbvj7ZKi1YWO.png)
|
36 |
|
37 |
By starting it you will get in terminal - link for WebUI.
|
38 |
2. [TabbyAPI](https://github.com/theroyallab/tabbyAPI) How to setup [Getting-Started](https://github.com/theroyallab/tabbyAPI/wiki/1.-Getting-Started) Here I would recommend as guide says "Alternatively, you can use miniconda if it's present on your system." and we does. We scrolling down to "1f. Other installation methods" ignoring Warning for dumb people and from 2 step doing step by step. We don't use venv! As install is done and it's running you can see that it has no web link to UI. And it's simple TabbyAPI don't have one and don't need(my opinion). We copy paste config_sample.yml in tabbyAPI folder, rename copy to config.yml and open and you guessed -> reeding it all. Before we done we need do one more thing, add this after @echo off inside start.bat
|