runtime error
Exit code: 1. Reason: del checkpoint were not used when initializing CLIPTextModel: ['text_model.embeddings.position_ids'] You have disabled the safety checker for <class 'diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion.StableDiffusionPipeline'> by passing `safety_checker=None`. Ensure that you abide to the conditions of the Stable Diffusion license and do not expose unfiltered results in services or applications open to the public. Both the diffusers team and Hugging Face strongly recommend to keep the safety filter enabled in all public facing circumstances, disabling it only for use-cases that involve analyzing network behavior or auditing its results. For more information, please have a look at https://github.com/huggingface/diffusers/pull/254 . Traceback (most recent call last): File "/home/user/app/app.py", line 122, in <module> model = StreamMultiDiffusion( File "/home/user/app/model.py", line 145, in __init__ self.pipe.load_lora_weights(lora_key, weight_name=lora_weight_name, adapter_name='lcm') File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/loaders/lora.py", line 114, in load_lora_weights state_dict, network_alphas = self.lora_state_dict(pretrained_model_name_or_path_or_dict, **kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/loaders/lora.py", line 284, in lora_state_dict state_dict = torch.load(model_file, map_location="cpu") File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/serialization.py", line 815, in load return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/serialization.py", line 1033, in _legacy_load magic_number = pickle_module.load(f, **pickle_load_args) _pickle.UnpicklingError: invalid load key, '@'.
Container logs:
Fetching error logs...