Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More lora not found warning | w-e-w | 2023-12-30 | 1 | -0/+2 |
| | |||||
* | lint | AUTOMATIC1111 | 2023-08-15 | 1 | -2/+1 |
| | |||||
* | store patches for Lora in a specialized module | AUTOMATIC1111 | 2023-08-15 | 1 | -47/+5 |
| | |||||
* | Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵ | AUTOMATIC1111 | 2023-08-13 | 1 | -3/+3 |
| | | | | logging for error output in console | ||||
* | Add extra norm module into built-in lora ext | Kohaku-Blueleaf | 2023-08-12 | 1 | -0/+16 |
| | | | | | | refer to LyCORIS 1.9.0.dev6 add new option and module for training norm layer (Which is reported to be good for style) | ||||
* | Lora cache in memory | AUTOMATIC1111 | 2023-08-09 | 1 | -0/+3 |
| | |||||
* | hide cards for networks of incompatible stable diffusion version in Lora ↵ | AUTOMATIC1111 | 2023-07-17 | 1 | -0/+2 |
| | | | | extra networks interface | ||||
* | add alias to lyco network | AUTOMATIC1111 | 2023-07-17 | 1 | -1/+4 |
| | | | | | read networks from LyCORIS dir if it exists add credits | ||||
* | some backwards compatibility | AUTOMATIC1111 | 2023-07-17 | 1 | -0/+1 |
| | | | | linter | ||||
* | lora extension rework to include other types of networks | AUTOMATIC1111 | 2023-07-16 | 1 | -39/+40 |
| | |||||
* | calculate hashes for Lora | AUTOMATIC | 2023-05-19 | 1 | -1/+31 |
| | | | | | add lora hashes to infotext when pasting infotext, use infotext's lora hashes to find local loras for <lora:xxx:1> entries whose hashes match loras the user has | ||||
* | Fix ruff lint | Aarni Koskela | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10529 from ryankashi/master | AUTOMATIC1111 | 2023-05-19 | 1 | -0/+4 |
|\ | | | | | Added /sdapi/v1/refresh-loras api checkpoint post request | ||||
| * | Added the refresh-loras post request | ryankashi | 2023-05-18 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'release_candidate' into dev | AUTOMATIC | 2023-05-13 | 1 | -0/+1 |
|\| | |||||
| * | add an option to always refer to lora by filenames | AUTOMATIC | 2023-05-13 | 1 | -0/+1 |
| | | | | | | | | never refer to lora by an alias if multiple loras have same alias or the alias is called none | ||||
* | | suggestions and fixes from the PR | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | | |||||
* | | ruff auto fixes | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
|/ | |||||
* | rework loras api | AUTOMATIC | 2023-05-09 | 1 | -1/+20 |
| | |||||
* | Lora: add an option to use old method of applying loras | AUTOMATIC | 2023-05-08 | 1 | -0/+5 |
| | |||||
* | read infotext params from the other extension for Lora if it's not active | AUTOMATIC | 2023-05-08 | 1 | -0/+1 |
| | |||||
* | Add "None" option to extra networks dropdowns | missionfloyd | 2023-04-18 | 1 | -1/+1 |
| | |||||
* | Lora support for SD2 | AUTOMATIC | 2023-03-26 | 1 | -0/+10 |
| | |||||
* | apply Lora by altering layer's weights instead of adding more calculations ↵ | AUTOMATIC | 2023-03-25 | 1 | -2/+10 |
| | | | | in forward() | ||||
* | add dropdowns in settings for hypernets and loras | AUTOMATIC | 2023-01-28 | 1 | -0/+3 |
| | |||||
* | add an experimental option to apply loras to outputs rather than inputs | AUTOMATIC | 2023-01-25 | 1 | -1/+6 |
| | |||||
* | Lora support! | AUTOMATIC | 2023-01-21 | 1 | -0/+30 |
update readme to reflect some recent changes |