aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack_clip.py
Commit message (Expand)AuthorAgeFilesLines
* fix missing TI hashw-e-w2023-08-031-0/+2
* textual inversion support for SDXLAUTOMATIC11112023-07-291-1/+1
* repair SDXLAUTOMATIC11112023-07-261-0/+5
* fix autograd which i broke for no good reason when implementing SDXLAUTOMATIC11112023-07-261-2/+2
* Merge pull request #11757 from AUTOMATIC1111/sdxlAUTOMATIC11112023-07-161-4/+27
|\
| * fix CLIP doing the unneeded normalizationAUTOMATIC11112023-07-131-0/+15
| * SDXL supportAUTOMATIC11112023-07-121-4/+12
* | add textual inversion hashes to infotextAUTOMATIC11112023-07-151-3/+12
|/
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-1/+1
* suggestions and fixes from the PRAUTOMATIC2023-05-101-1/+1
* fixes for B007AUTOMATIC2023-05-101-1/+1
* add BREAK keyword to end current text chunk and start the nextAUTOMATIC2023-01-151-4/+13
* In-place operations can break gradient calculationbrkirch2023-01-071-2/+2
* more commentsAUTOMATIC2023-01-071-5/+16
* make it not break on empty inputs; thank you tarded, we areAUTOMATIC2023-01-071-1/+1
* CLIP hijack reworkAUTOMATIC2023-01-061-177/+171
* fix 'RuntimeError: Expected all tensors to be on the same device' error preve...AUTOMATIC2022-12-311-1/+1
* alt-diffusion integrationAUTOMATIC2022-12-311-9/+5
* fix bugszhaohu xing2022-11-301-2/+8
* Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-0/+301