diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

diffusers0.19.3

Open icedCoffe001 opened this issue 1 year ago • 1 comments

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

icedCoffe001 avatar May 06 '24 20:05 icedCoffe001

can you share a fully reproducible code please, we can't help you with what you're sharing (just enough to produce the error).

asomoza avatar May 07 '24 14:05 asomoza

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.

github-actions[bot] avatar Sep 14 '24 15:09 github-actions[bot]