InvokeAI/ldm/models/diffusion
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
..
__init__.py add code 2021-12-21 03:23:41 +01:00
classifier.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
cross_attention_control.py rename override/restore methods to better reflect what they actually do 2023-01-30 16:23:44 +01:00
cross_attention_map_saving.py Save and display per-token attention maps (#1866) 2022-12-10 15:57:41 +01:00
ddim.py rename override/restore methods to better reflect what they actually do 2023-01-30 16:23:44 +01:00
ddpm.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
ksampler.py rename override/restore methods to better reflect what they actually do 2023-01-30 16:23:44 +01:00
plms.py rename override/restore methods to better reflect what they actually do 2023-01-30 16:23:44 +01:00
sampler.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
shared_invokeai_diffusion.py Add symmetry to generation (#2675) 2023-02-20 07:33:19 -05:00