AUTOMATIC1111
|
da8916f926
|
added torch.mps.empty_cache() to torch_gc()
changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
|
2023-07-08 17:13:18 +03:00 |
|
Aarni Koskela
|
bf67a5dcf4
|
Upscaler.load_model: don't return None, just use exceptions
|
2023-06-13 12:44:25 +03:00 |
|
Aarni Koskela
|
89352a2f52
|
Move load_file_from_url to modelloader
|
2023-06-13 12:38:28 +03:00 |
|
Aarni Koskela
|
51864790fd
|
Simplify a bunch of len(x) > 0 /len(x) == 0 style expressions
|
2023-06-02 15:07:10 +03:00 |
|
AUTOMATIC
|
05933840f0
|
rename print_error to report, use it with together with package name
|
2023-05-31 19:56:37 +03:00 |
|
AUTOMATIC1111
|
52b8752e62
|
Merge branch 'dev' into report-error
|
2023-05-31 19:15:21 +03:00 |
|
Aarni Koskela
|
5fcdaa6a7f
|
Vendor in the single module used from taming_transformers; remove taming_transformers dependency
(and fix the two ruff complaints)
|
2023-05-30 12:47:57 +03:00 |
|
Aarni Koskela
|
00dfe27f59
|
Add & use modules.errors.print_error where currently printing exception info by hand
|
2023-05-29 09:17:30 +03:00 |
|
AUTOMATIC
|
df6fffb054
|
change upscalers to download models into user-specified directory (from commandline args) rather than the default models/<...>
|
2023-05-19 09:09:18 +03:00 |
|
Aarni Koskela
|
49a55b410b
|
Autofix Ruff W (not W605) (mostly whitespace)
|
2023-05-11 20:29:11 +03:00 |
|
AUTOMATIC
|
d25219b7e8
|
manual fixes for some C408
|
2023-05-10 11:55:09 +03:00 |
|
AUTOMATIC
|
a5121e7a06
|
fixes for B007
|
2023-05-10 11:37:18 +03:00 |
|
AUTOMATIC
|
550256db1c
|
ruff manual fixes
|
2023-05-10 11:19:16 +03:00 |
|
AUTOMATIC
|
028d3f6425
|
ruff auto fixes
|
2023-05-10 11:05:02 +03:00 |
|
AUTOMATIC
|
4b854806d9
|
F401 fixes for ruff
|
2023-05-10 09:02:23 +03:00 |
|
AUTOMATIC
|
96d6ca4199
|
manual fixes for ruff
|
2023-05-10 08:25:25 +03:00 |
|
AUTOMATIC
|
762265eab5
|
autofixes from ruff
|
2023-05-10 07:52:45 +03:00 |
|
hitomi
|
2ba42bfbd2
|
fix --ldsr-models-path not working
|
2023-04-04 20:39:51 +08:00 |
|
AUTOMATIC
|
924e222004
|
add option to show/hide warnings
removed hiding warnings from LDSR
fixed/reworked few places that produced warnings
|
2023-01-18 23:04:24 +03:00 |
|
Yuval Aboulafia
|
3bf5591efe
|
fix F541 f-string without any placeholders
|
2022-12-24 21:35:29 +02:00 |
|
wywywywy
|
8bcdd50461
|
Add safetensors support to LDSR
|
2022-12-10 18:57:18 +00:00 |
|
wywywywy
|
1581d5a167
|
Made device agnostic
|
2022-12-10 14:07:27 +00:00 |
|
wywywywy
|
6df316c881
|
LDSR cache / optimization / opt_channelslast
|
2022-12-10 13:54:29 +00:00 |
|
wywywywy
|
a8ae263c69
|
Reinstate DDPM V1 to LDSR
|
2022-12-04 13:42:19 +00:00 |
|
AUTOMATIC
|
0d21624cee
|
move #5216 to the extension
|
2022-12-03 18:16:19 +03:00 |
|
AUTOMATIC
|
b6e5edd746
|
add built-in extension system
add support for adding upscalers in extensions
move LDSR, ScuNET and SwinIR to built-in extensions
|
2022-12-03 18:06:33 +03:00 |
|