runtime error

Exit code: 1. Reason: force_download=True`. warnings.warn( The config attributes {'feature_extractor': [None, None], 'image_encoder': [None, None]} were passed to StableDiffusionXLControlNetPipeline, but are not expected and will be ignored. Please verify your model_index.json configuration file. Keyword arguments {'feature_extractor': [None, None], 'image_encoder': [None, None]} are not expected by StableDiffusionXLControlNetPipeline and will be ignored. Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:03<00:21, 3.53s/it] Loading pipeline components...: 14%|█▍ | 1/7 [00:03<00:21, 3.55s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> pipe = StableDiffusionXLControlNetPipeline.from_pretrained( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1253, in from_pretrained loaded_sub_model = load_sub_model( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 506, in load_sub_model loaded_sub_model = load_method(os.path.join(cached_folder, name), **loading_kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/schedulers/scheduling_utils.py", line 147, in from_pretrained return cls.from_config(config, return_unused_kwargs=return_unused_kwargs, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 254, in from_config model = cls(**init_dict) File "/usr/local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 644, in inner_init init(self, *args, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/schedulers/scheduling_euler_ancestral_discrete.py", line 160, in __init__ sigmas = np.array(((1 - self.alphas_cumprod) / self.alphas_cumprod) ** 0.5) File "/usr/local/lib/python3.10/site-packages/torch/_tensor.py", line 970, in __array__ return self.numpy() RuntimeError: Numpy is not available

Container logs:

Fetching error logs...