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

Not Found for url #71

Open
kongxbai opened this issue Oct 17, 2024 · 4 comments
Open

Not Found for url #71

kongxbai opened this issue Oct 17, 2024 · 4 comments

Comments

@kongxbai
Copy link

kongxbai commented Oct 17, 2024

Not Found for url: https://huggingface.co/api/models/stable-diffusion-v1-5/stable-diffusion-inpainting/revision/fp16.

@sooonwoo
Copy link

sooonwoo commented Nov 11, 2024

@kongxbai The issue is resolved by changing the pretrained model name runwayml/stable-diffusion-inpainting -> stablediffusion/SD1-5.

'runwayml/stable-diffusion-inpainting', revision='fp16', torch_dtype=torch.float16).to('cuda')
# 'stablediffusion/SD1-5', revision='fp16', torch_dtype=torch.float16).to('cuda')

@kongxbai
Copy link
Author

@sooonwoo Thank you for your advice, but are you sure you can make this project work? As far as I know, runway company has removed all models from huggingface, and this project uses the models provided by runway.

@SuX97
Copy link

SuX97 commented Dec 11, 2024

stablediffusion/SD1-5 does not exist anymore, any alternatives?

@xubaixinxbx
Copy link

change to

self.rgb_model = StableDiffusionInpaintPipeline.from_pretrained(
"stabilityai/stable-diffusion-2-inpainting", revision='fp16', torch_dtype=torch.float16).to('cuda')

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

4 participants