mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-18 12:45:56 +02:00
This was a difficult merge because both PR #1108 and #1243 made changes to obscure parts of the diffusion code. - prompt weighting, merging and cross-attention working - cross-attention does not work with runwayML inpainting model, but weighting and merging are tested and working - CLI command parsing code rewritten in order to get embedded quotes right - --hires now works with runwayML inpainting - --embiggen does not work with runwayML and will give an error - Added an --invert option to invert masks applied to inpainting - Updated documentation |
||
|---|---|---|
| .. | ||
| generator | ||
| restoration | ||
| args.py | ||
| conditioning.py | ||
| devices.py | ||
| image_util.py | ||
| log.py | ||
| model_cache.py | ||
| pngwriter.py | ||
| prompt_parser.py | ||
| readline.py | ||
| seamless.py | ||
| server_legacy.py | ||
| server.py | ||
| txt2mask.py | ||