908 Commits (a1d3cbf92cfde6b3e02a9c795412d01cdc268934)

Author SHA1 Message Date
alg-wiki 6ad3a53e36 Fixed progress bar output for epoch 3 years ago
alg-wiki ea00c1624b Textual Inversion: Added custom training image size and number of repeats per input image in a single epoch 3 years ago
AUTOMATIC 8f1efdc130 --no-half-vae pt2 3 years ago
alg-wiki 04c745ea4f
Custom Width and Height 3 years ago
AUTOMATIC 7349088d32 --no-half-vae 3 years ago
不会画画的中医不是好程序员 1e18a5ffcc
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
yfszzx 23f2989799 images history over 3 years ago
JC_Array 2f94331df2 removed change in last commit, simplified to adding the visible argument to process_caption_deepbooru and it set to False if deepdanbooru argument is not set 3 years ago
alg-wiki 4ee7519fc2
Fixed progress bar output for epoch 3 years ago
JC_Array 8ec069e64d removed duplicate run_preprocess.click by creating run_preprocess_inputs list and appending deepbooru variable to input list if in scope 3 years ago
alg-wiki 3110f895b2
Textual Inversion: Added custom training image size and number of repeats per input image in a single epoch 3 years ago
yfszzx 8a7c07a214 show image history 3 years ago
brkirch 8acc901ba3 Newer versions of PyTorch use TypedStorage instead
Pytorch 1.13 and later will rename _TypedStorage to TypedStorage, so check for TypedStorage and use _TypedStorage if it is not available. Currently this is needed so that nightly builds of PyTorch work correctly.
3 years ago
JC_Array 1f92336be7 refactored the deepbooru module to improve speed on running multiple interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing. 3 years ago
ssysm 6fdad291bd Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into upstream-master 3 years ago
ssysm cc92dc1f8d add vae path args 3 years ago
Justin Maier 6435691bb1 Add "Scale to" option to Extras 3 years ago
DepFA 4117afff11
Merge branch 'master' into embed-embeddings-in-images 3 years ago
DepFA e2c2925eb4
remove braces from steps 3 years ago
DepFA d6a599ef9b
change caption method 3 years ago
DepFA 0ac3a07eec
add caption image with overlay 3 years ago
DepFA 01fd9cf0d2
change source of step count 3 years ago
DepFA 96f1e6be59
source checkpoint hash from current checkpoint 3 years ago
DepFA 6684610510
correct case on embeddingFromB64 3 years ago
DepFA d0184b8f76
change json tensor key name 3 years ago
DepFA 5d12ec82d3
add encoder and decoder classes 3 years ago
DepFA 969bd8256e
add alternate checkpoint hash source 3 years ago
DepFA 03694e1f99
add embedding load and save from b64 json 3 years ago
AUTOMATIC a65476718f add DoubleStorage to list of allowed classes for pickle 3 years ago
DepFA fa0c5eb81b
Add pretty image captioning functions 3 years ago
AUTOMATIC 8d340cfb88 do not add clip skip to parameters if it's 1 or 0 3 years ago
Fampai 1824e9ee3a Removed unnecessary tmp variable 3 years ago
Fampai ad3ae44108 Updated code for legibility 3 years ago
Fampai ec2bd9be75 Fix issues with CLIP ignore option name change 3 years ago
Fampai a14f7bf113 Corrected CLIP Layer Ignore description and updated its range to the max possible 3 years ago
Fampai e59c66c008 Optimized code for Ignoring last CLIP layers 3 years ago
AUTOMATIC 6c383d2e82 show model selection setting on top of page 3 years ago
Artem Zagidulin 9ecea0a8d6 fix missing png info when Extras Batch Process 3 years ago
AUTOMATIC 875ddfeecf added guard for torch.load to prevent loading pickles with unknown content 3 years ago
AUTOMATIC 9d1138e294 fix typo in filename for ESRGAN arch 3 years ago
AUTOMATIC e6e8cabe0c change up #2056 to make it work how i want it to plus make xy plot write correct values to images 3 years ago
William Moorehouse 594cbfd8fb Sanitize infotext output (for now) 3 years ago
William Moorehouse 006791c13d Fix grabbing the model name for infotext 3 years ago
William Moorehouse d6d10a37bf Added extended model details to infotext 3 years ago
AUTOMATIC 542a3d3a4a fix btoken hypernetworks in XY plot 3 years ago
AUTOMATIC 77a719648d fix logic error in #1832 3 years ago
AUTOMATIC f4578b343d fix model switching not working properly if there is a different yaml config 3 years ago
AUTOMATIC bd833409ac additional changes for saving pnginfo for #1803 3 years ago
Milly 0609ce06c0 Removed duplicate definition model_path 3 years ago
AUTOMATIC 6f6798ddab prevent a possible code execution error (thanks, RyotaK) 3 years ago
AUTOMATIC 0241d811d2 Revert "Fix for Prompts_from_file showing extra textbox."
This reverts commit e2930f9821.
3 years ago
AUTOMATIC ab4fe4f44c hide filenames for save button by default 3 years ago
Tony Beeman cbf6dad02d Handle case where on_show returns the wrong number of arguments 3 years ago
Tony Beeman 86cb16886f Pull Request Code Review Fixes 3 years ago
Tony Beeman e2930f9821 Fix for Prompts_from_file showing extra textbox. 3 years ago
Nicolas Noullet 1ffeb42d38 Fix typo 3 years ago
frostydad ef93acdc73 remove line break 3 years ago
frostydad 03e570886f Fix incorrect sampler name in output 3 years ago
Fampai 122d42687b Fix VRAM Issue by only loading in hypernetwork when selected in settings 3 years ago
AUTOMATIC1111 e00b4df7c6
Merge pull request #1752 from Greendayle/dev/deepdanbooru
Added DeepDanbooru interrogator
3 years ago
aoirusann 14192c5b20 Support `Download` for txt files. 3 years ago
aoirusann 5ab7e88d9b Add `Download` & `Download as zip` 3 years ago
AUTOMATIC 4e569fd888 fixed incorrect message about loading config; thanks anon! 3 years ago
AUTOMATIC c77c89cc83 make main model loading and model merger use the same code 3 years ago
DepFA cd8673bd9b
add embed embedding to ui 3 years ago
DepFA 5841990b0d
Update textual_inversion.py 3 years ago
AUTOMATIC 050a6a798c support loading .yaml config with same name as model
support EMA weights in processing (????)
3 years ago
Aidan Holland 432782163a chore: Fix typos 3 years ago
Edouard Leurent 610a7f4e14 Break after finding the local directory of stable diffusion
Otherwise, we may override it with one of the next two path (. or ..) if it is present there, and then the local paths of other modules (taming transformers, codeformers, etc.) wont be found in sd_path/../.

Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1085
3 years ago
AUTOMATIC 3b2141c5fb add 'Ignore last layers of CLIP model' option as a parameter to the infotext 3 years ago
AUTOMATIC e6e42f98df make --force-enable-xformers work without needing --xformers 3 years ago
Fampai 1371d7608b Added ability to ignore last n layers in FrozenCLIPEmbedder 3 years ago
DepFA b458fa48fe Update ui.py 3 years ago
DepFA 15c4278f1a TI preprocess wording
I had to check the code to work out what splitting was 🤷🏿
3 years ago
Greendayle 0ec80f0125
Merge branch 'master' into dev/deepdanbooru 3 years ago
AUTOMATIC 3061cdb7b6 add --force-enable-xformers option and also add messages to console regarding cross attention optimizations 3 years ago
AUTOMATIC f9c5da1592 add fallback for xformers_attnblock_forward 3 years ago
Greendayle 01f8cb4447 made deepdanbooru optional, added to readme, automatic download of deepbooru model 3 years ago
Artem Zagidulin a5550f0213 alternate prompt 3 years ago
C43H66N12O12S2 cc0258aea7 check for ampere without destroying the optimizations. again. 3 years ago
C43H66N12O12S2 017b6b8744 check for ampere 3 years ago
Greendayle 5329d0aba0 Merge branch 'master' into dev/deepdanbooru 3 years ago
AUTOMATIC cfc33f99d4 why did you do this 3 years ago
Greendayle 2e8ba0fa47 fix conflicts 3 years ago
Milly 4f33289d0f Fixed typo 3 years ago
AUTOMATIC 27032c47df restore old opt_split_attention/disable_opt_split_attention logic 3 years ago
AUTOMATIC dc1117233e simplify xfrmers options: --xformers to enable and that's it 3 years ago
AUTOMATIC 7ff1170a2e emergency fix for xformers (continue + shared) 3 years ago
AUTOMATIC1111 48feae37ff
Merge pull request #1851 from C43H66N12O12S2/flash
xformers attention
3 years ago
C43H66N12O12S2 970de9ee68
Update sd_hijack.py 3 years ago
C43H66N12O12S2 69d0053583
update sd_hijack_opt to respect new env variables 3 years ago
C43H66N12O12S2 ddfa9a9786
add xformers_available shared variable 3 years ago
C43H66N12O12S2 26b459a379
default to split attention if cuda is available and xformers is not 3 years ago
MrCheeze 5f85a74b00 fix bug where when using prompt composition, hijack_comments generated before the final AND will be dropped 3 years ago
ddPn08 772db721a5 fix glob path in hypernetwork.py 3 years ago
AUTOMATIC 7001bffe02 fix AND broken for long prompts 3 years ago
AUTOMATIC 77f4237d1c fix bugs related to variable prompt lengths 3 years ago
AUTOMATIC 4999eb2ef9 do not let user choose his own prompt token count limit 3 years ago
Trung Ngo 00117a07ef check specifically for skipped 3 years ago
Trung Ngo 786d9f63aa Add button to skip the current iteration 3 years ago
AUTOMATIC 45cc0ce3c4 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 706d5944a0 let user choose his own prompt token count limit 3 years ago
leko 616b7218f7 fix: handles when state_dict does not exist 3 years ago
C43H66N12O12S2 91d66f5520
use new attnblock for xformers path 3 years ago
C43H66N12O12S2 76a616fa6b
Update sd_hijack_optimizations.py 3 years ago
C43H66N12O12S2 5d54f35c58
add xformers attnblock and hypernetwork support 3 years ago
brkirch f2055cb1d4 Add hypernetwork support to split cross attention v1
* Add hypernetwork support to split_cross_attention_forward_v1
* Fix device check in esrgan_model.py to use devices.device_esrgan instead of shared.device
3 years ago
C43H66N12O12S2 b70eaeb200
delete broken and unnecessary aliases 3 years ago
C43H66N12O12S2 c9cc65b201
switch to the proper way of calling xformers 3 years ago
AUTOMATIC 12c4d5c6b5 hypernetwork training mk1 3 years ago
Greendayle 5f12e7efd9 linux test 3 years ago
Greendayle fa2ea648db even more powerfull fix 3 years ago
Greendayle 54fa613c83 loading tf only in interrogation process 3 years ago
Greendayle 537da7a304 Merge branch 'master' into dev/deepdanbooru 3 years ago
AUTOMATIC f7c787eb7c make it possible to use hypernetworks without opt split attention 3 years ago
AUTOMATIC 97bc0b9504 do not stop working on failed hypernetwork load 3 years ago
AUTOMATIC d15b3ec001 support loading VAE 3 years ago
AUTOMATIC bad7cb29ce added support for hypernetworks (???) 3 years ago
C43H66N12O12S2 5e3ff846c5
Update sd_hijack.py 3 years ago
C43H66N12O12S2 5303df2428
Update sd_hijack.py 3 years ago
C43H66N12O12S2 35d6b23162
Update sd_hijack.py 3 years ago
C43H66N12O12S2 da4ab2707b
Update shared.py 3 years ago
C43H66N12O12S2 2eb911b056
Update sd_hijack.py 3 years ago
C43H66N12O12S2 f174fb2922
add xformers attention 3 years ago
AUTOMATIC b34b25b4c9 karras samplers for img2img? 3 years ago
Milly 405c8171d1 Prefer using `Processed.sd_model_hash` attribute when filename pattern 3 years ago
Milly 1cc36d170a Added job_timestamp to Processed
So `[job_timestamp]` pattern can use in saving image UI.
3 years ago
Milly 070b7d60cf Added styles to Processed
So `[styles]` pattern can use in saving image UI.
3 years ago
Milly cf7c784fcc Removed duplicate defined models_path
Use `modules.paths.models_path` instead `modules.shared.model_path`.
3 years ago
AUTOMATIC dbc8a4d351 add generation parameters to images shown in web ui 3 years ago
Milly 0bb458f0ca Removed duplicate image saving codes
Use `modules.images.save_image()` instead.
3 years ago
Jairo Correa b66aa334a9 Merge branch 'master' into fix-vram 3 years ago
DepFA fec71e4de2 Default window title progress updates on 3 years ago
DepFA be71115b1a Update shared.py 3 years ago
AUTOMATIC 5993df24a1 integrate the new samplers PR 3 years ago
C43H66N12O12S2 3ddf80a9db add variant setting 3 years ago
C43H66N12O12S2 71901b3d3b add karras scheduling variants 3 years ago
AUTOMATIC 2d3ea42a2d workaround for a mysterious bug where prompt weights can't be matched 3 years ago
AUTOMATIC 5f24b7bcf4 option to let users select which samplers they want to hide 3 years ago
Raphael Stoeckli 4288e53fc2 removed unused import, fixed typo 3 years ago
Raphael Stoeckli 2499fb4e19 Add sanitizer for captions in Textual inversion 3 years ago
AUTOMATIC1111 0e92c36707
Merge pull request #1755 from AUTOMATIC1111/use-typing-list
use typing.list in prompt_parser.py for wider python version support
3 years ago
DepFA 55400c981b Set gradio-img2img-tool default to 'editor' 3 years ago
DepFA af02ee1297
Merge branch 'master' into use-typing-list 3 years ago
DepFA 34c358d10d
use typing.list in prompt_parser.py for wider python version support 3 years ago
AUTOMATIC 20f8ec877a remove type annotations in new code because presumably they don't work in 3.7 3 years ago
AUTOMATIC f8e41a96bb fix various float parsing errors 3 years ago
Greendayle 4320f386d9 removing underscores and colons 3 years ago
AUTOMATIC c26732fbee added support for AND from https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ 3 years ago
Greendayle 17a99baf0c better model search 3 years ago
Greendayle 1506fab29a removing problematic tag 3 years ago
Greendayle 59a2b9e5af deepdanbooru interrogator 3 years ago
DepFA bbdbbd36ed shared.state.interrupt when restart is requested 3 years ago
Jairo Correa 82380d9ac1 Removing parts no longer needed to fix vram 3 years ago
Jairo Correa 1f50971fb8 Merge branch 'master' into fix-vram 3 years ago
xpscyho ef40e4cd4d Display time taken in mins, secs when relevant
Fixes #1656
3 years ago
AUTOMATIC b32852ef03 add editor to img2img 3 years ago
Rae Fu 90e911fd54 prompt_parser: allow spaces in schedules, add test, log/ignore errors
Only build the parser once (at import time) instead of for each step.

doctest is run by simply executing modules/prompt_parser.py
3 years ago
AUTOMATIC 1eb588cbf1 remove functools.cache as some people are having issues with it 3 years ago
AUTOMATIC e1b128d8e4 do not touch p.seed/p.subseed during processing #1181 3 years ago
AUTOMATIC 957e29a8e9 option to not show images in web ui 3 years ago
AUTOMATIC 52cef36f6b emergency fix for img2img 3 years ago
AUTOMATIC1111 e6cbef785a
Merge pull request #1550 from RnDMonkey/#1484_fix_empty_styles_pattern
#1484 fix empty styles pattern
3 years ago
Milly eec1b39bd5 Apply prompt pattern last 3 years ago
Justin Riddiough ea6b0d98a6 Remove pycharm note, fix typo 3 years ago
Justin Riddiough accd00d6b8 Explain how to use second progress bar in pycharm 3 years ago
brkirch e9e2a7ec9a
Merge branch 'master' into cpu-cmdline-opt 3 years ago
AUTOMATIC d5bba20a58 ignore errors in parse for purposes of token counting for #1564 3 years ago
AUTOMATIC b7f3996982 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 6165246124 support interrupting after the previous change 3 years ago
dan 2f1b61d979 Allow nested structures inside schedules 3 years ago
AUTOMATIC 6c6ae28bf5 send all three of GFPGAN's and codeformer's models to CPU memory instead of just one for #1283 3 years ago
brkirch dc9c5a9774 Modify --add-cpu description 3 years ago
brkirch 27ddc24fde Add BSRGAN to --add-cpu 3 years ago
brkirch 2adb249740 Merge branch 'cpu-cmdline-opt' of https://github.com/brkirch/stable-diffusion-webui into cpu-cmdline-opt 3 years ago
brkirch 35a00b0130
Merge branch 'AUTOMATIC1111:master' into cpu-cmdline-opt 3 years ago
brkirch eeab7aedf5 Add --use-cpu command line option
Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option.
3 years ago
AUTOMATIC 5ef0baf5ea add support for gelbooru tags in filenames for textual inversion 3 years ago
brkirch b88e4ea7d6
Merge branch 'master' into master 3 years ago
AUTOMATIC 2865ef4b9a fix broken date in TI 3 years ago
AUTOMATIC 43a74fa595 batch processing for img2img with an empty output directory, by request 3 years ago
AUTOMATIC d15c125db7 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 6491b09c24 use existing function for gfpgan 3 years ago
RnDMonkey 80c418c0d3
Merge branch 'AUTOMATIC1111:master' into #1484_fix_empty_styles_pattern 3 years ago
RnDMonkey 36ea4ac0f5 moved no-style return outside join function 3 years ago
hentailord85ez 34c638142e Fixed when eta = 0
Unexpected behavior when using eta = 0 in something like XY, but your default eta was set to something not 0.
3 years ago
Hanusz Leszek e615d4f9d1 Convert folder icon surrogate pair to valid utf8 3 years ago
AUTOMATIC 2cd6a00f37 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 138662734c use dropdown instead of radio for img2img upscaler selection 3 years ago
AUTOMATIC1111 3fac3764b3
Merge branch 'master' into #1484_fix_empty_styles_pattern 3 years ago
Jairo Correa ad0cc85d1f Merge branch 'master' into stable 3 years ago
AUTOMATIC 166283653c remove LDSR warning 3 years ago
AUTOMATIC 6785331e22 keep textual inversion dataset latents in CPU memory to save a bit of VRAM 3 years ago
AUTOMATIC c7543d4940 preprocessing for textual inversion added 3 years ago
AUTOMATIC c4445225f7 change wording for options 3 years ago
Lopyter 91f327f22b make save to dirs optional for imgs saved from ui 3 years ago
AUTOMATIC1111 688c4a914a
Merge branch 'master' into 1404-script-reload-without-restart 3 years ago
DepFA e808096cf6
correct indent 3 years ago
AUTOMATIC 852fd90c0d emergency fix for disabling SD model download after multiple complaints 3 years ago
AUTOMATIC 0a435f0988 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC1111 0b94fc5033
Merge pull request #1324 from liamkerr/token_updates
Fixing Bugs with Token Counter
3 years ago
AUTOMATIC a1cde7e646 disabled SD model download after multiple complaints 3 years ago
d8ahazard 6365a41f59 Update esrgan_model.py
Use alternate ESRGAN Model download path.
3 years ago
AUTOMATIC 3ff0de2c59 added --disable-console-progressbars to disable progressbars in console
disabled printing prompts to console by default, enabled by --enable-console-prompts
3 years ago
AUTOMATIC 4ec4af6e0b add checkpoint info to saved embeddings 3 years ago
AUTOMATIC 71fe7fa49f fix using aaaa-100 embedding when the prompt has aaaa-10000 and you have both aaaa-100 and aaaa-10000 in the directory with embeddings. 3 years ago
AUTOMATIC 88ec0cf557 fix for incorrect embedding token length calculation (will break seeds that use embeddings, you're welcome!)
add option to input initialization text for embeddings
3 years ago
AUTOMATIC1111 6e063124ac
Merge pull request #1403 from d8ahazard/ScuNET
Add ScuNET Denoiser/Upscaler, Fix some Model Loader issues
3 years ago
liamkerr a32a068ed1
Merge branch 'master' into token_updates 3 years ago
AUTOMATIC f34e2293d0 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 0758f6e641 fix --ckpt option breaking model selection 3 years ago
AUTOMATIC1111 a9d7eb722f
Merge branch 'master' into saving 3 years ago
liamkerr 7308aeefd9
Merge branch 'master' into token_updates 3 years ago
d8ahazard 5d26ba2b4b
Merge branch 'master' into ScuNET 3 years ago
AUTOMATIC 5f561ee95d Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 0114057ad6 fix incorrect use of glob in modelloader for #1410 3 years ago
AUTOMATIC 820f1dc96b initial support for training textual inversion 3 years ago
RnDMonkey 32edf1732f os.path.normpath wasn't working, reverting to manual strip 3 years ago
RnDMonkey 70f5267047 use os.path.normpath for better safety checking 3 years ago
RnDMonkey 3cf1a96006 added safety for blank directory naming patterns 3 years ago
DepFA 2deea86781
Put reload buttons in row and add secondary style 3 years ago
DepFA 07e40ad7f2
add custom script body only refresh option 3 years ago
DepFA cf33268d68
add script body only refresh 3 years ago
DepFA 0aa354bd5e
remove styling from python side 3 years ago
DepFA 027c5aae55
update reloading message style 3 years ago
DepFA 6048002dad
Add scope warning to refresh button 3 years ago
DepFA afaa03c5fd
add redefinition guard to gradio_routes_templates_response 3 years ago
Alexandre Simard 121ed7d36f Add progress bar for SwinIR in cmd
I do not know how to add them to the UI...
3 years ago
DepFA 4f8490cd56
add restart button 3 years ago
DepFA 4c2478a68a
add script reload method 3 years ago
DepFA bc38c80cfc add sampler_noise_scheduler_override switch 3 years ago
DepFA 9de1e56e2d add sampler_noise_scheduler_override property 3 years ago
brkirch bdaa36c844 When device is MPS, use CPU for GFPGAN instead
GFPGAN will not work if the device is MPS, so default to CPU instead.
3 years ago
Liam 3c6a049fc3 consolidated token counter functions 3 years ago
Liam ff8dc1908a fixed token counter for prompt editing 3 years ago
Liam abdbf1de64 token counters now update when roll artist and style buttons are pressed https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893 3 years ago
Jairo Correa ad1fbbae93 Merge branch 'master' into fix-vram 3 years ago
Trung Ngo d1db330010 ALT + return will submit prompt when it's in focus 3 years ago
d8ahazard 8deae07700 Add ScuNET DeNoiser/Upscaler
Q&D Implementation of ScuNET, thanks to our handy model loader. :P

https://github.com/cszn/SCUNet
3 years ago
d8ahazard e82ea20299 Optimize model loader
Child classes only get populated to __subclassess__ when they are imported. We don't actually need to import any of them to webui any more, so clean up webUI imports and make sure loader imports children.

Also, fix command line paths not actually being passed to the scalers.
3 years ago
AUTOMATIC 89f0acc6bf remove extra print from BSRGAN 3 years ago
AUTOMATIC1111 f253790b40
Merge pull request #1371 from d8ahazard/master
Fix LDSR, BSRGAN, recursive SD checkpoint Loading
3 years ago
AUTOMATIC 3f64e23f81 fix model checkpoint merger tab failing to save model 3 years ago
d8ahazard a9a0320d26
Merge branch 'master' into master 3 years ago
AUTOMATIC 2b03f0bbda if --ckpt option is specified, load that model 3 years ago
d8ahazard 7ab91d9e1b Update bsrgan_model.py 3 years ago
d8ahazard 3665551b12 Merge branch 'master' of https://github.com/d8ahazard/stable-diffusion-webui 3 years ago
d8ahazard 8f1d412e7b Fix BSRGAN Model loading. 3 years ago
d8ahazard 2162be514a
Merge branch 'master' into master 3 years ago
AUTOMATIC 3a876b16a9 Merge remote-tracking branch 'origin/master' 3 years ago