Using with diffusers

#4
by paul-stamets - opened

Hi there,

This looks great, and I'm super excited to try it. However, using it with the typical diffusers workflow for ip adapters doesn't work: https://huggingface.co/docs/diffusers/main/en/using-diffusers/ip_adapter

Is there another way to use it with diffusers? It seems at least to require a config.json to use the normal load_ip_adapter() way, but even when I use ControlNetModel.from_single_file() I get an odd "runwayml/stable-diffusion-v1-5 does not appear to have a file named config.json." error (before I even create a pipeline, just loading the controlnet)

Sign up or log in to comment