diffusers0.19.3
Describe the bug
diffusers0.19.3,in pipeline_controlnet.py,
in _call_(),cross_attention_kwargs: Optional[Dict[str, Any]] = None,,
but pipe(cross_attention_kwargs={"scale": 0.8}) has problem:
File "/lib/python3.8/site-packages/diffusers/models/attention_processor.py", line 322, in forward
return self.processor(
TypeError: call() got an unexpected keyword argument 'scale'
Reproduction
I don't want to update my diffusers version, is there any other solution? Any help would be greatly appreciated.
Logs
No response
System Info
torch==2.0.1 torchvision diffusers==0.19.3 transformers==4.36.0 xformers==0.0.20 xatlas accelerate cupy-cuda11x==12.2.0 configargparse ipython
Who can help?
@DN6 @yiyixuxu @sayakpaul @DN6
can you share a fully reproducible code please, we can't help you with what you're sharing (just enough to produce the error).
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.