How can I find models that are compatible / loadable into a specific pipeline?
For example, I was looking at loading various models into AutoPipelineForImage2Image. The “stable-diffusion-v1-5/stable-diffusion-v1-5” worked fine, but “Qwen/Qwen-Image-Edit" did not. Instead of looking back at every model to see if the model will load into the pipeline, I wondered whether there is a list of compatible models for each pipeline.
Or, can I limit a search on huggingface to a particular pipeline?