Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-12-31 | change import statements for #14478 | AUTOMATIC1111 | -2/+2 | |
2023-12-31 | Add utility to inspect a model's parameters (to get dtype/device) | Aarni Koskela | -1/+2 | |
2023-12-30 | Merge pull request #14390 from wangqyqq/sdxl-inpaint | AUTOMATIC1111 | -0/+6 | |
Supporting for SDXL-Inpaint Model | ||||
2023-12-27 | add some codes for robust | wangqyqq | -2/+3 | |
2023-12-21 | support for sdxl-inpaint model | wangqyqq | -0/+5 | |
2023-10-25 | Fix alphas cumprod | Kohaku-Blueleaf | -1/+1 | |
2023-08-01 | option to keep multiple models in memory | AUTOMATIC1111 | -4/+4 | |
2023-07-29 | textual inversion support for SDXL | AUTOMATIC1111 | -0/+9 | |
2023-07-20 | Update sd_models_xl.py | Janek Mann | -2/+2 | |
Fix width/height not getting fed into the conditioning | ||||
2023-07-14 | initial SDXL refiner support | AUTOMATIC1111 | -11/+46 | |
2023-07-13 | add support for SDXL loras with te1/te2 modules | AUTOMATIC1111 | -1/+0 | |
2023-07-13 | add XL support for live previews: approx and TAESD | AUTOMATIC1111 | -1/+1 | |
2023-07-13 | fix broken img2img | AUTOMATIC1111 | -0/+4 | |
2023-07-13 | fix CLIP doing the unneeded normalization | AUTOMATIC1111 | -1/+2 | |
revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt | ||||
2023-07-13 | lint | AUTOMATIC1111 | -1/+1 | |
2023-07-13 | get attention optimizations to work | AUTOMATIC1111 | -0/+3 | |
2023-07-13 | linter | AUTOMATIC1111 | -2/+0 | |
2023-07-12 | SDXL support | AUTOMATIC1111 | -4/+23 | |
2023-07-11 | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | -0/+40 | |