runtime error

| 4/7 [00:09<00:06, 2.05s/it] Loading pipeline components...: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5/7 [00:17<00:07, 3.73s/it] Loading pipeline components...: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6/7 [00:18<00:02, 2.87s/it] Loading pipeline components...: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 7/7 [00:18<00:00, 2.12s/it] Loading pipeline components...: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 7/7 [00:18<00:00, 2.63s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 28, in <module> diffuser_pipeline = diffuser_pipeline.to(device) File "/home/user/.local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 783, in to module_is_sequentially_offloaded(module) for _, module in self.components.items() File "/home/user/.local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1832, in components raise ValueError( ValueError: SpeechToImagePipeline { "_class_name": "SpeechToImagePipeline", "_diffusers_version": "0.22.0.dev0", "_name_or_path": "CompVis/stable-diffusion-v1-4", "feature_extractor": [ "transformers", "CLIPFeatureExtractor" ], "scheduler": [ "diffusers", "PNDMScheduler" ], "speech_model": [ "transformers", "WhisperForConditionalGeneration" ], "speech_processor": [ "transformers", "WhisperProcessor" ], "text_encoder": [ "transformers", "CLIPTextModel" ], "tokenizer": [ "transformers", "CLIPTokenizer" ], "unet": [ "diffusers", "UNet2DConditionModel" ], "vae": [ "diffusers", "AutoencoderKL" ] } has been incorrectly initialized or <class 'diffusers_modules.git.speech_to_image_diffusion.SpeechToImagePipeline'> is incorrectly implemented. Expected {'safety_checker', 'feature_extractor', 'scheduler', 'speech_model', 'text_encoder', 'unet', 'speech_processor', 'vae', 'tokenizer'} to be defined, but dict_keys(['speech_model', 'speech_processor', 'vae', 'text_encoder', 'tokenizer', 'unet', 'scheduler', 'feature_extractor']) are defined.

Container logs:

Fetching error logs...