diff options
author | d8ahazard <d8ahazard@gmail.com> | 2022-09-30 14:28:48 +0000 |
---|---|---|
committer | d8ahazard <d8ahazard@gmail.com> | 2022-09-30 14:28:48 +0000 |
commit | 5d52231bcb9fc21953b3d3495b577dc0bd82aa6a (patch) | |
tree | fa2316564942e0449ac6f4b6d0cd9046e9aa61c9 /modules/modelloader.py | |
parent | ca87c09c0ec9f6d3fbfda5d8579907c7017eb629 (diff) | |
download | stable-diffusion-webui-gfx803-5d52231bcb9fc21953b3d3495b577dc0bd82aa6a.tar.gz stable-diffusion-webui-gfx803-5d52231bcb9fc21953b3d3495b577dc0bd82aa6a.tar.bz2 stable-diffusion-webui-gfx803-5d52231bcb9fc21953b3d3495b577dc0bd82aa6a.zip |
Logging....
Cleanup. Sorry.
Diffstat (limited to 'modules/modelloader.py')
-rw-r--r-- | modules/modelloader.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/modelloader.py b/modules/modelloader.py index df29b6ef..8c862b42 100644 --- a/modules/modelloader.py +++ b/modules/modelloader.py @@ -51,7 +51,6 @@ def load_models(model_path: str, model_url: str = None, command_path: str = None if extension not in ext_filter: continue if file not in output: - print(f"FILE: {full_path}") output.append(full_path) if model_url is not None and len(output) == 0: |