[FEEDBACK] Notifications
This discussion is dedicated to feedback about the new notification center + settings.
Docs are available here. Your feedback is really valuable so don't hesitate to share anything about it π€.
+1 on having non email notifications.
It's live now @TimeRobber !
I've disabled notifications for certain orgs, but they're still showing in my inbox. Guessing this is just blocking future notifications. Would be nice if this would filter out existing notifications too (or if I had another way to do that).
Would also be nice to be able to shift+click to select multiple boxes so I can more easily bulk mark notifications as read.
Would also be nice to be able to shift+click to select multiple boxes so I can more easily bulk mark notifications as read.
Yes, that's a low priority but I agree.
Hello Hugging Face Support Team,
I am writing to inform you that I have completed the payment for the Pro subscription, but the Pro features have not been activated on my account.
The charge has already been processed successfully. However, my account still shows the free plan and I do not have access to the Pro benefits.
Please review my account and activate the subscription as soon as possible. If needed, I can provide the payment receipt or transaction ID for verification.
I appreciate your prompt assistance in resolving this issue.
lol
and i thought i was insane trying to find it...........
its just so minor u cant even notice it
Hi @Limbo237 @elrhat ! What you're seeing is a $10 authorization hold, not the $9 PRO subscription. When a payment method is added to an account, weβll validate the card with a $10 hold, but donβt worry - this is not charged. The hold should clear within a few business days, though this timeline can depend on your bank. If needed, you can add a different card in your billing settings. Please ensure the card you're adding to your account supports 3D-secure authentication, is properly configured for recurring online payments, and is not a prepaid card. Once your card has been added, you can subscribe to PRO π If you have any further questions, please reach out to us at billing@huggingface.co - happy to help π€
mimoη³θ―·θ―η¨ζεεε·²θΆ θΏ24ε°ζΆοΌζ²‘ζθ·εΎδ½Ώη¨ι’εΊ¦
Please support notification routing like what Github does. Organizational and personal notifications should go into different mailboxes.
Hello hope you can help me
I am looking for a batch face swapper that can process up to 20 images at a time. Please help, thank you
I received the token, but I am getting an "Error: Access denied" message. Approval is required for this repository. How do I resolve this issue? And is this problem related to billing or not?
huggingface_hub sometimes crashes on big files when on networks like Starlink ... is there a work-around ? ... GPT says to disable Xet, concurrency, etc ... see crash error message below ... also, mid-download of many many GBs gets wiped-out and cannot resume ... please fix ASAP ...
(uvpvenv) MINGW64
$ hf download ggml-org/Qwen3-Coder-Next-GGUF --repo-type=model --local-dir ./models--ggml-org--Qwen3-Coder-Next-GGUF/
Fetching 3 files: 67%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 2/3 [2:05:18<1:02:39, 3759.30s/it]
Traceback (most recent call last):.): 8%|βββββββββ | 6.53GB / 84.8GB, 32.1MB/s
File "", line 203, in _run_module_as_main | 0/3 [00:00<?, ?it/s]
File "", line 88, in run_code
File "C:\msys64\home\utils\uvpvenv\Scripts\hf.exe_main.py", line 10, in
sys.exit(main())
~~~~^^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\cli\hf.py", line 133, in main
app()
~~~^^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\click\core.py", line 1569, in call
return self.main(*args, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\click\core.py", line 1490, in main
rv = self.invoke(ctx)
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\cli_cli_utils.py", line 131, in invoke
return super().invoke(ctx)
~~~~~~~~~~~~~~^^^^^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\click\core.py", line 1970, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\click\core.py", line 1353, in invoke
return ctx.invoke(self.callback, **ctx.params)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\click\core.py", line 907, in invoke
return callback(*args, **kwargs)
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\cli_framework.py", line 365, in handler
return func(**call_kwargs)
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\cli\download.py", line 225, in download
_print_result(run_download())
~~~~~~~~~~~~^^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\cli\download.py", line 187, in run_download
return snapshot_download(
repo_id=repo_id,
...<10 lines>...
dry_run=dry_run,
)
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\utils_validators.py", line 88, in _inner_fn
return fn(*args, **kwargs)
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub_snapshot_download.py", line 522, in snapshot_download
hf_thread_map(
~~~~~~~~~~~~~^
_inner_hf_hub_download,
^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
tqdm_class=tqdm_class,
^^^^^^^^^^^^^^^^^^^^^^
)
^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\utils\tqdm.py", line 441, in hf_thread_map
results[future_to_index[future]] = future.result()
~~~~~~~~~~~~~^^
File "C:\Users\AppData\Roaming\uv\python\cpython-3.14-windows-x86_64-none\Lib\concurrent\futures_base.py", line 447, in result
return self.__get_result()
~~~~~~~~~~~~~~~~~^^
File "C:\Users\AppData\Roaming\uv\python\cpython-3.14-windows-x86_64-none\Lib\concurrent\futures_base.py", line 396, in __get_result
raise self._exception
File "C:\Users\AppData\Roaming\uv\python\cpython-3.14-windows-x86_64-none\Lib\concurrent\futures\thread.py", line 86, in run
result = ctx.run(self.task)
File "C:\Users\AppData\Roaming\uv\python\cpython-3.14-windows-x86_64-none\Lib\concurrent\futures\thread.py", line 73, in run
return fn(*args, **kwargs)
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub_snapshot_download.py", line 502, in _inner_hf_hub_download
hf_hub_download( # type: ignore
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
repo_id,
^^^^^^^^
...<14 lines>...
dry_run=dry_run,
^^^^^^^^^^^^^^^^
)
^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\utils_validators.py", line 88, in _inner_fn
return fn(*args, **kwargs)
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\file_download.py", line 998, in hf_hub_download
return _hf_hub_download_to_local_dir(
# Destination
...<16 lines>...
dry_run=dry_run,
)
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\file_download.py", line 1457, in _hf_hub_download_to_local_dir
_download_to_tmp_and_move(
~~~~~~~~~~~~~~~~~~~~~~~~~^
incomplete_path=paths.incomplete_path(etag),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<8 lines>...
tqdm_class=tqdm_class,
^^^^^^^^^^^^^^^^^^^^^^
)
^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\file_download.py", line 1960, in _download_to_tmp_and_move
xet_get(
~~~~~~~^
incomplete_path=tmp_path,
^^^^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
tqdm_class=tqdm_class,
^^^^^^^^^^^^^^^^^^^^^^
)
^
File "C:\msys64\home\utils\uvpvenv\Lib\site-packages\huggingface_hub\file_download.py", line 565, in xet_get
with session.new_file_download_group(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
token_refresh_url=xet_file_data.refresh_route,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
progress_callback=progress.update_progress,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
) as group:
^
RuntimeError: Task error: File reconstruction error: CAS Client Error: Format error: I/O error: error decoding response body
