stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

Lama Cleaner add runway-sd1.5-inpainting support

Open Sanster opened this issue 2 years ago • 0 comments

Thank you for open-sourcing your code and pre-training model. I maintain an inpainting tool Lama Cleaner that allows anyone to easily use the SOTA inpainting model.

https://user-images.githubusercontent.com/3998421/196976498-ba1ad3ab-fa18-4c55-965f-5c6683141375.mp4

It's really easy to install and start to use sd1.5 inpainting model. First, accepting the terms to access runwayml/stable-diffusion-inpainting model, and get an access token from here huggingface access token.

pip install lama-cleaner
# Models will be downloaded at first time used
lama-cleaner --model=sd1.5 --hf_access_token=hf_you_hugging_face_access_token
# Lama Cleaner is now running at http://localhost:8080

Sanster avatar Oct 20 '22 14:10 Sanster