diff --git a/data/img2txt/mediums.txt b/data/img2txt/mediums.txt index 87338c8..2fb0aca 100644 --- a/data/img2txt/mediums.txt +++ b/data/img2txt/mediums.txt @@ -1,4 +1,12 @@ +a 2 koma +a 2koma a 3D render +a 4 koma +a 4koma +a 6 koma +a 6koma +a 8 koma +a 8koma a black and white photo a bronze sculpture a cartoon @@ -25,6 +33,7 @@ a gouache a hologram a hyperrealistic painting a jigsaw puzzle +a koma a low poly render a macro photograph a manga drawing diff --git a/docs/1.Installation/1.one-click-installer.md b/docs/1.Installation/1.one-click-installer.md index c9e1de8..5676829 100644 --- a/docs/1.Installation/1.one-click-installer.md +++ b/docs/1.Installation/1.one-click-installer.md @@ -8,15 +8,21 @@ Home Page: https://github.com/Sygil-Dev/sygil-webui ### Installation on Windows: + + - Clone or download the code from the [Repository](https://github.com/Sygil-Dev/sygil-webui). -- Double-click the `installer/install.bat` file and wait for it to handle everything for you. +- Open the `installer` folder and copy the `install.bat` to the root folder next to the `webui.bat` + +- Double-click the `install.bat` file and wait for it to handle everything for you. ### Installation on Linux: - Clone or download the code from the [Repository](https://github.com/Sygil-Dev/sygil-webui). -- Open a terminal on the folder where the code is located and run `./installer/install.sh` ,make sure it has the right permissions and can be executed. +- Open the `installer` folder and copy the `install.sh` to the root folder next to the `webui.sh` + +- Open a terminal on the folder where the code is located and run `./install.sh` ,make sure it has the right permissions and can be executed. - Wait for the installer to handle everything for you.