Simple Python desktop app allowing you to make use of Huggingface's Diffuser based models.
- Quickly draw a mask over an image and use a prompt to inpaint into that image
- Draw back over the inpainted image with original image to fix artifacts created
Maybe support for other models- Added- Fix the drag and drop
- add an eraser tool because it's annoying.
- Clone the repository
- Install requirements*
python3 -m pip install -r requirements.txt
- Execute program
python3 main.py
- For CUDA GPUs, you'll need to follow the instructions on Pytorch's website to install with the appropriate CUDA driver version.
- Apple Silicon should work as is.