InvokeAI/ldm
Lincoln Stein 943616044a Merge branch 'switch-ksampler-noise-scheduler-adaptively' into development
- This sets a step switchover point at which the k-samplers stop using the
  Karras noise schedule and start using the LatentDiffusion noise schedule.
  The advantage of this is that the Karras schedule produces excellent
  results at low step counts but starts to become unstable at high
  steps.

- A new command argument --karras_max, lets the user set where the
  switchover occurs. Default is 29 steps (1-29 steps Karras),
  (30 or greater LDM)

- Tildebyte, sorry to do a fast forward three-way merge for this
  but rebasing was just too painful due to extensive recent
  changes to the diffuser code.
2022-10-27 16:11:26 -04:00
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke Merge branch 'switch-ksampler-noise-scheduler-adaptively' into development 2022-10-27 16:11:26 -04:00
models Merge branch 'switch-ksampler-noise-scheduler-adaptively' into development 2022-10-27 16:11:26 -04:00
modules acceptable integration of new prompting system and inpainting 2022-10-27 01:51:35 -04:00
generate.py Merge branch 'switch-ksampler-noise-scheduler-adaptively' into development 2022-10-27 16:11:26 -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