StreamDiffusion icon indicating copy to clipboard operation
StreamDiffusion copied to clipboard

TypeError: StableDiffusionPipeline.__init__() got an unexpected keyword argument 'text_encoder_2'

Open ErisenYeh opened this issue 1 year ago • 2 comments
trafficstars

pipe = download_from_original_stable_diffusion_ckpt(

File "D:\AI\StableDiffusion\StreamDiffusion\venv\lib\site-packages\diffusers\pipelines\stable_diffusion\convert_from_ckpt.py", line 1745, in download_from_original_stable_diffusion_ckpt pipe = pipeline_class( TypeError: StableDiffusionPipeline.init() got an unexpected keyword argument 'text_encoder_2'

ErisenYeh avatar Jan 17 '24 15:01 ErisenYeh

I have this problem when I launch, please help~

ErisenYeh avatar Jan 17 '24 15:01 ErisenYeh

I have this problem when I launch, please help~

streamdiffusion can't support sdxl model.

ApolloRay avatar Jan 18 '24 07:01 ApolloRay