inpainting model Conversion error #12
-
Thanks How do I solve the problem? Currently in webui - inpainting I am using (onnx inpainting model) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, a true inpainting model differs from a txt2img model. It has more channels (for the mask and the source image). If you start from .ckpt/.safetensors you'll need a different yaml. To simplify solving this, I have added a v1 inpaint yaml for models that don't come with one. Should allow you to import any v1 based inpaint model (which should be most of them). |
Beta Was this translation helpful? Give feedback.
Hi, a true inpainting model differs from a txt2img model. It has more channels (for the mask and the source image). If you start from .ckpt/.safetensors you'll need a different yaml. To simplify solving this, I have added a v1 inpaint yaml for models that don't come with one. Should allow you to import any v1 based inpaint model (which should be most of them).