AI Runner allows you to run Stable Diffusion locally using your own hardware. It comes with drawing tools and an infinite canvas which lets you outpaint to any size you wish.
This is the compiled version of AI Runner which you can use without installing any additional dependencies.
- Ubuntu 20.04+ or Windows 10+
- Python 3.10.6
- pip-23.0.1
Build Docker image.
docker-compose build linux
Build AI Runner using Docker
docker-compose run linux bash /app/build.sh
Run the app using Docker
docker-compose run linux python3 /app/main.py
If you would like to use AI Runner as a library, follow this method of installation. Currently there isn't much of an external API so using AI Runner as a library is not recommended.
pip install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 --index-url https://download.pytorch.org/whl/cu117
pip install aihandlerwindows
pip install https://github.com/w4ffl35/diffusers/archive/refs/tags/v0.14.0.ckpt_fix.tar.gz
pip install https://github.com/w4ffl35/transformers/archive/refs/tags/tensor_fix-v1.0.2.tar.gz
pip install https://github.com/acpopescu/bitsandbytes/releases/download/v0.37.2-win.0/bitsandbytes-0.37.2-py3-none-any.whl
pip install airunner --no-deps
pip install https://github.com/w4ffl35/diffusers/archive/refs/tags/v0.14.0.ckpt_fix.tar.gz
pip install https://github.com/w4ffl35/transformers/archive/refs/tags/tensor_fix-v1.0.2.tar.gz
pip install airunner
Type what you would like to see int the prompt textbox. Type what you would like to guide the generator away from in the negative prompt textbox. Click the "Generate" button to generate an image. Adjust settings as you see fit.
Stable Diffusion v1 and v2 models are supported in the following formats
- Diffusers
- Safetensors
- ckpt files
- Textual Inversion embeddings
- txt2txt
- img2img
- txt2pix
- inpaint / outpaint
- controlnet
- Place your custom models in a folder of your choice, for example
~/stablediffusion
- If you have textual embeddings place them in
~/<your_folder>/embeddings
- Start the app and navigate to settings > preferences
- Add the absolute path to the folder you chose to store your models in
- Click OK and restart the app
The following are some previous undocumented features
Misc
hold middle mouse + drag
- Pan the canvas
With the brush tool selected:
hold left or right mouse and drag
- Draw on the canvas
With the eraser tool selected:
hold left or right mouse and drag
- Erase on the canvas
With the active grid area tool selected:
hold ctrl or shift and scroll up or down
- Changes the width and height of the active grid area