stablediffusion icon indicating copy to clipboard operation
stablediffusion copied to clipboard

__init__() got an unexpected keyword argument 'use_linear_in_transformer'

Open aniki-ly opened this issue 3 years ago • 0 comments

I have installed stable-diffusion v2 and run following commands: python scripts/img2img.py --prompt "A fantasy landscape, trending on artstation" --init-img test.jpeg --strength 0.8 --ckpt 768-v-ema.ckpt

but i got a error: TypeError: init() got an unexpected keyword argument 'use_linear_in_transformer'

How to solve it?

aniki-ly avatar Dec 12 '22 14:12 aniki-ly