Local backend python implementations for github.com/maruel/genai.
These scripts are embedded in the main executable and are run when model
"python"
is requested.
These scripts can be run stand alone, e.g. to run the Stable Diffusion image generator on a separate machine, or to customize the image generation.
./setup.sh
source venv/bin/activate
./image_gen.py --host 0.0.0.0 --port 8032
setup.bat
venv\Scripts\activate
python image_gen.py --host 0.0.0.0 --port 8032
./setup.sh
source venv/bin/activate
./llm.py --host 0.0.0.0 --port 8031
setup.bat
venv\Scripts\activate
python llm.py --host 0.0.0.0 --port 8031