showlab / X-Adapter

[CVPR 2024] X-Adapter: Adding Universal Compatibility of Plugins for Upgraded Diffusion Model
https://showlab.github.io/X-Adapter/
Apache License 2.0
728 stars 43 forks source link

Some inconsistencies #29

Closed ballenvironment closed 6 months ago

ballenvironment commented 6 months ago

StableDiffusionXLAdapterControlnetPipeline is missing adapter_type (but the other two pipelines have it).

StableDiffusionXLAdapterControlnetPipeline and StableDiffusionXLAdapterControlnetI2IPipeline are both missing prompt_embeds_sd1_5 and negative_prompt_embeds_sd1_5 (but the regular pipeline has them).

None of them have negative_prompt_sd1_5 despite having prompt_sd1_5.