Mistake in the model path
#6
by
TalTaiber
- opened
Please add stabilityai to the model path in the model card description.
pipe = StableDiffusionInpaintPipeline.from_pretrained( "stabilityai/stable-diffusion-2-inpainting", revision="fp16", torch_dtype=torch.float16, )
@valhalla please make a change in the readme. The path is incorrect.