Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-11-04 | Update requirements_versions.txt | w-e-w | -0/+1 | |
2023-11-03 | Fix parenthesis auto selection | missionfloyd | -1/+1 | |
Fixes #13813 | ||||
2023-11-02 | added accordion settings options | Emily Zeng | -250/+254 | |
2023-11-02 | no idea what i'm doing, trying to support both type of OFT, kblueleaf ↵ | v0xie | -47/+145 | |
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 | -0/+7 | |
2023-11-01 | test implementation based on kohaku diag-oft implementation | v0xie | -21/+38 | |
2023-10-29 | Fix #13796 | Meerkov | -1/+1 | |
Fix comment error that makes understanding scheduling more confusing. | ||||
2023-10-29 | Remove blank line whitespace | Nick Harrison | -1/+1 | |
2023-10-29 | Add assertions for checking additional settings freezing parameters | Nick Harrison | -4/+19 | |
2023-10-29 | Add new arguments to known command prompts | Nick Harrison | -5/+6 | |
2023-10-28 | Add MPS manual cast | KohakuBlueleaf | -1/+5 | |
2023-10-28 | ManualCast for 10/16 series gpu | Kohaku-Blueleaf | -16/+64 | |
2023-10-25 | call state.jobnext() before postproces*() | Won-Kyu Park | -2/+2 | |
2023-10-25 | change torch version | Kohaku-Blueleaf | -2/+2 | |
2023-10-25 | ignore mps for fp8 | Kohaku-Blueleaf | -1/+3 | |
2023-10-25 | Fix alphas cumprod | Kohaku-Blueleaf | -2/+3 | |
2023-10-25 | Fix alphas_cumprod dtype | Kohaku-Blueleaf | -0/+1 | |
2023-10-25 | fp8 for TE | Kohaku-Blueleaf | -0/+7 | |
2023-10-24 | Fix lint | Kohaku-Blueleaf | -1/+1 | |
2023-10-24 | Add CPU fp8 support | Kohaku-Blueleaf | -6/+22 | |
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 | -1/+1 | |
2023-10-23 | Update prompts_from_file script to allow concatenating entries with the ↵ | David Benson | -2/+15 | |
general prompt. | ||||
2023-10-22 | style: conform style | v0xie | -1/+1 | |
2023-10-22 | fix: multiplier applied twice in finalize_updown | v0xie | -1/+22 | |
2023-10-22 | refactor: remove used OFT functions | v0xie | -72/+10 | |
2023-10-21 | fix: use merge_weight to cache value | v0xie | -17/+40 | |
2023-10-21 | style: cleanup oft | v0xie | -75/+7 | |
2023-10-21 | fix: support multiplier, no forward pass hook | v0xie | -10/+33 | |
2023-10-21 | fix: return orig weights during updown, merge weights before forward | v0xie | -21/+69 | |
2023-10-21 | refactor: use forward hook instead of custom forward | v0xie | -9/+24 | |
2023-10-22 | fix Blank line contains whitespace | avantcontra | -1/+1 | |
2023-10-22 | fix bug when using --gfpgan-models-path | avantcontra | -5/+20 | |
2023-10-21 | fix the situation with emphasis editing (aaaa:1.1) bbbb (cccc:1.1) | AUTOMATIC1111 | -0/+6 | |
2023-10-21 | rework some of changes for emphasis editing keys, force conversion of ↵ | AUTOMATIC1111 | -57/+47 | |
old-style emphasis | ||||
2023-10-19 | style: fix ambiguous variable name | v0xie | -2/+2 | |
2023-10-19 | style: formatting | v0xie | -37/+2 | |
2023-10-19 | refactor: fix constraint, re-use get_weight | v0xie | -24/+16 | |
2023-10-19 | Add sdxl only arg | Kohaku-Blueleaf | -0/+4 | |
2023-10-19 | Add fp8 for sd unet | Kohaku-Blueleaf | -32/+36 | |
2023-10-18 | faster by calculating R in updown and using cached R in forward | v0xie | -7/+8 | |
2023-10-18 | faster by using cached R in forward | v0xie | -3/+14 | |
2023-10-18 | inference working but SLOW | v0xie | -40/+75 | |
2023-10-17 | wip incorrect OFT implementation | v0xie | -0/+87 | |
2023-10-16 | feat: refactor | Anthony Fu | -7/+13 | |
2023-10-16 | Interrupt after current generation | Anthony Fu | -8/+17 | |
2023-10-15 | Merge pull request #13644 from XpucT/dev | AUTOMATIC1111 | -10/+14 | |
Start / Restart generation by Ctrl (Alt) + Enter | ||||
2023-10-15 | Add files via upload | Khachatur Avanesian | -167/+167 | |
LF | ||||
2023-10-15 | Update script.js | Khachatur Avanesian | -67/+61 | |
2023-10-15 | Update script.js | Khachatur Avanesian | -62/+68 | |
LF instead CRLF | ||||
2023-10-15 | Update script.js | Khachatur Avanesian | -10/+12 | |
Exclude lambda |