After I have runes the "run.bat", and it automatically opened the web page, I still cannot choose any models in "Stable Diffusion checkpoint" to use. After I have runes the "run.bat", and it automatically opened the web page, I still cannot choose any models in "Stable Diffusion checkpoint" to use. #16145
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Plz help me , terminal output:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.9.4
Commit hash: feee37d
Launching Web UI with arguments:
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Loading weights [92db4295e9] from C:\Users\FUJITSU\Desktop\sd.webui\webui\models\Stable-diffusion\sd3_medium_incl_clips_t5xxlfp8.safetensors
Creating model from config: C:\Users\FUJITSU\Desktop\sd.webui\webui\configs\v1-inference.yaml
C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py:1132: FutureWarning:
resume_download
is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, useforce_download=True
.warnings.warn(
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.creating model quickly: SSLError
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 466, in _make_request
self._validate_conn(conn)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 1095, in _validate_conn
conn.connect()
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connection.py", line 652, in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connection.py", line 805, in ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\ssl.py", line 465, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\ssl.py", line 509, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "ssl.py", line 513, in wrap_socket
File "ssl.py", line 1071, in _create
File "ssl.py", line 1342, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 789, in urlopen
response = self._make_request(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 490, in _make_request
raise new_e
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\adapters.py", line 667, in send
resp = conn.urlopen(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 843, in urlopen
retries = retries.increment(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\retry.py", line 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "threading.py", line 973, in _bootstrap
File "threading.py", line 1016, in _bootstrap_inner
File "threading.py", line 953, in run
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\initialize.py", line 149, in load_model
shared.sd_model # noqa: B018
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\shared_items.py", line 175, in sd_model
return modules.sd_models.model_data.get_sd_model()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 620, in get_sd_model
load_model()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 723, in load_model
sd_model = instantiate_from_config(sd_config.model)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\util.py", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 563, in init
self.instantiate_cond_stage(cond_stage_config)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 630, in instantiate_cond_stage
model = instantiate_from_config(config)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\util.py", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\modules\encoders\modules.py", line 103, in init
self.tokenizer = CLIPTokenizer.from_pretrained(version)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\transformers\tokenization_utils_base.py", line 1784, in from_pretrained
resolved_vocab_files[file_id] = cached_file(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\transformers\utils\hub.py", line 417, in cached_file
resolved_file = hf_hub_download(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1282, in _hf_hub_download_to_cache_dir
(url_to_download, etag, commit_hash, expected_size, head_call_error) = _get_metadata_or_catch_error(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1722, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1645, in get_hf_file_metadata
r = _request_wrapper(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 372, in _request_wrapper
response = _request_wrapper(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 395, in _request_wrapper
response = get_session().request(method=method, url=url, **params)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_http.py", line 66, in send
return super().send(request, *args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\adapters.py", line 698, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))"), '(Request ID: a1bfa741-922b-4bc2-8064-fd4ba9ffd344)')
Failed to create model quickly; will retry using slow method.
Startup time: 26.7s (prepare environment: 5.6s, import torch: 6.9s, import gradio: 3.6s, setup paths: 4.9s, initialize shared: 0.6s, other imports: 2.2s, load scripts: 1.9s, create ui: 0.7s, gradio launch: 0.6s).
C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py:1132: FutureWarning:
resume_download
is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, useforce_download=True
.warnings.warn(
loading stable diffusion model: SSLError
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 466, in _make_request
self._validate_conn(conn)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 1095, in _validate_conn
conn.connect()
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connection.py", line 652, in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connection.py", line 805, in ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\ssl.py", line 465, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\ssl.py", line 509, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "ssl.py", line 513, in wrap_socket
File "ssl.py", line 1071, in _create
File "ssl.py", line 1342, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 789, in urlopen
response = self._make_request(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 490, in _make_request
raise new_e
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\adapters.py", line 667, in send
resp = conn.urlopen(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 843, in urlopen
retries = retries.increment(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\retry.py", line 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "threading.py", line 973, in _bootstrap
File "threading.py", line 1016, in _bootstrap_inner
File "threading.py", line 953, in run
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\initialize.py", line 149, in load_model
shared.sd_model # noqa: B018
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\shared_items.py", line 175, in sd_model
return modules.sd_models.model_data.get_sd_model()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 620, in get_sd_model
load_model()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 732, in load_model
sd_model = instantiate_from_config(sd_config.model)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\util.py", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 563, in init
self.instantiate_cond_stage(cond_stage_config)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 630, in instantiate_cond_stage
model = instantiate_from_config(config)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\util.py", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\modules\encoders\modules.py", line 103, in init
self.tokenizer = CLIPTokenizer.from_pretrained(version)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\transformers\tokenization_utils_base.py", line 1784, in from_pretrained
resolved_vocab_files[file_id] = cached_file(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\transformers\utils\hub.py", line 417, in cached_file
resolved_file = hf_hub_download(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1282, in _hf_hub_download_to_cache_dir
(url_to_download, etag, commit_hash, expected_size, head_call_error) = _get_metadata_or_catch_error(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1722, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1645, in get_hf_file_metadata
r = _request_wrapper(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 372, in _request_wrapper
response = _request_wrapper(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 395, in _request_wrapper
response = get_session().request(method=method, url=url, **params)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_http.py", line 66, in send
return super().send(request, *args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\adapters.py", line 698, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))"), '(Request ID: 9e94a999-c946-4975-8dc3-78a0be66365f)')
Stable diffusion model failed to load
Applying attention optimization: Doggettx... done.
Loading weights [92db4295e9] from C:\Users\FUJITSU\Desktop\sd.webui\webui\models\Stable-diffusion\sd3_medium_incl_clips_t5xxlfp8.safetensors
Creating model from config: C:\Users\FUJITSU\Desktop\sd.webui\webui\configs\v1-inference.yaml
creating model quickly: SSLError
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 466, in _make_request
self._validate_conn(conn)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 1095, in _validate_conn
conn.connect()
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connection.py", line 652, in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connection.py", line 805, in ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\ssl.py", line 465, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\ssl.py", line 509, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "ssl.py", line 513, in wrap_socket
File "ssl.py", line 1071, in _create
File "ssl.py", line 1342, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 789, in urlopen
response = self._make_request(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 490, in _make_request
raise new_e
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\adapters.py", line 667, in send
resp = conn.urlopen(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 843, in urlopen
retries = retries.increment(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\retry.py", line 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "threading.py", line 973, in _bootstrap
File "threading.py", line 1016, in _bootstrap_inner
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\ui.py", line 1154, in
update_image_cfg_scale_visibility = lambda: gr.update(visible=shared.sd_model and shared.sd_model.cond_stage_key == "edit")
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\shared_items.py", line 175, in sd_model
return modules.sd_models.model_data.get_sd_model()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 620, in get_sd_model
load_model()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 723, in load_model
sd_model = instantiate_from_config(sd_config.model)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\util.py", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 563, in init
self.instantiate_cond_stage(cond_stage_config)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 630, in instantiate_cond_stage
model = instantiate_from_config(config)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\util.py", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\modules\encoders\modules.py", line 103, in init
self.tokenizer = CLIPTokenizer.from_pretrained(version)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\transformers\tokenization_utils_base.py", line 1784, in from_pretrained
resolved_vocab_files[file_id] = cached_file(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\transformers\utils\hub.py", line 417, in cached_file
resolved_file = hf_hub_download(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1282, in _hf_hub_download_to_cache_dir
(url_to_download, etag, commit_hash, expected_size, head_call_error) = _get_metadata_or_catch_error(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1722, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1645, in get_hf_file_metadata
r = _request_wrapper(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 372, in _request_wrapper
response = _request_wrapper(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 395, in _request_wrapper
response = get_session().request(method=method, url=url, **params)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_http.py", line 66, in send
return super().send(request, *args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\adapters.py", line 698, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))"), '(Request ID: b200465e-8b17-4961-88fa-cdab3bb3c635)')
Failed to create model quickly; will retry using slow method.
loading stable diffusion model: SSLError
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 466, in _make_request
self._validate_conn(conn)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 1095, in _validate_conn
conn.connect()
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connection.py", line 652, in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connection.py", line 805, in ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\ssl.py", line 465, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\ssl.py", line 509, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "ssl.py", line 513, in wrap_socket
File "ssl.py", line 1071, in _create
File "ssl.py", line 1342, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 789, in urlopen
response = self._make_request(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 490, in _make_request
raise new_e
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\adapters.py", line 667, in send
resp = conn.urlopen(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\connectionpool.py", line 843, in urlopen
retries = retries.increment(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\urllib3\util\retry.py", line 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "threading.py", line 973, in _bootstrap
File "threading.py", line 1016, in _bootstrap_inner
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\ui.py", line 1154, in
update_image_cfg_scale_visibility = lambda: gr.update(visible=shared.sd_model and shared.sd_model.cond_stage_key == "edit")
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\shared_items.py", line 175, in sd_model
return modules.sd_models.model_data.get_sd_model()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 620, in get_sd_model
load_model()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 732, in load_model
sd_model = instantiate_from_config(sd_config.model)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\util.py", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 563, in init
self.instantiate_cond_stage(cond_stage_config)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 630, in instantiate_cond_stage
model = instantiate_from_config(config)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\util.py", line 89, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\repositories\stable-diffusion-stability-ai\ldm\modules\encoders\modules.py", line 103, in init
self.tokenizer = CLIPTokenizer.from_pretrained(version)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\transformers\tokenization_utils_base.py", line 1784, in from_pretrained
resolved_vocab_files[file_id] = cached_file(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\transformers\utils\hub.py", line 417, in cached_file
resolved_file = hf_hub_download(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1282, in _hf_hub_download_to_cache_dir
(url_to_download, etag, commit_hash, expected_size, head_call_error) = _get_metadata_or_catch_error(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1722, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(url=url, proxies=proxies, timeout=etag_timeout, headers=headers)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 1645, in get_hf_file_metadata
r = _request_wrapper(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 372, in _request_wrapper
response = _request_wrapper(
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\file_download.py", line 395, in _request_wrapper
response = get_session().request(method=method, url=url, **params)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\huggingface_hub\utils_http.py", line 66, in send
return super().send(request, *args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\system\python\lib\site-packages\requests\adapters.py", line 698, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))"), '(Request ID: 302c3db1-ee40-4f22-8041-a9ec967641fe)')
Stable diffusion model failed to load
changing setting sd_model_checkpoint to sd3_medium_incl_clips_t5xxlfp8.safetensors [92db4295e9]: AttributeError
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\options.py", line 165, in set
option.onchange()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\call_queue.py", line 13, in f
res = func(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\initialize_util.py", line 181, in
shared.opts.onchange("sd_model_checkpoint", wrap_queued_call(lambda: sd_models.reload_model_weights()), call=False)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 860, in reload_model_weights
sd_model = reuse_model_from_already_loaded(sd_model, checkpoint_info, timer)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 793, in reuse_model_from_already_loaded
send_model_to_cpu(sd_model)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 662, in send_model_to_cpu
if m.lowvram:
AttributeError: 'NoneType' object has no attribute 'lowvram'
changing setting sd_model_checkpoint to v1-5-pruned-emaonly.safetensors: AttributeError
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\options.py", line 165, in set
option.onchange()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\call_queue.py", line 13, in f
res = func(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\initialize_util.py", line 181, in
shared.opts.onchange("sd_model_checkpoint", wrap_queued_call(lambda: sd_models.reload_model_weights()), call=False)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 860, in reload_model_weights
sd_model = reuse_model_from_already_loaded(sd_model, checkpoint_info, timer)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 793, in reuse_model_from_already_loaded
send_model_to_cpu(sd_model)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 662, in send_model_to_cpu
if m.lowvram:
AttributeError: 'NoneType' object has no attribute 'lowvram'
changing setting sd_model_checkpoint to v1-5-pruned-emaonly.safetensors: AttributeError
Traceback (most recent call last):
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\options.py", line 165, in set
option.onchange()
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\call_queue.py", line 13, in f
res = func(*args, **kwargs)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\initialize_util.py", line 181, in
shared.opts.onchange("sd_model_checkpoint", wrap_queued_call(lambda: sd_models.reload_model_weights()), call=False)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 860, in reload_model_weights
sd_model = reuse_model_from_already_loaded(sd_model, checkpoint_info, timer)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 793, in reuse_model_from_already_loaded
send_model_to_cpu(sd_model)
File "C:\Users\FUJITSU\Desktop\sd.webui\webui\modules\sd_models.py", line 662, in send_model_to_cpu
if m.lowvram:
AttributeError: 'NoneType' object has no attribute 'lowvram'
Beta Was this translation helpful? Give feedback.
All reactions