-
-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error Again and Again #206
Comments
Did You find a fix for this |
I'm not familiar with modal.com, however be sure you installed the hugging face cli inside the virtual environment. Otherwise, it'll be like it's not even there: source venv/bin/activate |
Hey, I have the same problem! I have trained a Flux LoRa with RunPod, but I get the same error when trying to use Modal: I have done the huggingface-cli login a million times, I know I can access the model in huggingface because I used it correctly with RunPod and I have copied a .env with the token justs in case in /ai-toolkit and also /ai-toolkit/config just in case Nothing works :( |
I am getting this error while trying to train on modal.com. I have already logged in using huggingface-cli login a thousand times and it's logged in and I have accepted the model card already. Still getting this irrirating error -
OSError: black-forest-labs/FLUX.1-dev is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo with
token
or log in withhuggingface-cli login
.Stopping app - uncaught exception raised in remote container: OSError("black-forest-labs/FLUX.1-dev is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'\nIf this is a private repository, make sure to pass a token having permission to this repo with
token
or log in withhuggingface-cli login
.").Runner terminated.
╭─ Error ──────────────────────────────────────────────────────────────────────╮
│ black-forest-labs/FLUX.1-dev is not a local folder and is not a valid model │
│ identifier listed on 'https://huggingface.co/models' │
│ If this is a private repository, make sure to pass a token having permission │
│ to this repo with
token
or log in withhuggingface-cli login
.The text was updated successfully, but these errors were encountered: