Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add infotext entry for emphasis; put emphasis into a separate file, add an ↵ | AUTOMATIC1111 | 2024-02-11 | 1 | -9/+12 |
| | | | | option to parse but still ignore emphasis | ||||
* | Update sd_hijack_clip.py | hako-mikan | 2024-02-09 | 1 | -1/+1 |
| | |||||
* | add option | hako-mikan | 2024-02-09 | 1 | -1/+3 |
| | |||||
* | fix missing TI hash | w-e-w | 2023-08-03 | 1 | -0/+2 |
| | |||||
* | textual inversion support for SDXL | AUTOMATIC1111 | 2023-07-29 | 1 | -1/+1 |
| | |||||
* | repair SDXL | AUTOMATIC1111 | 2023-07-26 | 1 | -0/+5 |
| | |||||
* | fix autograd which i broke for no good reason when implementing SDXL | AUTOMATIC1111 | 2023-07-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #11757 from AUTOMATIC1111/sdxl | AUTOMATIC1111 | 2023-07-16 | 1 | -4/+27 |
|\ | | | | | SD XL support | ||||
| * | fix CLIP doing the unneeded normalization | AUTOMATIC1111 | 2023-07-13 | 1 | -0/+15 |
| | | | | | | | | | | revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt | ||||
| * | SDXL support | AUTOMATIC1111 | 2023-07-12 | 1 | -4/+12 |
| | | |||||
* | | add textual inversion hashes to infotext | AUTOMATIC1111 | 2023-07-15 | 1 | -3/+12 |
|/ | |||||
* | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | 2023-06-02 | 1 | -1/+1 |
| | |||||
* | suggestions and fixes from the PR | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | add BREAK keyword to end current text chunk and start the next | AUTOMATIC | 2023-01-15 | 1 | -4/+13 |
| | |||||
* | In-place operations can break gradient calculation | brkirch | 2023-01-07 | 1 | -2/+2 |
| | |||||
* | more comments | AUTOMATIC | 2023-01-07 | 1 | -5/+16 |
| | |||||
* | make it not break on empty inputs; thank you tarded, we are | AUTOMATIC | 2023-01-07 | 1 | -1/+1 |
| | |||||
* | CLIP hijack rework | AUTOMATIC | 2023-01-06 | 1 | -177/+171 |
| | |||||
* | fix 'RuntimeError: Expected all tensors to be on the same device' error ↵ | AUTOMATIC | 2022-12-31 | 1 | -1/+1 |
| | | | | preventing models from loading on lowvram/medvram. | ||||
* | alt-diffusion integration | AUTOMATIC | 2022-12-31 | 1 | -9/+5 |
| | |||||
* | fix bugs | zhaohu xing | 2022-11-30 | 1 | -2/+8 |
| | | | | Signed-off-by: zhaohu xing <920232796@qq.com> | ||||
* | Add support Stable Diffusion 2.0 | AUTOMATIC | 2022-11-26 | 1 | -0/+301 |