Levent Özbek
Levent Özbek
@asomoza Getting this error now: ``` TypeError: StableDiffusionInpaintPipeline.__init__() got an unexpected keyword argument 'tokenizer_2' ``` This is my updated code: ``` device = "cuda" model_path = "weights/realisticStockPhoto_v20.safetensors" pipe = StableDiffusionInpaintPipeline.from_single_file(...
Thanks. It works.
> I strongly recommend you examine [the docs page for that pipeline](https://huggingface.co/docs/diffusers/main/en/api/pipelines/stable_diffusion/stable_diffusion_xl#diffusers.StableDiffusionXLInpaintPipeline). Definitely will do. Thanks. But just a cursory overview, I don't see a lot of what I listed...