deprecation_message="The `scale` argument is deprecated and will be ignored. Please remove it, as passing it will raise an error in the future. `scale` should directly be passed while calling the underlying pipeline component i.e., via `cross_attention_kwargs`."
deprecation_message="The `scale` argument is deprecated and will be ignored. Please remove it, as passing it will raise an error in the future. `scale` should directly be passed while calling the underlying pipeline component i.e., via `cross_attention_kwargs`."
deprecate("scale","1.0.0",deprecation_message)
deprecate("scale","1.0.0",deprecation_message)
...
@@ -1379,6 +1382,25 @@ class XFormersAttnProcessor:
...
@@ -1379,6 +1382,25 @@ class XFormersAttnProcessor: