This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Remove a person from an image using a stable diffusion server | |
This short demo accompanies the Medium article "Stable Diffusion as an API: Make a Person-Removing Microservice". | |
The full article can be found here: https://towardsdatascience.com/stable-diffusion-as-an-api-5e381aec1f6 | |
Example usage: | |
python inpaint-person.py my-image.jpg -W 768 -H 768 -o my-output.png | |
""" |