stablediffusion
stablediffusion copied to clipboard
__init__() got an unexpected keyword argument 'use_linear_in_transformer'
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?