Conditioning inpainting script on text prompt

#10
by ArmanMae - opened

I was wondering if anyone has a modified version of scripts/inpaint.py that allows you to condition the inpainting on a text prompt. It seems this script only conditions on the images provided. I noticed there was a new inpainting script in the other repo: https://github.com/pesser/stable-diffusion/blob/main/scripts/inpaint_sd.py but I don't have the model checkpoints to run this one

"Development repository. Please see CompVis/stable-diffusion for the Stable Diffusion release." https://github.com/pesser/stable-diffusion/blob/main/README.md

@agc Right, I'm aware that those checkpoints probably won't be released in the dev repo. But I wasn't sure if something similar could be done using the sd-v1-3 checkpoint

Sign up or log in to comment