InvokeAI/ldm/invoke/generator
Lincoln Stein 20551857da add clipseg support for creating inpaint masks from text
On the command line, the new option is --text_mask or -tm.
Example:

```
invoke> a baseball -I /path/to/still_life.png -tm orange
```

This will find the orange fruit in the still life painting and replace
it with an image of a baseball.
2022-10-18 08:27:48 -04:00
..
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py cleanup inpainting and img2img 2022-10-16 08:50:55 -04:00
embiggen.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
img2img.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
inpaint.py cleanup inpainting and img2img 2022-10-16 08:50:55 -04:00
txt2img2img.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
txt2img.py add clipseg support for creating inpaint masks from text 2022-10-18 08:27:48 -04:00