InvokeAI/ldm
xra 2736d7e15e optional weighting for creative blending of prompts
example: "an apple: a banana:0 a watermelon:0.5"
        the above example turns into 3 sub-prompts:
        "an apple" 1.0 (default if no value)
        "a banana" 0.0
        "a watermelon" 0.5
        The weights are added and normalized
        The resulting image will be: apple 66%, banana 0%, watermelon 33%
2022-08-22 22:59:06 +09:00
..
data add code 2021-12-21 03:23:41 +01:00
models preparing for merge into main 2022-08-21 19:57:48 -04:00
modules improved error reporting when a missing online dependency can't be downloaded 2022-08-17 18:06:30 -04:00
lr_scheduler.py add code 2021-12-21 03:23:41 +01:00
simplet2i.py optional weighting for creative blending of prompts 2022-08-22 22:59:06 +09:00
util.py added customized patches and updated the README 2022-08-16 21:34:37 -04:00