This app is a demo of the img2img feature in Stable Diffusion.
- Install requirements
pip install -r requirements
- Run
lightning run app app.py
- Transform images
On the Web UI, pick an example image and click on "Submit". The input image can be edited by clicking on the pencil icon.
- The code for running stable diffusion on a CPU is adapted from stable_diffusion.openvino by Sergei Belousov.