snapshot_download: cannot get access to your private repo.
#16
by
Edennnnn
- opened
I got this problem (OSError: checkpoints/qwen2-vl 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 either by logging in with huggingface-cli login
or by passing token=<your_token>
) when I'm trying to run
snapshot_download("Djrango/Qwen2vl-Flux", token="MY_TOKEN")
Initialize model
model = FluxModel(device="cuda")
input_image = load_image("0_248357.png")
Can you change the setting for your model repo? or any solutions to skip the check?
The same for me
This project should be disabled until the author fixes whatever is wrong with it. I wasted a lot of time and disk space trying to get this to work.