Repo_id and Repo_type

Hi im very new, i cant seem to get this to work, and i dont know what im doing, seeking help and understanding. Or can i ignore?

creating model quickly: OSError
Traceback (most recent call last):
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\utils_http.py”, line 409, in hf_raise_for_status
response.raise_for_status()
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\requests\models.py”, line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/None/resolve/main/config.json
The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\transformers\utils\hub.py”, line 342, in cached_file
resolved_file = hf_hub_download(
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\utils_validators.py”, line 114, in _inner_fn
return fn(*args, **kwargs)
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\file_download.py”, line 961, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\file_download.py”, line 1068, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\file_download.py”, line 1596, in _raise_on_head_call_error
raise head_call_error
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\file_download.py”, line 1484, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\utils_validators.py”, line 114, in _inner_fn
return fn(*args, **kwargs)
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\file_download.py”, line 1401, in get_hf_file_metadata
r = _request_wrapper(
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\file_download.py”, line 285, in _request_wrapper
response = _request_wrapper(
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\file_download.py”, line 309, in _request_wrapper
hf_raise_for_status(response)
File “C:\SD-Zluda\stable-diffusion-webui-amdgpu\venv\lib\site-packages\huggingface_hub\utils_http.py”, line 459, in hf_raise_for_status
raise _format(RepositoryNotFoundError, message, response) from e
huggingface_hub.errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6804692e-5cde25df0055b1b9092baca7;023fadc9-7f72-44f9-9567-9a691bbdcd04)

Repository Not Found for url: https://huggingface.co/None/resolve/main/config.json.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see Quickstart

1 Like

This is a bug in older versions, which should have been fixed now…?