AnyText Installers
Added 2024-01-05 15:59:56 +0000 UTCAnyText uses Stable Diffusion to improve text generation in images. These installers will simplify the installation, though users of Microsoft Windows may require multiple reboots. Best run with the conda of your choice already installed, though the scripts will also try to do this for you.
For Linux, just download and run the script (bash anytext-install-linux,sh)
For Microsoft Windows, download and run the powershell script from your anaconda powershell prompt (.\anytext-windows-install.ps1). If you've not got anaconda installed as yet, starting from the windows powershell prompt will download miniconda for you to install in the location of your choice.
Note also that Microsoft Windows won't run powershell scripts by default, because that would be too useful. Running the following will allow scripts to be run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser