issue with the guide of this repo

#6
by menahem121 - opened

hi, i followed the tutorial in this repo but it no matter what im trying to use the file of this repo it is always trying to access my HF token to download the files from: https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium.safetensors

here the error showing he cant find this model files when launching the "demo_txt2img_sd3.py" file:

Cannot access gated repo for url https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium.safetensors.
Access to model stabilityai/stable-diffusion-3-medium is restricted. You must be authenticated to access it.

Hi, you need access to the models in https://huggingface.co/stabilityai/stable-diffusion-3-medium to run this TensorRT demo. Can you please request access and export the HF token as mentioned in https://github.com/NVIDIA/TensorRT/blob/release/sd3/demo/Diffusion/README.md#huggingface-user-access-token

Sign up or log in to comment