aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack_clip.py
Commit message (Collapse)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
|\ | | | | SD XL support
| * fix CLIP doing the unneeded normalizationAUTOMATIC11112023-07-131-0/+15
| | | | | | | | | | revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt
| * 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 ↵AUTOMATIC2022-12-311-1/+1
| | | | preventing models from loading on lowvram/medvram.
* alt-diffusion integrationAUTOMATIC2022-12-311-9/+5
|
* fix bugszhaohu xing2022-11-301-2/+8
| | | | Signed-off-by: zhaohu xing <920232796@qq.com>
* Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-0/+301