Skip to content
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

How to use locally downloaded models with the demo.ipynb? #5

Open
syddharth opened this issue Jul 21, 2023 · 1 comment
Open

How to use locally downloaded models with the demo.ipynb? #5

syddharth opened this issue Jul 21, 2023 · 1 comment

Comments

@syddharth
Copy link

I get this error when I set model_ckpt = "G:\stablediffusion_source\models\Stable-diffusion\realistic\reliberate_v10.safetensors"

HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: 'G:/stablediffusion'.

@dvruette
Copy link
Contributor

This seems to be an issue with the diffusers library, which seems to be unable to handle local files and requires the checkpoint to be on the HF hub. You can try to find your checkpoint on HF or upload it yourself.

I don’t know if they’ve fixed it in more recent versions, so you could also try updating diffusers, although we’ve not tested FABRIC on that and there might be compatibility issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants