Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upscaler.load_model: don't return None, just use exceptions | Aarni Koskela | 2023-06-13 | 1 | -8/+5 |
| | |||||
* | Move `load_file_from_url` to modelloader | Aarni Koskela | 2023-06-13 | 1 | -4/+3 |
| | |||||
* | rename print_error to report, use it with together with package name | AUTOMATIC | 2023-05-31 | 1 | -3/+2 |
| | |||||
* | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | 2023-05-29 | 1 | -5/+2 |
| | | | | by hand | ||||
* | change upscalers to download models into user-specified directory (from ↵ | AUTOMATIC | 2023-05-19 | 1 | -2/+2 |
| | | | | commandline args) rather than the default models/<...> | ||||
* | F401 fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | manual fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+2 |
| | |||||
* | fix `--ldsr-models-path` not working | hitomi | 2023-04-04 | 1 | -7/+13 |
| | |||||
* | Add safetensors support to LDSR | wywywywy | 2022-12-10 | 1 | -2/+6 |
| | |||||
* | LDSR cache / optimization / opt_channelslast | wywywywy | 2022-12-10 | 1 | -0/+1 |
| | |||||
* | Reinstate DDPM V1 to LDSR | wywywywy | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | move #5216 to the extension | AUTOMATIC | 2022-12-03 | 1 | -0/+1 |
| | |||||
* | add built-in extension system | AUTOMATIC | 2022-12-03 | 1 | -0/+63 |
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions |