InvokeAI/ldm
Lincoln Stein a357bf4f19 add !mask command to view output of clipseg
- The !mask command takes an image path, a text prompt, and
  (optionally) a masking threshold. It creates a mask over the region
  indicated by the prompt, and outputs several files that show which
  regions will be masked by the chosen prompt and threshold.

- The mask images should not be passed directly to img2img because
  they are designed for visualization only. Instead, use the
  --text_mask option to pass the selected prompt and threshold.

- See docs/features/INPAINTING.md for details.
2022-10-20 06:56:50 -04:00
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke add !mask command to view output of clipseg 2022-10-20 06:56:50 -04:00
models Fix typo 2022-10-18 08:29:26 -04:00
modules Fix img2img DDIM index out of bound 2022-10-17 22:32:15 -04:00
generate.py add !mask command to view output of clipseg 2022-10-20 06:56:50 -04:00
lr_scheduler.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
simplet2i.py Squashed commit of the following: 2022-09-12 14:31:48 -04:00
util.py add ability to import and edit alternative models online 2022-10-13 23:48:07 -04:00