InvokeAI/ldm
Jonathan ca8d9fb885
Add symmetry to generation (#2675)
Added symmetry to Invoke based on discussions with @damian0815. This can currently only be activated via the CLI with the `--h_symmetry_time_pct` and `--v_symmetry_time_pct` options. Those take values from 0.0-1.0, exclusive, indicating the percentage through generation at which symmetry is applied as a one-time operation. To have symmetry in either axis applied after the first step, use a very low value like 0.001.
2023-02-20 07:33:19 -05:00
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke Add symmetry to generation (#2675) 2023-02-20 07:33:19 -05:00
models Add symmetry to generation (#2675) 2023-02-20 07:33:19 -05:00
modules Fix behavior when encountering a bad embedding (#2721) 2023-02-19 14:04:59 +00:00
__init__.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
generate.py Add symmetry to generation (#2675) 2023-02-20 07:33:19 -05: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 fix broken !import_model downloads 2023-02-13 22:14:24 -05:00