Hello at Hugging Face.
Today I have tried to access:
- Space URL: Stable Diffusion XL on TPUv5e - a Hugging Face Space by google
- My Hugging Face username: Russell Gibbon
- Browser: Firefox on Windows 10
Here is the error message . . .
runtime error
Exit code: 1. Reason: Traceback (most recent call last): File “/home/user/app/app.py”, line 81, in word_list_dataset = load_dataset(“google/word-list-sd”, data_files=“list.txt”) File “/usr/local/lib/python3.10/site-packages/datasets/load.py”, line 1392, in load_dataset builder_instance = load_dataset_builder( File “/usr/local/lib/python3.10/site-packages/datasets/load.py”, line 1132, in load_dataset_builder dataset_module = dataset_module_factory( File “/usr/local/lib/python3.10/site-packages/datasets/load.py”, line 1025, in dataset_module_factory raise e1 from None File “/usr/local/lib/python3.10/site-packages/datasets/load.py”, line 980, in dataset_module_factory raise DatasetNotFoundError(f"Dataset ‘{path}’ doesn’t exist on the Hub or cannot be accessed.") from e datasets.exceptions.DatasetNotFoundError: Dataset ‘google/word-list-sd’ doesn’t exist on the Hub or cannot be accessed.
Container logs:
Failed to retrieve error logs: SSE is not enabled
Please can you fix this.
Thank you
Russell Gibbon
1 Like
This error indicates that the google/word-list-sd dataset repository does not exist. If it genuinely does not exist, you must either prepare an equivalent dataset repository separately or remove the code sections that use this dataset. (From the user’s perspective, it truly does not exist. It could be that it’s set to Private, and the environment variable HUGGING_FACE_HUB_TOKEN contains invalid content, preventing access to the Private repository…)
Anyway, Space won’t start unless this is fixed, but I can’t handle it alone. Action by someone at Google or Hugging Face staff is essential. (Contact Hugging Face via [email protected] / Google via https://huggingface.co/spaces/google/sdxl/discussions)
Also, separately, since the Gradio version is outdated, it’s best to add pydantic==2.10.6 to requirements.txt as a workaround for bugs.
Thank you John.
I am not a coder. So “pydantic” database repository etc. it is all Swahili to me.
I have been using this SDXL space almost daily for over the last year. Always, it has loaded perfectly and I have been able to experiment making artistic images with it.
This is the first time that it has done this. I have no clue what to do / how to fix it . . . hence my post.
Thanks for trying to make sense of it.
Fingers crossed that someone who knows what they are doing sees it and does the necessary.
Regards
Russell Gibbon
1 Like