Uminosachi / sd-webui-inpaint-anything

Inpaint Anything extension performs stable diffusion inpainting on a browser UI using masks from Segment Anything.
Apache License 2.0
1.11k stars 101 forks source link

Update lama-cleaner/iopaint #129

Open d8ahazard opened 8 months ago

d8ahazard commented 8 months ago

Lama-cleaner has been updated and replaced with "iopaint".

Uminosachi commented 8 months ago

Thank you for your contribution to the code. I have reviewed IOPaint, but as it is still in Beta release, I would like to wait for any fixes until the official release. What do you think?

Uminosachi commented 7 months ago

I have verified the official release of IOPaint and will approve the pull request shortly.

Uminosachi commented 7 months ago

I will hold off on merging due to the following error that occurred while importing the iopaint package:

      File "/stable-diffusion-webui/venv/lib/python3.11/site-packages/iopaint/schema.py", line 16, in <module>
        from pydantic import BaseModel, Field, field_validator, computed_field
    ImportError: cannot import name 'field_validator' from 'pydantic' (/stable-diffusion-webui/venv/lib/python3.11/site-packages/pydantic/__init__.cpython-311-x86_64-linux-gnu.so)