runwayml / stable-diffusion

Latent Text-to-Image Diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lama Cleaner add runway-sd1.5-inpainting support

Sanster opened this issue · comments

commented

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.

example-0.24.0.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