Thanks to visit codestin.com
Credit goes to github.com

Skip to content

maruel/genaipy

Repository files navigation

genaipy

Local backend python implementations for github.com/maruel/genai.

Manual testing the python servers

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.

Image Generation

macOS or linux

./setup.sh
source venv/bin/activate
./image_gen.py --host 0.0.0.0 --port 8032

Windows

setup.bat
venv\Scripts\activate
python image_gen.py --host 0.0.0.0 --port 8032

LLM

macOS or linux

./setup.sh
source venv/bin/activate
./llm.py --host 0.0.0.0 --port 8031

Windows

setup.bat
venv\Scripts\activate
python llm.py --host 0.0.0.0 --port 8031

About

Local python backend implementations for github.com/maruel/genai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published