Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-02 | added accordion settings options | Emily Zeng | |
2023-11-02 | no idea what i'm doing, trying to support both type of OFT, kblueleaf ↵ | v0xie | |
diag_oft has MultiheadAttn which kohya's doesn't?, attempt create new module based off network_lora.py, errors about tensor dim mismatch | |||
2023-11-02 | detect diag_oft type | v0xie | |
2023-11-01 | test implementation based on kohaku diag-oft implementation | v0xie | |
2023-10-29 | Fix #13796 | Meerkov | |
Fix comment error that makes understanding scheduling more confusing. | |||
2023-10-28 | Add MPS manual cast | KohakuBlueleaf | |
2023-10-28 | ManualCast for 10/16 series gpu | Kohaku-Blueleaf | |
2023-10-25 | call state.jobnext() before postproces*() | Won-Kyu Park | |
2023-10-25 | change torch version | Kohaku-Blueleaf | |
2023-10-25 | ignore mps for fp8 | Kohaku-Blueleaf | |
2023-10-25 | Fix alphas cumprod | Kohaku-Blueleaf | |
2023-10-25 | Fix alphas_cumprod dtype | Kohaku-Blueleaf | |
2023-10-25 | fp8 for TE | Kohaku-Blueleaf | |
2023-10-24 | Fix lint | Kohaku-Blueleaf | |
2023-10-24 | Add CPU fp8 support | Kohaku-Blueleaf | |
Since norm layer need fp32, I only convert the linear operation layer(conv2d/linear) And TE have some pytorch function not support bf16 amp in CPU. I add a condition to indicate if the autocast is for unet. | |||
2023-10-23 | linting issue | David Benson | |
2023-10-23 | Update prompts_from_file script to allow concatenating entries with the ↵ | David Benson | |
general prompt. | |||
2023-10-22 | style: conform style | v0xie | |
2023-10-22 | fix: multiplier applied twice in finalize_updown | v0xie | |
2023-10-22 | refactor: remove used OFT functions | v0xie | |
2023-10-21 | fix: use merge_weight to cache value | v0xie | |
2023-10-21 | style: cleanup oft | v0xie | |
2023-10-21 | fix: support multiplier, no forward pass hook | v0xie | |
2023-10-21 | fix: return orig weights during updown, merge weights before forward | v0xie | |
2023-10-21 | refactor: use forward hook instead of custom forward | v0xie | |
2023-10-22 | fix Blank line contains whitespace | avantcontra | |
2023-10-22 | fix bug when using --gfpgan-models-path | avantcontra | |
2023-10-21 | fix the situation with emphasis editing (aaaa:1.1) bbbb (cccc:1.1) | AUTOMATIC1111 | |
2023-10-21 | rework some of changes for emphasis editing keys, force conversion of ↵ | AUTOMATIC1111 | |
old-style emphasis | |||
2023-10-19 | style: fix ambiguous variable name | v0xie | |
2023-10-19 | style: formatting | v0xie | |
2023-10-19 | refactor: fix constraint, re-use get_weight | v0xie | |
2023-10-19 | Add sdxl only arg | Kohaku-Blueleaf | |
2023-10-19 | Add fp8 for sd unet | Kohaku-Blueleaf | |
2023-10-18 | faster by calculating R in updown and using cached R in forward | v0xie | |
2023-10-18 | faster by using cached R in forward | v0xie | |
2023-10-18 | inference working but SLOW | v0xie | |
2023-10-17 | wip incorrect OFT implementation | v0xie | |
2023-10-15 | Merge pull request #13644 from XpucT/dev | AUTOMATIC1111 | |
Start / Restart generation by Ctrl (Alt) + Enter | |||
2023-10-15 | Add files via upload | Khachatur Avanesian | |
LF | |||
2023-10-15 | Update script.js | Khachatur Avanesian | |
2023-10-15 | Update script.js | Khachatur Avanesian | |
LF instead CRLF | |||
2023-10-15 | Update script.js | Khachatur Avanesian | |
Exclude lambda | |||
2023-10-15 | respect keyedit_precision_attention setting when converting from old ↵ | AUTOMATIC1111 | |
(((attention))) syntax | |||
2023-10-15 | Merge pull request #13533 from missionfloyd/edit-attention-fix | AUTOMATIC1111 | |
Edit-attention fixes | |||
2023-10-15 | repair unload sd checkpoint button | AUTOMATIC1111 | |
2023-10-15 | add an option to not print stack traces on ctrl+c. | AUTOMATIC1111 | |
2023-10-15 | Start / Restart generation by Ctrl (Alt) + Enter | Khachatur Avanesian | |
Add ability to interrupt current generation and start generation again by Ctrl (Alt) + Enter | |||
2023-10-14 | Merge pull request #13638 from wkpark/user-settings-2 | AUTOMATIC1111 | |
webui.settings.bat support | |||
2023-10-15 | support webui.settings.bat | Won-Kyu Park | |