mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-13 10:20:29 +01:00
- 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. |
||
|---|---|---|
| .. | ||
| orig_scripts | ||
| dream.py | ||
| images2prompt.py | ||
| invoke.py | ||
| legacy_api.py | ||
| merge_embeddings.py | ||
| preload_models.py | ||
| sd-metadata.py | ||