Woolverine94 / biniou

a self-hosted webui for 30+ generative ai
GNU General Public License v3.0
439 stars 42 forks source link

no file webui.cmd #28

Closed opensourcefan2 closed 1 month ago

opensourcefan2 commented 1 month ago

After install there was no webui.cmd found on my PC.

Woolverine94 commented 1 month ago

Hello @opensourcefan2,

Thanks for you feedback.

Webui.cmd is pulled by the git clone command and is unlikely to miss at the end of the install process, unless the install dramatically fails :

Anyway, you can find this file here -right-click and "save as"- and copy it inside the biniou directory if it's the only missing file.

I close this issue as it seems to be an A/V or install problem on your side, but don't hesitate to re-open it and add more details about your setup if required.

Thanks again for reporting.

opensourcefan2 commented 1 month ago

Thanks for your answer. I first installed via installer, then I tried via the batch file. The installation with batch file added more files to the biniou folder, but the folder still only have 3 other folder in it, nothing else. The provided file in your answer didnt help. Both setups went without an error as far as I saw. I dont have an AV (just the Microsoft thingy). I added a pic of the folder. Unbenannt

Woolverine94 commented 1 month ago

@opensourcefan2

You can't reinstall over an existing biniou directory. You have to delete the existing biniou directory after a faulty install and relaunch the installer. Please note that it is not necessary to uninstall the requirements (git, python, etc), they will be handled automatically by the install script. Please also note that the .exe installer only pull the .cmd file installer and launch it, so you can use either the exe or cmd file, result should be the same. You should have way more file in this folder than the 4 folders and webui.cmd after the git clone step. Please also note that biniou takes some time to deploy after installing the requirements and deploy a lot of pip packages.

I think that you probably encountered an error at the first install during the git clone step and everything that happened after was doomed to fail, because the broken biniou folder still exists.

Thanks for your interest in biniou and don't hesitate if you still need some help to install.